Displaying 4 results from an estimated 4 matches for "onbutton3".
2004 Aug 06
2
decode in ppc 2003
...f
the documentation. I added FIXED_POINT flag. My source code compile and
build but not decode correctly (the error may be in the while). I work with
eVC 4.0 and pocket pc 2003. Someone know what is the error?
Thanks.
Rodrigo.
#include "speex.h"
#define FRAME_SIZE 160
void CPlayerDlg::OnButton3()
{
char infile[]="test.spx";
char outfile[]="test.wav";
char *outFile;
char *inFile;
FILE *fout; // output file
FILE *fin; // input file
short out[FRAME_SIZE];
short output[FR...
2004 Aug 06
1
decode in ppc 2003
...decode correctly (the error may be in the
> while). I work with eVC 4.0 and pocket pc 2003. Someone know what is
> the error?
>
> Thanks.
>
> Rodrigo.
>
>
>
> #include "speex.h"
>
> #define FRAME_SIZE 160
>
>
>
> void CPlayerDlg::OnButton3()
>
> {
>
> char infile[]="test.spx";
>
> char outfile[]="test.wav";
>
> char *outFile;
>
> char *inFile;
>
> FILE *fout; // output file
>
> FILE *fin; //...
2004 Aug 06
0
decode in ppc 2003
...f the documentation. I added FIXED_POINT flag. My source code compile and build but not decode correctly (the error may be in the while). I work with eVC 4.0 and pocket pc 2003. Someone know what is the error?
Thanks.
Rodrigo.
#include "speex.h"
#define FRAME_SIZE 160
void CPlayerDlg::OnButton3()
{
char infile[]="test.spx";
char outfile[]="test.wav";
char *outFile;
char *inFile;
FILE *fout; // output file
FILE *fin; // input file
short out[FRAME_SIZE];
short output[FR...
2004 Aug 06
0
decode in ppc 2003
...decode correctly (the error may be in the
> while). I work with eVC 4.0 and pocket pc 2003. Someone know what is
> the error?
>
> Thanks.
>
> Rodrigo.
>
>
>
> #include "speex.h"
>
> #define FRAME_SIZE 160
>
>
>
> void CPlayerDlg::OnButton3()
>
> {
>
> char infile[]="test.spx";
>
> char outfile[]="test.wav";
>
> char *outFile;
>
> char *inFile;
>
> FILE *fout; // output file
>
> FILE *fin; //...