speakable 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 83c5365b4829d6f5b51ca3b67e69ccf3526ac76670f4f163e1cb48750a432ac9
4
+ data.tar.gz: 19dd5bc0cd073d4015f7fb0e6a838c94d593962b677030c81cde38ee2de0eccd
5
+ SHA512:
6
+ metadata.gz: edf32342156dc00f2a5794562e5247a624c091bb7e02113f411efa0a9860cf40c4275744884ebd9080212f25c65b670e5779440994515eb89dcff7551c6150a9
7
+ data.tar.gz: 22f635dd1693ebbb73181822109ed366bb0f1fa0a140389f8057011242ea297d4e082acaff0ef36b8424d72e61705536d51e5756d58cf15c16ea918d6123169e
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ ## [Unreleased]
2
+
3
+ ## [0.1.0] - 2025-11-26
4
+
5
+ - Initial release
@@ -0,0 +1,84 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
+
7
+ We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8
+
9
+ ## Our Standards
10
+
11
+ Examples of behavior that contributes to a positive environment for our community include:
12
+
13
+ * Demonstrating empathy and kindness toward other people
14
+ * Being respectful of differing opinions, viewpoints, and experiences
15
+ * Giving and gracefully accepting constructive feedback
16
+ * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+ * Focusing on what is best not just for us as individuals, but for the overall community
18
+
19
+ Examples of unacceptable behavior include:
20
+
21
+ * The use of sexualized language or imagery, and sexual attention or
22
+ advances of any kind
23
+ * Trolling, insulting or derogatory comments, and personal or political attacks
24
+ * Public or private harassment
25
+ * Publishing others' private information, such as a physical or email
26
+ address, without their explicit permission
27
+ * Other conduct which could reasonably be considered inappropriate in a
28
+ professional setting
29
+
30
+ ## Enforcement Responsibilities
31
+
32
+ Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
33
+
34
+ Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
35
+
36
+ ## Scope
37
+
38
+ This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
39
+
40
+ ## Enforcement
41
+
42
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at xorgnak@xorgnak.com. All complaints will be reviewed and investigated promptly and fairly.
43
+
44
+ All community leaders are obligated to respect the privacy and security of the reporter of any incident.
45
+
46
+ ## Enforcement Guidelines
47
+
48
+ Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
49
+
50
+ ### 1. Correction
51
+
52
+ **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
53
+
54
+ **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
55
+
56
+ ### 2. Warning
57
+
58
+ **Community Impact**: A violation through a single incident or series of actions.
59
+
60
+ **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
61
+
62
+ ### 3. Temporary Ban
63
+
64
+ **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
65
+
66
+ **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
67
+
68
+ ### 4. Permanent Ban
69
+
70
+ **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
71
+
72
+ **Consequence**: A permanent ban from any sort of public interaction within the community.
73
+
74
+ ## Attribution
75
+
76
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
77
+ available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
78
+
79
+ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
80
+
81
+ [homepage]: https://www.contributor-covenant.org
82
+
83
+ For answers to common questions about this code of conduct, see the FAQ at
84
+ https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.
data/Gemfile ADDED
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+
5
+ # Specify your gem's dependencies in speakable.gemspec
6
+ gemspec
7
+
8
+ gem "rake", "~> 13.0"
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2025 Erik Olson
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,51 @@
1
+ # Speakable
2
+ Useful for when programs need to talk back more effectively.
3
+
4
+
5
+ ## Installation
6
+
7
+ Install the gem and add to the application's Gemfile by executing:
8
+
9
+ $ bundle add speakable
10
+
11
+ If bundler is not being used to manage dependencies, install the gem by executing:
12
+
13
+ $ gem install speakable
14
+
15
+ ## Creating a Speakable class
16
+ ```
17
+ class MySpeaker
18
+ include Speakable # <--- defines the speaker object for the class instance
19
+ def initialize k
20
+ @id = k # <--- necessary for object creation
21
+ # use the speaker object immediately
22
+ speaker.wav "#{self.class.name} {@id} has been created at #{Time.now.to_i}"
23
+ end
24
+ def say_hello # example method using the speaker object
25
+ # use the speaker object in your code
26
+ speaker.say "Hello, World!"
27
+ end
28
+ # ... whatever else your class needs to do ...
29
+ end
30
+ ```
31
+
32
+ ## The Speakable class object
33
+ ```
34
+ @me = MySpeaker.new("me") #=> create the speakable object
35
+ @me.say_hello #=> run the custom method
36
+ @me.speaker[:voice] = 'en-us' #=> set voice
37
+ @me.speaker[:variant] = 'm3' #=> set variant
38
+ @me.speaker[:pitch] = 220 #=> set pitch
39
+ @me.speaker[:speed] = 140 #=> set speed
40
+ @me.speaker[:capital] = 170 #=> set capital letter emphasis
41
+ @me.speaker.say "Hello, World!" #=> Speak in the speaker's voice
42
+ @me.speaker.wav "Hello, World!" #=> Create wav of speakers's voice
43
+ ```
44
+
45
+ ## The Speakable module
46
+ ```
47
+ Speakable.keys #=> array of speakers
48
+ Speakable.voices #=> list espeak voices
49
+ Speakable.voice #=> hash of Speaker voices
50
+ Speakable.defaults #=> default voice
51
+ ```
data/Rakefile ADDED
@@ -0,0 +1,4 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "bundler/gem_tasks"
4
+ task default: %i[]
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Speakable
4
+ VERSION = "0.1.0"
5
+ end
data/lib/speakable.rb ADDED
@@ -0,0 +1,53 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "speakable/version"
4
+ require_relative "speakable/espeak-ng"
5
+
6
+ module Speakable
7
+ class Error < StandardError; end
8
+ @@S = Hash.new { |h,k| h[k] = Speaker.new(k) }
9
+ ##
10
+ # Array of speakers
11
+ def self.speakers
12
+ @@S.keys
13
+ end
14
+ ##
15
+ # the speaker object
16
+ def speaker
17
+ @@S[@id]
18
+ end
19
+ end
20
+
21
+ ##
22
+ # = Speakable Objects in Ruby
23
+ # Useful for when programs need to talk back more effectively.
24
+ # == Creating a Speakable class
25
+ # class MySpeaker
26
+ # include Speakable # <--- defines the speaker object for the class instance
27
+ # def initialize k
28
+ # @id = k # <--- necessary for object creation
29
+ # speaker << "#{self.class.name} {@id} has been created at #{Time.now.to_i}"
30
+ # end
31
+ # def say_hello # example method using the speaker object
32
+ # speaker << "Hello, World!"
33
+ # end
34
+ # # ... whatever your class needs to do ...
35
+ # end
36
+ #
37
+ # == The speakable class object
38
+ # @me = MySpeaker.new("me")
39
+ #
40
+ # == Using the object
41
+ # @me.speaker[:voice] = 'en-us' #=> set voice
42
+ # @me.speaker[:variant] = 'm3' #=> set variant
43
+ # @me.speaker[:pitch] = 220 #=> set pitch
44
+ # @me.speaker[:speed] = 140 #=> set speed
45
+ # @me.speaker[:capital] = 170 #=> set capital letter emphasis
46
+ # @me.speaker << "Hello, World!" #=> Speak in the speaker's voice
47
+ #
48
+ # == the Speakable module
49
+ # Speakable.keys #=> array of speakers
50
+ # Speakable.voices #=> list espeak voices
51
+ # Speakable.voice #=> hash of Speaker voices
52
+ # Speakable.defaults #=> default voice
53
+
data/sig/speakable.rbs ADDED
@@ -0,0 +1,4 @@
1
+ module Speakable
2
+ VERSION: String
3
+ # See the writing guide of rbs: https://github.com/ruby/rbs#guides
4
+ end
metadata ADDED
@@ -0,0 +1,80 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: speakable
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Erik Olson
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2025-11-27 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: edtf-humanize
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: tokenizer
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ description:
42
+ email:
43
+ - xorgnak@xorgnak.com
44
+ executables: []
45
+ extensions: []
46
+ extra_rdoc_files: []
47
+ files:
48
+ - CHANGELOG.md
49
+ - CODE_OF_CONDUCT.md
50
+ - Gemfile
51
+ - LICENSE.txt
52
+ - README.md
53
+ - Rakefile
54
+ - lib/speakable.rb
55
+ - lib/speakable/version.rb
56
+ - sig/speakable.rbs
57
+ homepage: https://github.com/xorgnak/speakable
58
+ licenses:
59
+ - MIT
60
+ metadata: {}
61
+ post_install_message:
62
+ rdoc_options: []
63
+ require_paths:
64
+ - lib
65
+ required_ruby_version: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ version: 2.6.0
70
+ required_rubygems_version: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ version: '0'
75
+ requirements: []
76
+ rubygems_version: 3.3.15
77
+ signing_key:
78
+ specification_version: 4
79
+ summary: modern human object oriented espeak-ng wrapper.
80
+ test_files: []