pannous / tensorflow-speech-recognition

🎙Speech recognition using the tensorflow deep learning framework, sequence-to-sequence neural networks
Other
2.17k stars 638 forks source link

How to record my own speech? #37

Open spirovykt opened 7 years ago

spirovykt commented 7 years ago

I have tried to record but unsuccessfully. There is module Record.py but it doesn't save speech.

What should I add to code in order to recognize my own speech?

DuyguA commented 7 years ago

All you need is to generate a wav file. You can do it with your smart phone. Just record your sentence with voice-recorder of your phone as a wav file, then put it into test directory.

Hitesh95 commented 7 years ago

test directory as in? couldnt get you, if you could please tell me where.