search for: speex2pcmaudioinputstream

Displaying 9 results from an estimated 9 matches for "speex2pcmaudioinputstream".

2004 Aug 06
0
Lost ogg sync using jspeex
...OutputStream(); //PipedInputStream pin=new PipedInputStream(pout); //ServerSocket serverSocket = new ServerSocket(5555); Pcm2SpeexAudioInputStream pcm2speex=new Pcm2SpeexAudioInputStream(auin, audioFormat, AudioSystem.NOT_SPECIFIED); SpeexPlayer speexPlayer = new SpeexPlayer(pout); //Speex2PcmAudioInputStream speex2pcm=new Speex2PcmAudioInputStream(pin, audioFormat,AudioSystem.NOT_SPECIFIED); //Socket clientSocket = serverSocket.accept(); //ObjectOutputStream toClient = new ObjectOutputStream(clientSocket.getOutputStream()); //BufferedReader fromClient = new BufferedReader(new InputStreamRe...
2004 Aug 06
0
Lost ogg sync using jspeex
...OutputStream(); //PipedInputStream pin=new PipedInputStream(pout); //ServerSocket serverSocket = new ServerSocket(5555); Pcm2SpeexAudioInputStream pcm2speex=new Pcm2SpeexAudioInputStream(auin, audioFormat, AudioSystem.NOT_SPECIFIED); SpeexPlayer speexPlayer = new SpeexPlayer(pout); //Speex2PcmAudioInputStream speex2pcm=new Speex2PcmAudioInputStream(pin, audioFormat,AudioSystem.NOT_SPECIFIED); //Socket clientSocket = serverSocket.accept(); //ObjectOutputStream toClient = new ObjectOutputStream(clientSocket.getOutputStream()); //BufferedReader fromClient = new BufferedReader(new InputStreamRe...
2010 Nov 03
3
debugging static
I have a couple apps running on my machine; one takes a PCM audio stream, converts it to Speex, and sends it over the network using RTP. The other receives the RTP packets, and then converts the Speex data back to PCM. The PCM is then played out the audio system. I'm currently ending up w/ static. Anybody have any pointers as to how to debug the situation? Thanks. -- Jeff Ramin Software
2004 Aug 06
0
Please Help, Lost ogg sync using jspeex
...m pin=new PipedInputStream(pout);<BR> //ServerSocket serverSocket = new ServerSocket(5555);<BR> Pcm2SpeexAudioInputStream pcm2speex=new Pcm2SpeexAudioInputStream(auin, audioFormat, AudioSystem.NOT_SPECIFIED);<BR> SpeexPlayer speexPlayer = new SpeexPlayer(pout);<BR> //Speex2PcmAudioInputStream speex2pcm=new Speex2PcmAudioInputStream(pin, audioFormat,AudioSystem.NOT_SPECIFIED);<BR> <BR> //Socket clientSocket = serverSocket.accept();<BR> //ObjectOutputStream toClient = new ObjectOutputStream(clientSocket.getOutputStream());<BR> //BufferedReader fromClient =...
2010 Nov 05
2
herky-jerky audio
...roblem I was having (described below), and I'm now able to > hear the audio at the destination. > > However, the audio does not play smoothly. It has hiccups and jumps and > stops. I can't guarantee this is the problem, but it may be related to > delays > caused when the Speex2PcmAudioInputStream needs to process an Ogg > page header. > > Has anybody else had problems decoding speex that is being streamed? Any > suggestions as to how to fix this? We first used the speexenc speexdec sources which encapsulate into an ogg stream. Once that worked we decided to get rid of the ogg...
2010 Nov 09
3
herky-jerky audio
...39;m now able to >>> hear the audio at the destination. >>> >>> However, the audio does not play smoothly. It has hiccups and jumps and >>> stops. I can't guarantee this is the problem, but it may be related to >>> delays >>> caused when the Speex2PcmAudioInputStream needs to process an Ogg >>> page header. >>> >>> Has anybody else had problems decoding speex that is being streamed? >>> Any >>> suggestions as to how to fix this? >> We first used the speexenc speexdec sources which encapsulate into an >>...
2004 Aug 06
0
Getting a Side band error when decoding with Jspeex
Hi., I am trying to implement speex. Currently i am capturIng sound and encoding it using Pcm2SpeexAudioInputStream. I am feeding bytes from this stream to Speex2PcmAudioInputStream and trying to read decoded bytes. But here the decoder is giving me an error "saying sideband error" and values after it vary with every message. I donno the reason for this, but I guess it is because of the format in which I am reading Audio Stream. I am reading using the following...
2010 Nov 05
0
herky-jerky audio
...escribed below), and I'm now able to >> hear the audio at the destination. >> >> However, the audio does not play smoothly. It has hiccups and jumps and >> stops. I can't guarantee this is the problem, but it may be related to >> delays >> caused when the Speex2PcmAudioInputStream needs to process an Ogg >> page header. >> >> Has anybody else had problems decoding speex that is being streamed? Any >> suggestions as to how to fix this? > We first used the speexenc speexdec sources which encapsulate into an ogg > stream. Once that worked we decide...
2010 Nov 09
0
herky-jerky audio
...audio at the destination. >>>> >>>> However, the audio does not play smoothly. It has hiccups and jumps >>>> and >>>> stops. I can't guarantee this is the problem, but it may be related to >>>> delays >>>> caused when the Speex2PcmAudioInputStream needs to process an Ogg >>>> page header. >>>> >>>> Has anybody else had problems decoding speex that is being >>>> streamed? Any >>>> suggestions as to how to fix this? >>> We first used the speexenc speexdec sources which encap...