search for: mosedal

Displaying 4 results from an estimated 4 matches for "mosedal".

Did you mean: modal
2007 Mar 22
1
[SPAM] RE: Encoding audio sampled at 44.1 khz?
...ampler_process_interleaved_int(State, in, &InLength, out, &OutLength); fwrite(&out, sizeof(short), OutLength, fout); } speex_resampler_destroy(State); fclose(fin); fclose(fout); } -- Code -- From: David Hogan [mailto:david.hogan@freshtel.net] Sent: Thu 22/03/2007 22:29 To: Peter Mosedal Laursen; speex-dev@lists.xiph.org Subject: [SPAM] RE: [Speex-dev] Encoding audio sampled at 44.1 khz? Hi Peter, Have you considered resampling the raw 44.1kHz stereo source files using a program such as http://audacity.sourceforge.net/, say to 16kHz mono or 32kHz mono, and then using the wideba...
2007 Mar 21
2
Encoding audio sampled at 44.1 khz?
Hi everyone, I recently began using libspeex 1.2 Beta 1 on Windows using MS Visual C++. I have gotten a decoder and an encoder to work fine from the excellent sample code posted at the website. But I face a problem. I am working on using Speex in a program to play and create audio books encoded using Speex (currently testing it only; for these tests, I do not use Ogg to save the encoded
2007 Mar 22
0
Encoding audio sampled at 44.1 khz?
...o the resampling yourself, you could try the new resampling API in the svn head of speex, or the GPL library 'Secret Rabit Code'. Hope this helps, David Hogan > -----Original Message----- > From: speex-dev-bounces@xiph.org > [mailto:speex-dev-bounces@xiph.org] On Behalf Of Peter Mosedal Laursen > Sent: Thursday, 22 March 2007 6:13 AM > To: speex-dev@lists.xiph.org > Subject: [Speex-dev] Encoding audio sampled at 44.1 khz? > > Hi everyone, > > I recently began using libspeex 1.2 Beta 1 on Windows using > MS Visual C++. I have gotten a decoder and an enco...
2007 Apr 02
1
Problems with stereo data
Hi all, I have a problem when I am encoding (or decoding) stereo audio. With mono data, things are fine and everything works without any problems. When I try to decode stereo data, all I get is a static sound - similar to that of a radio not tuned to any specific station. I wonder what might be wrong? Below is the code, first, of the encoder and next that of the decoder. Any information or