jspeex

Speex encoding in Java

I have a .wav file and I am using JSpeex (latest version, i.e., 0.9.7) to encode it, but the encoding is not happening properly if anybody has worked on the file. ...

wav to speex conversion taking alot of Time

HI, I am using Jspeex Api to convert a .wav file into .spx file, everything goes perfect when tested on desktop it took only 2 seconds, Android developer used the same code but they took around 3 minutes to encode the same file on their simulator & Phone. Is there any way to reduce this time for encoding? Code used to convert is as foll...

Combining multiple sound streams in Java

I have a number of voice sound streams encoded in PCM (PCM_SIGNED 8000.0 Hz, 16 bit, mono, 2 bytes/frame, little-endian) which I want to send over the network. To save bandwidth I currently encode the streams using JSpeex. However to save even more bandwidth I would like to (if possible) combine these multiple streams into a single strea...

Help with creating a Speex Voip server and client.

Im trying to create a Speex Voip client and server. I have the basics down and its working OK on the local machine over UDP. I am using JSpeex for portability. Im looking for tips on creating the client and server. What are your thoughts? The JSpeex library can only encode 320 bytes per call so the packets sent to the server are tiny (i...