ruby_speech
A ruby library for TTS & ASR document preparation
File Explorer
- grammar-core.xsd
- grammar.xsd
- synthesis-core.xsd
- synthesis.xsd
- xml.xsd
- extconf.rb
- ruby_speech.c
- RubySpeechGRXMLMatcher.java
- RubySpeechService.java
- builtins.rb
- element.rb
- grammar.rb
- item.rb
- match.rb
- matcher.rb
- max_match.rb
- no_match.rb
- one_of.rb
- potential_match.rb
- rule.rb
- ruleref.rb
- tag.rb
- token.rb
- builder.rb
- document.rb
- audio.rb
- break.rb
- desc.rb
- element.rb
- emphasis.rb
- mark.rb
- p.rb
- phoneme.rb
- prosody.rb
- s.rb
- say_as.rb
- speak.rb
- sub.rb
- voice.rb
- language.rb
- generic_element.rb
- grxml.rb
- nlsml.rb
- ssml.rb
- version.rb
- ruby_speech.rb
- builtins_spec.rb
- grammar_spec.rb
- item_spec.rb
- match_spec.rb
- matcher_spec.rb
- max_match_spec.rb
- no_match_spec.rb
- one_of_spec.rb
- potential_match_spec.rb
- rule_spec.rb
- ruleref_spec.rb
- tag_spec.rb
- token_spec.rb
- audio_spec.rb
- break_spec.rb
- desc_spec.rb
- emphasis_spec.rb
- mark_spec.rb
- p_spec.rb
- phoneme_spec.rb
- prosody_spec.rb
- s_spec.rb
- say_as_spec.rb
- speak_spec.rb
- sub_spec.rb
- voice_spec.rb
- grxml_spec.rb
- nlsml_spec.rb
- ssml_spec.rb
- dtmf_helper.rb
- grammar_matchers.rb
- match_examples.rb
- matchers.rb
- ruby_speech_spec.rb
- spec_helper.rb
- .gitignore
- .hound.yml
- .rspec
- .travis.yml
- CHANGELOG.md
- Gemfile
- Guardfile
- LICENSE.md
- Rakefile
- README.md
- ruby_speech.gemspec
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
brew install
View Details ▼
brew install
Install a Homebrew formula or cask.
brew install {{formula|cask}}
Install a formula/cask:
brew install {{[-s|--build-from-source]}} {{formula}}
Build and install a formula from source (dependencies will still be installed from bottles):
brew install {{[-n|--dry-run]}} {{formula|cask}}
Download the manifest, print what would be installed but don't actually install anything:
gem
View Details ▼
gem
A package manager for the Ruby programming language.
gem search {{regex}} {{[-a|--all]}}
Search for remote gem(s) and show all available versions:
gem install {{gem_name}}
Install the latest version of a gem:
gem install {{gem_name}} {{[-v|--version]}} {{1.0.0}}
Install a specific version of a gem:
apt-get
View Details ▼
apt-get
Debian and Ubuntu package management utility.
Search for packages using `apt-cache`.
It is recommended to use `apt` when used interactively in Ubuntu versions 16.04 and later.
sudo apt-get update
Update the list of available packages and versions (it's recommended to run this before other `apt-get` commands):
sudo apt-get install {{package}}
Install a package, or update it to the latest available version:
sudo apt-get remove {{package}}
Remove a package:
yum
View Details ▼
yum
This command is an alias of `dnf` on modern distros.
For older distros (e.g. CentOS 7), `yum` is a distinct program from `dnf`. Some subcommands and options may be different.
tldr dnf
View documentation for the original command:
tag
View Details ▼
tag
Edit tags on Mac OS X files (10.9 Mavericks and above).
tag {{[-a|--add]}} {{tag_name1,tag_name2,...}} {{path/to/file}}
Add tags to a file:
tag {{[-r|--remove]}} {{tag_name}} {{path/to/file}}
Remove a tag:
tag {{[-r|--remove]}} \* {{path/to/file}}
Remove all tags from a file:
