I want to translate audio of live phone call to text without pre-recording it. I am using Google cloud speech Api and right now I am recording the phone call and then passing the recorded file to the Api. this is taking too much time delay. is there a way to make use of this Api without pre-recording. Is there a way to live stream phone calls audio to text? or is there any other better solution? please help. thanks in advance
Asked
Active
Viewed 678 times
2
-
Hi Jana, you can try IBM Watson API, we have many clients streaming telephony speech in real time to our speech to text service. They are very happy :) - https://speech-to-text-demo.mybluemix.net/ – Daniel Bolanos Nov 04 '16 at 14:51
-
can this be commercially used? – Jana Dec 01 '16 at 05:36
-
You have mentioned "streaming telephony speech in real time ", but as per the link, it says, the audio has to recorded though chunk by chunk. is it true? also, wont there be delay or loss of data if we record chunk by chunk and get the response back?. – Jana Dec 01 '16 at 05:41
-
Possible duplicate of [How to translate live streaming using google speech api?](https://stackoverflow.com/questions/44177012/how-to-translate-live-streaming-using-google-speech-api) – Nikolay Shmyrev May 28 '17 at 10:40
-
@PitDigger duplicate has an answer, this one doesn't ;) – Nikolay Shmyrev Jan 10 '20 at 09:57