Skip to content
Snippets Groups Projects
Commit a9e58357 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

As used for the listening tests

parent 75ba0636
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
AC_PREREQ([2.59])
AC_INIT(src/hybrid.h)
AM_INIT_AUTOMAKE(ietfcodec,20100708)
AM_INIT_AUTOMAKE(ietfcodec,20100722)
# Checks for programs.
AC_PROG_CC
......
......@@ -152,8 +152,7 @@ int main(int argc, char *argv[])
fwrite(out+skip, sizeof(short), (write_samples-skip)*channels, fout);
skip = 0;
}
printf ("average bit-rate: %f kb/s\n", bits*rate/(frame_size*(double)count));
fprintf (stderr, "average bit-rate: %f kb/s\n", bits*rate/(frame_size*(double)count));
hybrid_encoder_destroy(enc);
hybrid_decoder_destroy(dec);
fclose(fin);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment