Displaying 2 results from an estimated 2 matches for "intel_theme".
2012 Mar 10
3
problem: The decoded frame is not as the original one
...;
int byte_ptr;
int frame_size;
short frame[FRAME_SIZE];?
char outBuffer[20];
SpeexBits decBits;
void *dec_state;
short decFrame[FRAME_SIZE];
/*===========END ===============================*/
int z=0;
int frame_size;
int main (int argc,char **argv)
{
for( z=0;z<160;z++)
??? {
??? frame[z]=intel_theme[z];? //array of short from "intel16" header file
??? }
?printf("\n =================================== \n");
?for( z=0;z<160;z++)
??? {
??????? printf("%i",frame[z]);
??? printf ("? ");
??????? }
/*===============================ENCODING=================...
2012 Mar 11
0
problem: The decoded frame is not as the original one
...int byte_ptr;
int frame_size;
short frame[FRAME_SIZE];?
char outBuffer[20];
SpeexBits decBits;
void *dec_state;
short
decFrame[FRAME_SIZE];
/*===========END ===============================*/
int z=0;
int frame_size;
int main (int argc,char **argv)
{
for( z=0;z<160;z++)
??? {
??? frame[z]=intel_theme[z];? //array of short from "intel16" header file
??? }
?printf("\n =================================== \n");
?for( z=0;z<160;z++)
??? {
??????? printf("%i",frame[z]);
??? printf ("? ");
??????? }
/*===============================ENCODING=================...