search for: 5d711954

Displaying 2 results from an estimated 2 matches for "5d711954".

2016 Jun 10
0
Patches for adding 120 ms encoding
...probably be extended to also cover 80/100/120 ms. One difference is that it would also need to trigger for SILK-only > 60 ms. Cheers, Jean-Marc -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/opus/attachments/20160610/5d711954/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.jpg Type: image/jpeg Size: 18007 bytes Desc: not available URL: <http://lists.xiph.org/pipermail/opus/attachments/20160610/5d711954/attachment-0001.jpg>
2016 Jun 02
3
Patches for adding 120 ms encoding
On 06/01/2016 02:06 PM, Felicia Lim wrote: > That was my intention with refactoring out the subframe encoding and > repacketizing bit. Or do you mean I should merge the explicit check for > 120 ms frame and the existing checks for 40/60 ms wideband? What I mean is that this line in opus_encoder.c: if (frame_size > st->Fs/50 && (st->mode == MODE_CELT_ONLY ||