Displaying 1 result from an estimated 1 matches for "spx_enc".
Did you mean:
spenc
2012 Mar 14
0
Audio file is corrupted after decoding
...speex_decode_int(state, &bits, output);
fwrite(output, sizeof(short), FRAME_SIZE, fout);
}
speex_decoder_destroy(state);
speex_bits_destroy(&bits);
fclose(fout);
fclose(fin);
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: spx_enc.c
Type: application/octet-stream
Size: 1398 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20120314/a1cd9577/attachment.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: spx_dec.c
Type: application/octet-stream
Size: 1167...