Displaying 2 results from an estimated 2 matches for "opus_internal_error".
2020 Jul 25
2
Regarding encoded data
Hello,
I've been trying to understand how to use opus codec for quite some time.
There is a thing that doesn't make sense to me. I will try to explain what
it is below,
In *opus_encode() *function, *opus_int16 pcm* is said to have a size
of *frame_size
* channels*, where *frame_size* is said to be one of* 20, 240, 480, 960,
1920, and 2880.*
Let's say, frame_size is 960, then
2013 May 23
2
ASM runtime detection and optimizations
...bles for the voice and music. First column is the
@@ -184,6 +186,8 @@ int opus_encoder_init(OpusEncoder* st, opus_int32 Fs, int channels, int applicat
st->Fs = Fs;
+ st->arch = opus_select_arch();
+
ret = silk_InitEncoder( silk_enc, &st->silk_mode );
if(ret)return OPUS_INTERNAL_ERROR;