Kenji Chan
2004-Aug-06 15:02 UTC
[speex-dev] What is the format of the PCM/WAV dataforspeex_encode& speex_decode?
The errors that I encountered. 1.>From VC6(libspeex.dsw), denoise.c doesn't exist, error msg:fatal error C1083: Cannot open source file: 'C:\speex-1.1.4\libspeex\denoise.c': No such file or directory exc_10_16_table.c What I did: remove it from the project 2. In lsp.c, in function spx_cos(), error msg: C:\speex-1.1.4\libspeex\lsp.c(104) : error C2054: expected '(' to follow 'inline' What I did: remove "inline", so static inline spx_word16_t spx_cos(spx_word16_t x) become, static spx_word16_t spx_cos(spx_word16_t x) <p>3. M_PI undeclared C:\speex-1.1.4\libspeex\quant_lsp.c(70) : error C2065: 'M_PI' : undeclared identifier What I did: #define M_PI in the file <p><p>-----Original Message----- From: owner-speex-dev@xiph.org [mailto:owner-speex-dev@xiph.org] On Behalf Of Abhishek Parakh Sent: Saturday, April 17, 2004 3:58 PM To: speex-dev@xiph.org Subject: RE: [speex-dev] What is the format of the PCM/WAV dataforspeex_encode& speex_decode?> You said, it's unstable, yes, I got compiling errors with MsVC6 andMsVC.net> And I modified it a bit to get it compiled. Should I post the errors > here?YES, kindly post the errors that you encountered. - Abhishek --- >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 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Abhishek Parakh
2004-Aug-06 15:02 UTC
[speex-dev] What is the format of the PCM/WAV dataforspeex_encode & speex_decode?
> You said, it's unstable, yes, I got compiling errors with MsVC6 and MsVC.net > And I modified it a bit to get it compiled. Should I post the errors > here?YES, kindly post the errors that you encountered. - Abhishek <p><p><p>---------- Original Message ----------- From: "Kenji Chan" <adslbqmr@tpg.com.au> To: <speex-dev@xiph.org> Sent: Sat, 17 Apr 2004 07:09:47 +1000 Subject: RE: [speex-dev] What is the format of the PCM/WAV dataforspeex_encode & speex_decode?> I thought it would be more update/better/faster, any thing wrong? > In the future, would you use short, and forget about float? > If so, I use 1.1.4, I wouldn't need to change my code in the future, > right? > > You said, it's unstable, yes, I got compiling errors with MsVC6 and MsVC.net > And I modified it a bit to get it compiled. Should I post the errors > here? > > -----Original Message----- > From: owner-speex-dev@xiph.org [mailto:owner-speex-dev@xiph.org] On Behalf > Of Jean-Marc Valin > Sent: Saturday, April 17, 2004 6:42 AM > To: speex > Subject: RE: [speex-dev] What is the format of the PCM/WAV > dataforspeex_encode & speex_decode? > > Le ven 16/04/2004 à 16:39, Kenji Chan a écrit : > > Ok, I'm using 1.1.4, so I should pass signed short(wav data) directly to > > speex_encode()? > > First, I'd like to ak why you want to use 1.1.4. If you don't need > the new features (fixed-point or preprocessor), you should probably > stick to > 1.0.3, which has received more testing. If you choose to use 1.1.4, you > need to send shorts to speex_encode/speex_decode. > > --- >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 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered.------- End of Original Message ------- --- >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 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Kenji Chan
2004-Aug-06 15:02 UTC
[speex-dev] What is the format of the PCM/WAV dataforspeex_encode & speex_decode?
I thought it would be more update/better/faster, any thing wrong? In the future, would you use short, and forget about float? If so, I use 1.1.4, I wouldn't need to change my code in the future, right? You said, it's unstable, yes, I got compiling errors with MsVC6 and MsVC.net And I modified it a bit to get it compiled. Should I post the errors here? <p>-----Original Message----- From: owner-speex-dev@xiph.org [mailto:owner-speex-dev@xiph.org] On Behalf Of Jean-Marc Valin Sent: Saturday, April 17, 2004 6:42 AM To: speex Subject: RE: [speex-dev] What is the format of the PCM/WAV dataforspeex_encode & speex_decode? Le ven 16/04/2004 à 16:39, Kenji Chan a écrit :> Ok, I'm using 1.1.4, so I should pass signed short(wav data) directly to > speex_encode()?First, I'd like to ak why you want to use 1.1.4. If you don't need the new features (fixed-point or preprocessor), you should probably stick to 1.0.3, which has received more testing. If you choose to use 1.1.4, you need to send shorts to speex_encode/speex_decode. <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 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Apparently Analagous Threads
- What is the format of the PCM/WAV dataforspeex_encode & speex_decode?
- What is the format of the PCM/WAV data forspeex_encode & speex_decode?
- What is the format of the PCM/WAV data forspeex_encode & speex_decode?
- What is the format of the PCM/WAV data for speex_encode & speex_decode?
- What is the format of the PCM/WAV data for speex_encode & speex_decode?