tensorflow-speech-recognition icon indicating copy to clipboard operation
tensorflow-speech-recognition copied to clipboard

Create Spectrograms

Open burakipekk opened this issue 6 years ago • 4 comments

How did you create "Sample spectrogram, Karen uttering 'zero' with 160 words per minute."? How did you create that gray scale spectrogram?

burakipekk avatar Sep 27 '17 14:09 burakipekk

I also want to ask this question.

feiwenbo avatar Dec 01 '17 09:12 feiwenbo

take a look at './record.py' instead of painting the spectrograms to the screen you can save it as a file

pannous avatar Dec 01 '17 10:12 pannous

thank you very much!

feiwenbo avatar Dec 04 '17 09:12 feiwenbo

Spectograms are taken after recording process with this code or is this code using only for spectogram? Also this voice files are created via one file or every file is created is one by one? I mean a person said 'one' in one second one time and the other files 160 times in one second, 200 times in one second etc. are derived from first record through a program.

burakipekk avatar Dec 06 '17 05:12 burakipekk