Displaying 7 results from an estimated 7 matches for "speexplayer".
2004 Aug 06
0
Lost ogg sync using jspeex
...m(targetDataLine);
PipedOutputStream pout=new PipedOutputStream();
//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());...
2004 Aug 06
0
Lost ogg sync using jspeex
...m(targetDataLine);
PipedOutputStream pout=new PipedOutputStream();
//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());...
2004 Aug 06
0
Please Help, Lost ogg sync using jspeex
...eam pout=new PipedOutputStream();<BR> //PipedInputStream 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 ObjectOutputStrea...
2004 Aug 06
0
Getting a Side band error when decoding with Jspeex
...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: SpeexPlayer.java
Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20040429/3464f9dc/SpeexPlayer-0001.bin
2004 Aug 06
2
[lists] Speex & Java ...
...te a JNI Wrapper.
Cheers
David
> I've used jspxdec.zip written by james.lawrence@hellonetwork.com
> to knock together a little applet for playing speex files but james'
> decoder only deals with a subset of the options.
>
> The applet is on http://www.vivasonic.com/speex/SpeexPlayer.html
> and requires the java plugin to work, also if you want to play any files
> from your hard disk or from other sites you will need to accept the dummy
> certificate I used to sign the jar file.
>
> regards,
>
> Kaveh.
>
>
>
> --- >8 ----
> List arch...
2004 Aug 06
2
fixed point conversion volunteer (OMG what am I doing?)
Hello Mark:
Count me in. I'm an excellent C programmer and I've done assembly
coding. Although I've not done float to int conversions, I'll pick it
up quickly ... send me an example, please.
Also, I direct The Tech Startup Connection here in Silicon Valley, so
I have a very large resource pool. Check out
2004 Aug 06
0
[lists] Speex & Java ...
...David
>
>
>> I've used jspxdec.zip written by james.lawrence@hellonetwork.com
>>to knock together a little applet for playing speex files but james'
>>decoder only deals with a subset of the options.
>>
>> The applet is on http://www.vivasonic.com/speex/SpeexPlayer.html
>>and requires the java plugin to work, also if you want to play any files
>>from your hard disk or from other sites you will need to accept the dummy
>>certificate I used to sign the jar file.
>>
>>regards,
>>
>>Kaveh.
>>
>>
>>
>...