I've got +1000 MP3 files with voice and I'd like to extract voice information from them.
I'm planning to use Sphinx, but wonder if it's suitable for this project. I've been browsing some samples, and I guess that it's made from voice acquisition via microphone. Am I wrong?
Thank you very much.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can do so using Sphinx4 (but probably also using s3/s2). You just need to add mp3-support to JavaSound (java does not support mp3 out-of-the-box because of the proprietary mp3-license). You find an introduction here:
Hi.
I've got +1000 MP3 files with voice and I'd like to extract voice information from them.
I'm planning to use Sphinx, but wonder if it's suitable for this project. I've been browsing some samples, and I guess that it's made from voice acquisition via microphone. Am I wrong?
Thank you very much.
You can do so using Sphinx4 (but probably also using s3/s2). You just need to add mp3-support to JavaSound (java does not support mp3 out-of-the-box because of the proprietary mp3-license). You find an introduction here:
http://www.onjava.com/pub/a/onjava/2004/08/11/javasound-mp3.html
-Holger