I want to transmit audio data over network using java program. I got that JSpeex is an external jar which can help me for encoding audio data. But I donot know how to use Speex.
Thanks Sunil Kumar Sahoo
I want to transmit audio data over network using java program. I got that JSpeex is an external jar which can help me for encoding audio data. But I donot know how to use Speex.
Thanks Sunil Kumar Sahoo
There is Javadoc on the JSpeex website. And if that doesn't help, the SVN repository on SourceForge includes source code for a player. Read that and you should get some clues.
Read the source Luke.
i suggest you to watch this article on http://www.wowzamedia.com/forums/showthread.php?t=7100,there's some useage about jspeex.you shuold just unpack the jspeex.zip and copy the folder jspeex\src\java\org,to your project.then write import org.xiph.speex.*; in your java file.