search for: jspeex

Displaying 20 results from an estimated 89 matches for "jspeex".

Did you mean: speex
2010 Nov 09
3
herky-jerky audio
Just an update, and a follow-up question: I'm making progress on this issue, and will likely have something working very soon, now that I understand how the jspeex transcoding classes work. Unfortunately, I will need to make a couple small changes to the jspeex source code. My question is - is anybody using jspeex for streaming speex-encoded audio? It works great for static audio, but seems to fall short when processing audio on the fly in a stream. Thanks...
2009 Nov 18
2
jspeex question
...for audio message is the format byte and the rest of the byte is the payload. Jozsef ----- Original Message ---- From: Jeff Ramin <jeff.ramin at singlewire.com> To: Jozsef Vass <jozsef_vass at yahoo.com> Cc: speex-dev at xiph.org Sent: Wed, November 18, 2009 6:09:56 AM Subject: Re: jspeex question Is there a document somewhere that describes speex-encoded FLV files? What is a TC message? Thanks. Jozsef Vass wrote: > FLV contains TC messages? TC message payload contains a format byte and speex frames (up to eight). In the format byte 0xb0 indicates speex. Speex is always 16 k...
2009 Nov 18
3
jspeex question
...TC messages? TC message payload contains a format byte and speex frames (up to eight). In the format byte 0xb0 indicates speex. Speex is always 16 kHz, 16 bit, mono. Jozsef Message: 1 Date: Mon, 16 Nov 2009 14:40:20 -0600 From: Jeff Ramin <jeff.ramin at singlewire.com> Subject: [Speex-dev] jspeex question To: speex-dev at xiph.org Message-ID: <4B01B8B4.8020904 at singlewire.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed I assume this list is for the jspeex project, correct? What I am trying to achieve: I have a FLV (flash audio) file that contains speex-encoded da...
2004 Aug 06
1
Real-time JSpeex coding
Hi, Is real-time possible with the current java-based JSpeex for real-time full duplex voice communication? If yes, can you please also provide some details of the Wintel (Windows on Intel) specifications that you have used to achieve that, and perhaps the JSpeex encoding/decoding specs used? Thanks. Cheers, Jo Yew Everyone should have a big dream a...
2009 Nov 18
0
jspeex question
Thanks for the help folks, but I got this working a couple hours ago. =) I'm quite please after struggling with it for a few days. I just needed to take each audio tag from the FLV file and feed the contents of the tag (except for the first byte) to the jspeex decoder and write the results to a file. Jozsef - it is possible to specify 8KHz in the flash client and decode it as such. Speex definitely does not need to be 16KHz. Jozsef Vass wrote: > The link is http://www.adobe.com/devnet/rtmp/. TC Message stands for TinCan message. It is 11 bytes long...
2008 Jan 08
0
JSpeex - Unsupported conversion
This is best answered by the jspeex folks, as it is the interfacing code that you are having problems with. That being said, it looks like, just as it says, you have asked for a conversion it cannot do -- you want it to convert PCM data to speex data at 44.1kHz sample rate -- speex only supports 8kHz in standard operation. It can al...
2008 Dec 17
0
help with jspeex
hello i use the java lib jspeex from http://jspeex.sourceforge.net/ now i use this java code to encode to speex audioInputStream = AudioSystem.getAudioInputStream(srcFile); AudioFormat srcFormat = audioInputStream.getFormat(); AudioFormat targetFormat = new AudioFormat(SpeexEncoding.SPEEX_VBR8 ,...
2010 Mar 20
0
Decode file written from JSpeex using C/C++ API?
I'm new to Speex and I'm trying to compress audio using JSpeex in a servlet then play it back on the iPhone. I've managed to get Speex to compile on the iPhone by copying the speex and libspeex folders into XCode. I've read the sample code and the PDF documentation and I have a rough idea how to decode a raw stream. (I'm assuming the sampledec sour...
2004 Aug 06
0
JSpeex help
I am not sure if this is right place to ask for help on jspeex or can some one suggest. I have tried on jspeex sourceforge.net page. I am trying to use Pcm2SpeexAudioInputStream by creating it from tdl which received pcm_signed audio data as follows: AudioFormat format = new AudioFormat (AudioFormat.Encoding.PCM_SIGNED, 8000, 16, 1, 2, 8000, true); DataLine.I...
2007 Jun 15
1
jspeex how up to date is it
how up to date is the jspeex? --------------------------------- Yahoo!7 Mail has just got even bigger and better with unlimited storage on all webmail accounts. Find out more. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/2007061...
2007 Jun 24
0
JSpeex help
...e you looked at MoodleSpeex? see a demo http://www.artofart.info/index.php/projects/post-by-post-audio-comments-system/ contact me if you want a copy ----- Original Message ----- > Message: 2 > Date: Fri, 22 Jun 2007 12:21:09 +0400 > From: <mail-box@nm.ru> > Subject: [speex-dev] JSpeex help > To: speex-dev@xiph.org > Message-ID: <1182500469.16229.denwebmail-2000000000@mail-box@nm.ru> > Content-Type: text/plain; charset="koi8-r" > > Hello, > > I have a java applet which currently either captures audio in a > ByteArrayOutputStream or writes t...
2008 Jan 07
0
JSpeex - Unsupported conversion
I'm having difficulty encoding audio using the JSpeex Speex Encoder. My program throws an "Unsupported conversion" exception and I can't figure out why. I've read the related posts and I think I'm doing everything that was recommended. I'm working on Linux, by the way. Any help would be greatly appreciated. Richard Here...
2009 Nov 18
0
jspeex question
...ins a format byte and speex frames (up to eight). In the format byte 0xb0 indicates speex. Speex is always 16 kHz, 16 bit, mono. > > Jozsef > > > Message: 1 > Date: Mon, 16 Nov 2009 14:40:20 -0600 > From: Jeff Ramin <jeff.ramin at singlewire.com> > Subject: [Speex-dev] jspeex question > To: speex-dev at xiph.org > Message-ID: <4B01B8B4.8020904 at singlewire.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > I assume this list is for the jspeex project, correct? > > What I am trying to achieve: I have a FLV (flash audio...
2013 Jun 24
0
How do I implement Acoustic Echo Cancellation (AEC) using JSpeex(Java Port of Speex)
I read the question: http://stackoverflow.com/questions/3403152/acoustic-echo-cancellation-in-java/3403198 But my problem is that my project is using Encoding and decoding mechanism using JSpeex and I am not sure whether I can integrate the above java code with my project. So can someone tell me how can I implement Acoustic Echo Cancellation (AEC) using JSpeex(Java Port of Speex). -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/piperm...
2004 Aug 06
0
JSpeex help
...059 for ; Thu, 4 Dec 2003 12:31:53 -0500 (EST) X-Msmail-Priority: Normal Content-Type: multipart/alternative; boundary="----=_NextPart_000_0045_01C3BA62.973F5F60" X-Tmda-Confirmed: Thu Dec 4 12:39:17 EST 2003 X-Received: 4 Dec 2003 17:39:23 GMT Subject: [speex-dev] JSpeex help Precedence: bulk Delivered-To: wimba.com%marc@wimba.com Delivered-To: speex-dev-outgoing@xiph.org Delivered-To: speex-dev-majordomo@xiph.org Delivered-To: speex-dev@xiph.org Return-Path: MIME-Version: 1.0 To: Sender: owner-speex-dev@xiph.org <p><p><p><p><p><...
2004 Aug 06
0
JSPEEX ?
...tter what I try I alwasy get an java.io.StreamCorruptedException: Invalid sideband mode encountered. (2nd sideband): 7 Please note that the Invalid sideband modes differ per file but the end result is always the same - I cannot decod any speex files. I've tried Ogg Speex/Wave Speex encoded by jspeex-v0.9.2_R1.12/speexenc/speexACM-v1.0.1.1 at 8/16/22/32/44 kHz I've spent countless hours before actually asking for help. Do you have any hints on how to solve this problem I downloaded the latest source code from jpeex.sourceforge.net. I have attached the sourcecode. Thanks for your help An...
2004 Aug 06
0
Getting a Side band error when decoding with Jspeex
...m2SpeexAudioInpputStream needs an input stream which would give a 16 bits/sample mono sound. AudioFormat audioFormat = new AudioFormat(AudioFormat.Encoding.PCM_SIGNED, 44100, 16, 2, 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/atta...
2009 Oct 02
0
jspeex distortion playback issue
Hi all, I'm having a playback issue I can't eliminate. I'm encoding 16khz mono WAV files (voiceover recordings) to speex using a quality setting of 4. In any standalone speex player e.g. winamp or using speex frontend etc. the files play fine, but in a jspeex environment there's a subtle high pitched beeping type distortion, mostly on the transients. The sound is similar to digital sync/clock problems, when connecting digital audio interfaces. I've tried many process prior to encoding to eradicate the issue, but nothing works. However, i...
2010 Aug 03
0
jspeex android
hai i hope you are well i would like to know whether jspeex can be used in android phone. i want to convert convert the speach signal to .spx signal in android Is it possible to get a working java example? thanks for spending your time reading this mail :) -- Thank you With Respect --evan hackborn-- -------------- next part -------------- An HTML at...
2010 Nov 09
0
herky-jerky audio
Is Jspeex still being worked on? Is there somewhere I can send the code changes I've made to facilitate smooth streaming? On 11/09/2010 11:33 AM, Jeff Ramin wrote: > > Just an update, and a follow-up question: > > I'm making progress on this issue, and will likely have something workin...