Go to the source code of this file.
Classes | |
class | alfred_sr_linux.gspeech_node.SpeechNode |
Namespaces | |
namespace | alfred_sr_linux::gspeech_node |
Functions | |
def | alfred_sr_linux::gspeech_node.run |
Variables | |
string | alfred_sr_linux::gspeech_node.cmd1 = 'sox -r 16000 -t alsa default /tmp/recording.flac silence 1 0.3 1% 1 2.0 1%' |
string | alfred_sr_linux::gspeech_node.cmd2 = 'wget -q -U "Mozilla/5.0" --remote-encoding=utf-8 --post-file /tmp/recording.flac --header="Content-Type: audio/x-flac; rate=16000" -O - "http://www.google.com/speech-api/v1/recognize?client=chromium&lang=fr-FR"' |
string | alfred_sr_linux::gspeech_node.lang = 'fr-FR' |
string | alfred_sr_linux::gspeech_node.NODE = 'system_speech' |
string | alfred_sr_linux::gspeech_node::PACKAGE = 'alfred_sr_linux' |
string | alfred_sr_linux::gspeech_node.PUB_CONFIDENCE = 'confidence' |
string | alfred_sr_linux::gspeech_node.PUB_SPEECH = 'speech' |