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

Fixing a high bit-rate bug in SILK -- now scales well above 64 kb/s

parent 47ae6667
No related branches found
No related tags found
No related merge requests found
silk @ 6f9a028c
Subproject commit 2bf4e44e1b5e35c68aec3cd23d87183d1ca6c686
Subproject commit 6f9a028cad836b8f41f479d244be849fc16e48b8
......@@ -89,8 +89,6 @@ int hybrid_encode(HybridEncoder *st, const short *pcm, int frame_size,
ec_enc_init(&enc,&buf);
st->encControl.bitRate = (bytes_per_packet*50*8+4000)/2;
if (st->encControl.bitRate>30000)
st->encControl.bitRate = 30000;
/* Call SILK encoder for the low band */
nBytes = bytes_per_packet;
......
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