Skip to content Skip to main navigation Skip to footer

Search: Wav

32 results

Phoneme Recogniser (PHNREC)

…Input: „Hi, this it Lewis.“ (WAV file containing speech) Output: sil hh ay dh ow s ih s l uw uw th sil (plain-text or xml/json output) Note: The outputs can contain the following special tokens: sil silent part (or no speech detected) The list of phonemes is available in the document phonemes_for_stt_and_kws.pdf (delivered as part of manuals in SPE…

STT: Adding words to language model on the fly

…using the input example shown above. The added parts are highlighted. { “result”: { “version”: 5, “name”: “SpeechRecognitionResult”, “file”: “/test.wav“, “model”: “EN_US_6”, . . . “phrases”: [ { “phrase”: “this is preferred phrase” }, { “phrase”: “and some other phrase” } ], “dictionary”: [ { “word”: “preferred”, “pronunciations”: [ { “phonemes”: “p r ih f er d”, “out_of_vocabulary”: false, “class”:…