Displaying 2 results from an estimated 2 matches for "cregistratoredlg".
2004 Aug 06
2
Please 30 second to look a my code
...sing
Libspeex 1.1.3,
Embedded VisualC++ 3.0,
Ipaq 3850(206 MHz IntelĀ® Strong ARM 32-bit RISC Processor) PocketPC 2002 (Windows CE 3.0).
Libspeex is complied with the definition of FIXED_POINT...
Regards
Fabio
P.S.
Rodrigo did u do something similar?
This is the code, what could be wrong?
void CRegistratoreDlg::OnEncode()
{
Sleep(500); //Wait because drawing send window
SpeexBits bits;
void *state;
short InBuffer[FRAME_SIZE];
char OutBuffer[200];
char waveheader[WAVEHEADER];
HANDLE WaveFile;
HANDLE SpeexFile;
DWORD NrOfBytesRead, NrOfBytesWritten;
char nrBytes = 0;
int n...
2004 Aug 06
0
Please 30 second to look a my code
...IntelĀ® Strong ARM 32-bit RISC Processor) PocketPC
> 2002 (Windows CE 3.0).
>
> Libspeex is complied with the definition of FIXED_POINT...
>
> Regards
> Fabio
>
> P.S.
> Rodrigo did u do something similar?
>
> This is the code, what could be wrong?
> void CRegistratoreDlg::OnEncode()
> {
> Sleep(500); //Wait because drawing send window
>
> SpeexBits bits;
>
> void *state;
>
> short InBuffer[FRAME_SIZE];
> char OutBuffer[200];
> char waveheader[WAVEHEADER];
>
> HANDLE WaveFile;
> HANDLE SpeexFile;
>...