search for: mowin

Displaying 10 results from an estimated 10 matches for "mowin".

Did you mean: moin
2005 Oct 17
0
Error Executing sampledec in VC++
...hat I got concerning the access violation, i.e. the failure of the while loop below. Does this solve the problem? Steve My guess is that speex_decoder_init() should be outside the while().. loop as speex_decoder_destroy() is also outside. ----- Original Message ----- From: Mo <mailto:mowin.dev@gmail.com> Win To: speex-dev@xiph.org Sent: Monday, October 17, 2005 8:05 AM Subject: [Speex-dev] Error Executing sampledec in VC++ hey guys, I just compiled an application similar to sampledec.c (for speex 1.1.10) and it was fine but when I executed it, the app exited without doin...
2005 Dec 06
1
problems decoding speex... please help
Hi all. I'm trying to decode speex using version 1.1.10's libspeex with fixed_point enabled. copied the sample in the manual (1.1.11) with minor revisions. While running the program, encountered this warning: "Packet is larger than allocated buffer : 38" when calling speex_bits_read_from (&bits, cbits, nBytes) then my program terminated unexpectedly with errors (Unhandled
2005 Oct 17
3
Error Executing sampledec in VC++
hey guys, I just compiled an application similar to sampledec.c (for speex 1.1.10) and it was fine but when I executed it, the app exited without doing anything. I'm using MS VC 6.0 and this was all I got - First-chance exception in sampledec.exe : 0xC0000005: Access Violation. Has anyone encountered this / does anyone know how to deal with it? by the way, sampleenc executed perfectly... When
2005 Oct 17
6
Error Executing sampledec in VC++
...ss violation, i.e. the > failure of the while loop below. Does this solve the problem? > Steve > My guess is that speex_decoder_init() should be outside the while().. > loop > as speex_decoder_destroy() is also outside. > > ----- Original Message ----- > *From:* Mo Win <mowin.dev@gmail.com> > *To:* speex-dev@xiph.org > *Sent:* Monday, October 17, 2005 8:05 AM > *Subject:* [Speex-dev] Error Executing sampledec in VC++ > > hey guys, I just compiled an application similar to sampledec.c (for speex > 1.1.10) and it was fine but when I executed it, the a...
2005 Oct 05
0
Help:Speex/Programming Beginner
Hi all, I'm interested in creating a speex app for Pocket PC devices but first, I'm not (yet) a programmer nor a techie person so even though I read through the whole manual twice, I'm still not sure exactly what I should do. Please help! For starters, I just want to convert a wave file into a speex file using the speexenc/speexdec utilities or whatever else is available. I
2005 Dec 11
1
Speex - Real time??
Hi. I tried encoding a raw PCM file to Speex in my Windows Mobile device and it took about 45 seconds to encode a 10-second file. I had FIXED_POINT defined and used speex_encode_int. The device has an ARMV4 400 MHz processor. Question: Is this behavior expected or is it possible to encode speech to speex real-time such that I can record speech directly as speex in my device? What, if any, can be
2005 Oct 05
2
spx1.1.10 speexenc compile
Hi all, Been trying to compile speex 1.1.10's speexenc for win32 using Visual C++ 6.0 but came up with some errors (abt 33 of them, syntax errors). I just traced them to a variable called "SPEEX_VERSION" which i think isnt defined in speexenc but rather defined in misc.h, which wasnt one of the include files in speexenc... should i add a line that includes misc.h in speexenc? i
2005 Oct 17
2
speex_encode_int() - pls help..
Hi, I'm using speex 1.1.10 and writing a program similar to sampleenc. I need to use the fixed point library as I'm eventually porting to ARM processor but I encountered a problem with speex_encode_int(), which I used in place of speex_encode(). I gave it a short instead of a float (manual says it takes a short for the audio - 2nd parameter) but the compiler says it could not convert the
2005 Dec 12
0
Real time in ARM - please help
Thanks for the advice. With complexity=1, bit rates 5950,8000 and 15000 (CBR only), I'm still getting 30-50 seconds encoding time for a 10-second file. To anyone who has made this work in ARMv4, or knows how to, can I get some advice on the settings? FIXED_POINT is already defined in all relevant files. My source code is patterned after sampleenc and I haven't tried using Ogg.. my source
2005 Oct 12
2
help using libspeex in win32
Hi all, i'm going to try to create an app using libspeex (Speex 1.1.10) and Visual Studio and just have a few questions. First, what's the difference between libspeex and libspeex_dynamic? Do I need to include both projects in my new workspace? Next, how do I enable fixed_point using libspeex? Am I correct in assuming that an ARM processor would be able to record speech as speex files