Displaying 2 results from an estimated 2 matches for "ahmed3".
Did you mean:
ahmed
2007 Feb 13
1
Hello Guys
...tten to by the Speex routines*/
SpeexBits bits;
int i, tmp;
/*Create a new decoder state in narrowband mode*/
state = speex_decoder_init(&speex_nb_mode);
/*Set the perceptual enhancement on*/
tmp=1;
speex_decoder_ctl(state, SPEEX_SET_ENH, &tmp);
//outFile = argv[1];
outFile = "ahmed3.wav\0";
fout = fopen(outFile, "w");
fin = fopen("ahmed2.wav","r");
/*Initialization of the structure that holds the bits*/
speex_bits_init(&bits);
while (1)
{
/*Read the size encoded by sampleenc, this part will likely be
different in your application...
2007 Feb 13
0
Hello guys Please help
...tten to by the Speex routines*/
SpeexBits bits;
int i, tmp;
/*Create a new decoder state in narrowband mode*/
state = speex_decoder_init(&speex_nb_mode);
/*Set the perceptual enhancement on*/
tmp=1;
speex_decoder_ctl(state, SPEEX_SET_ENH, &tmp);
//outFile = argv[1];
outFile = "ahmed3.wav\0";
fout = fopen(outFile, "w");
fin = fopen("snouto2.wav","r");
/*Initialization of the structure that holds the bits*/
speex_bits_init(&bits);
while (1)
{
/*Read the size encoded by sampleenc, this part will likely be
different in your applicatio...