Class: Blastr::TTS::Say

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

#initializeSay

Returns a new instance of Say.



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

def initialize; super("say"); end