Class: Blastr::TTS::Espeak

Inherits:
TTSImplementation show all
Defined in:
lib/tts/tts.rb

Instance Attribute Summary

Attributes inherited from TTSImplementation

#name

Instance Method Summary collapse

Methods inherited from TTSImplementation

#available?, #binary, #speak

Constructor Details

#initializeEspeak

Returns a new instance of Espeak.



38
# File 'lib/tts/tts.rb', line 38

def initialize; super("espeak"); end