[speex-dev] What is the format of the PCM/WAV dataforspeex_encode& speex_decode?
Kenji Chan
adslbqmr at tpg.com.au
Sat Apr 17 03:24:23 PDT 2004
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 at xiph.org [mailto:owner-speex-dev at xiph.org] On Behalf
Of Abhishek Parakh
Sent: Saturday, April 17, 2004 3:58 PM
To: speex-dev at 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 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
--- >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 at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Speex-dev
mailing list