Everything converted to use kiss-fft. Got rid of smallft and fftwrap.
Code much leaner now.
This commit is contained in:
parent
6211c90def
commit
7351e286c8
10 changed files with 30 additions and 1684 deletions
|
@ -97,6 +97,8 @@ int main(int argc, char *argv[])
|
|||
celt_int16_t in[frame_size*channels];
|
||||
celt_int16_t out[frame_size*channels];
|
||||
fread(in, sizeof(short), frame_size*channels, fin);
|
||||
if (feof(fin))
|
||||
break;
|
||||
len = celt_encode(enc, in, data, bytes_per_packet);
|
||||
if (len <= 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue