Really thanks a lot,
I was successful to convert 000000001.raw to 000000001.wav.
But I found the wav file is all of my audio what I say, when I start pocketsphinx-android-demo,
such as:
apple banana cat ....... (000000001.wav)
Does anything method that can take what I say and save each raw file,
such as:
apple (000000001.raw)
banana (000000002.raw)
cat (000000003.raw)
Thanks for your help again.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
When I use pocketsphinx-android-demo to detect my voice,
I found a message as follows:
My question:
(1) Does the message mean that the system detect the voice what I say, and save a raw data in somewhere?
Or just save a log file?
(2) If it save a raw data, could I take this data to transfer a wav data?
And is there any reference or step that I can refer?
Thanks for your help.
Last edit: stevenyslin 2016-07-14
It stores recorded audio data on sdcard
You can convert with sox
Last edit: Nickolay V. Shmyrev 2016-07-14
Dear sir,
Really thanks a lot,
I was successful to convert 000000001.raw to 000000001.wav.
But I found the wav file is all of my audio what I say, when I start pocketsphinx-android-demo,
such as:
Does anything method that can take what I say and save each raw file,
such as:
Thanks for your help again.
There is no such method