search for: audiocaptur

Displaying 6 results from an estimated 6 matches for "audiocaptur".

Did you mean: audiocapture
2004 Aug 06
0
Getting a Side band error when decoding with Jspeex
..., 4, 44100, false); I am attaching the code I have written can anybody guide me to an implementation of speex using Jspeex api or suggest me changes in code. any kind of help would be great!!! Raghu <p> -------------- next part -------------- A non-text attachment was scrubbed... Name: AudioCapture.java Type: java/* Size: 4195 bytes Desc: AudioCapture.java Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20040429/3464f9dc/AudioCapture-0001.bin -------------- next part -------------- A non-text attachment was scrubbed... Name: SpeexPlayer.java Type: java/* Size: 2123 bytes Desc: Sp...
2004 Aug 06
0
Lost ogg sync using jspeex
Hi I am getting lost ogg sync exception when I tried to decompress a speex stream. I am using the following program for both compressing as well as decompressing. I am just planning to test how jspeex works. // File AudioCapture.java import javax.sound.sampled.spi.*; import javax.sound.sampled.*; import org.xiph.speex.spi.*; import java.util.*; import java.net.*; import java.io.*; public class AudioCapture { public static void main(String args[]) { int bufferlength=44100; int framelength=1280; int frameduration=...
2004 Aug 06
0
Lost ogg sync using jspeex
Hi I am getting lost ogg sync exception when I tried to decompress a speex stream. I am using the following program for both compressing as well as decomressing. I am just planning to test how jspeex works. // File AudioCapture.java import javax.sound.sampled.spi.*; import javax.sound.sampled.*; import org.xiph.speex.spi.*; import java.util.*; import java.net.*; import java.io.*; public class AudioCapture { public static void main(String args[]) { int bufferlength=44100; int framelength=1280; int frameduration=...
2004 Aug 06
0
Please Help, Lost ogg sync using jspeex
...;FONT face=Arial size=2>I am getting lost ogg sync exception when I tried to decompress a speex stream. I am using the following program for both compressing as well as decomressing. I am just planning to test how jspeex works.</FONT></DIV> <DIV> </DIV> <DIV>// File AudioCapture.java</DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>import javax.sound.sampled.spi.*;import javax.sound.sampled.*;<BR>import org.xiph.speex.spi.*;<BR>import java.util.*;<BR>import java.net.*;<BR>impor...
2007 Jun 29
0
Re: compatibility issues.
thanks for the reply Jim. I'm actually well aware of the packaging, setup and teardown of sessions,and have the audio interface part figured out and implemented (Port Audio). The speexclient.c encapsulate audiocapture,encoding,sending and decoding. for my purposes now i've implemented my code more modular. first so i could understand each piece of the software involved and so i could come up with the best way i want to put it all together later. unless i'm missing something-and tell me if i am-my quest...
2007 May 25
5
Re: compatibility issues.
For a streaming application like VOIP, you collect 20 ms of samples, feed this through the encoder, stick it in an RTP packet, and send if over the network. On the receive side you feed packets through a jitter buffer to the decoder, and then copy the output audio to your output device. Speex runs efficiently on most compilers, so the real-time requirement is not a big deal, as long as you