search for: opus_signal_mus

Displaying 2 results from an estimated 2 matches for "opus_signal_mus".

Did you mean: opus_signal_music
2017 Feb 08
1
OPUS_APPLICATION_AUDIO v. OPUS_SIGNAL_MUSIC
I'm using opus to encode some music (classical lute, if it makes a difference). How do I use these encoder ctl's ? They seem to be doing the same thing. How are they different ? Are they different ? Should they both be set ? What happens if just one or the other is set ? Thanks for any help. sean -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Jan 01
0
Confusion on CELT or Silk
...t. Thanks Amit On Thu, Dec 31, 2015 at 7:58 PM, Joshua Bowman <silverbacknet at gmail.com> wrote: > Opus will always use whatever mode it feels best encodes the frame, though > you can use opus_encoder_ctl(ctx,OPUS_SET_SIGNAL(signal)); where signal is > either OPUS_SIGNAL_VOICE or OPUS_SIGNAL_MUSIC to influence the decision. > SILK won't be used when picking incompatible frame sizes, but you're not > really supposed to know or care what underlying algorithm makes the magic > happen, since neither SILK not CELT stands alone in Opus. Simply feeding > the correct audio type...