Open PythonDjan opened 4 years ago
Your question is not clear, are you going to make text-to-speech conversion?
Your question is not clear, are you going to make text-to-speech conversion?
No.. i am using ibm watson to convert speech to text speech input us through microphone How could i get the audio from ibm watson or any location where i could access the audio file. i am getting the text, if i could get the audio format as well along with the text
That is a bad idea. It is better to write audio in parallel to a file in any format you like.
That is a bad idea. It is better to write audio in parallel to a file in any format you like.
ok. But may i know the IBM watson input file is accessible ?
hi I am using IBM-Watson to convert speech to text . i am using react js i am getting the text file based on the speech . is it possible to get the audio file ?
My code is
i want to get the audio file also.. how can i get that ?