Class: Blastr::TTS::Espeak
- Inherits:
-
TTSImplementation
- Object
- TTSImplementation
- Blastr::TTS::Espeak
- Defined in:
- lib/tts/tts.rb
Instance Attribute Summary
Attributes inherited from TTSImplementation
Instance Method Summary collapse
-
#initialize ⇒ Espeak
constructor
A new instance of Espeak.
Methods inherited from TTSImplementation
Constructor Details
#initialize ⇒ Espeak
Returns a new instance of Espeak.
38 |
# File 'lib/tts/tts.rb', line 38 def initialize; super("espeak"); end |