search for: mode_hybrid

Displaying 4 results from an estimated 4 matches for "mode_hybrid".

2019 Apr 08
3
API for checking whether the encoder is in DTX (PR #107)
Thank you Mark. I agree and have now updated the pull request with a new commit, addressing your comments. Please take a look. /Gustaf On Fri, 5 Apr 2019 at 11:41, Mark Harris <mark.hsj at gmail.com> wrote: > On 2019-04-01 3:37, Gustaf Ullberg wrote: > > Hi everyone, > > > > Some time ago, I sent a pull request > > <https://github.com/xiph/opus/pull/107>
2016 Jan 01
0
Confusion on CELT or Silk
...s alone in Opus. Simply feeding > the correct audio type should be sufficient. > > Oh, I see your previous message that you're benchmarking. You can import > opus_private.h and use opus_encoder_ctl(ctx,OPUS_SET_FORCE_MODE(mode)); > where mode is MODE_SILK_ONLY, MODE_CELT_ONLY, or MODE_HYBRID. Obviously, > don't do this in a real application! The numbers will be slightly different > due to bypassing the mode analyzer, so make sure to test the public API > primarily. > > > > > On 12/31/2015 5:17 PM, Amit Ashara wrote: > > Hello All, > > Based on re...
2019 Apr 09
0
API for checking whether the encoder is in DTX (PR #107)
...to less than 10 ms then it will have no choice but to switch to CELT immediately). If it ever switches back to SILK or Hybrid it will reset the SILK encoder state at that time, but until then the SILK encoder state may contain stale information. Checking that st->prev_mode is MODE_SILK_ONLY or MODE_HYBRID will verify that the SILK encoder state corresponds to the previous frame. - Mark
2019 Apr 10
2
API for checking whether the encoder is in DTX (PR #107)
...then it will have no choice but to switch to CELT immediately). > If it ever switches back to SILK or Hybrid it will reset the SILK > encoder state at that time, but until then the SILK encoder state may > contain stale information. Checking that st->prev_mode is > MODE_SILK_ONLY or MODE_HYBRID will verify that the SILK encoder state > corresponds to the previous frame. > > - Mark > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/opus/attachments/20190410/cb01eda1/attachment.html> -------------- next part...