MayamaTakeshi / sip-lab

A node module that helps to write SIP functional tests
3 stars 2 forks source link

Implement start_speech_synth #57

Closed MayamaTakeshi closed 3 months ago

MayamaTakeshi commented 6 months ago

Currently when we need to test speech recognition services, we use pre-recorded wav files. To make things simple, let's use flite to generate speech from text:

https://github.com/festvox/flite https://github.com/signalwire/freeswitch/tree/master/src/mod/asr_tts/mod_flite https://github.com/zaf/Asterisk-Flite/blob/master/app_flite.c

MayamaTakeshi commented 4 months ago

It is working but there is a strange click at the end of the speech