Displaying 4 results from an estimated 4 matches for "milharc".
Did you mean:
micharc
2004 Aug 06
1
One Minor Bug (Typo) in Speex 1.0
...SpeexMode *m)
{
.
.
.
--> speex_decoder_ctl(st->st_low, SPEEX_GET_SAMPLING_RATE,
&st->sampling_rate); // Replace
<-- speex_encoder_ctl(st->st_low, SPEEX_GET_SAMPLING_RATE,
&st->sampling_rate);
st->sampling_rate*=2;
return st;
}
--
Best regards
Robert Milharcic
e-mail: robert.milharcic@ib-caddy.si
<p><p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org'
containing only the word 'unsubscr...
2004 Aug 06
2
Where to pause stream (minimum decodable length)?
Here is my situation:
I have large Speex encoded stream which I would like to playback on wave
out device. I could decode whole stream to pcm and play it back as pcm
audio, but this is not what I want. Instead I want to decode minimum
decodable bits (bytes?) to pcm and play it ... then decode another
minimum data chunk and play it, etc. This way I can achieve closest to
real-time playback or
2004 Aug 06
4
Framesize for UWB vs. WB encoding
Hi there.
I am having a little trouble understanding the frame sizes chosen
by the codec.
testenc_uwb.c from the speex-1.0 source distribution has a framesize
of 640 hardcoded and makes use of this value exclusively.
However, a mode query on the actual codec returns 320 as a framesize
for this mode.
int tmp;
speex_mode_query(&speex_uwb_mode, SPEEX_MODE_FRAME_SIZE, &tmp);
2004 Aug 06
1
Speex ACM Format Tag
Keith,
Try emailing mmreg@microsoft.com to register a wave format tag. If that doesn’t
work please let me know and we'll find the direct contact there.
Regards,
Marc
-----Original Message-----
Wrom: YLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTF
Behalf Of Keith Looney
Sent: Friday, May 16, 2003 10:58 AM
To: speex-dev@xiph.org
Subject: [speex-dev] Speex ACM Format Tag