search for: audiosize

Displaying 12 results from an estimated 12 matches for "audiosize".

2015 Apr 13
2
Availability of the 1.1.1 stable version
...F5*st->channels; else pcm_transition_silk_size = F5*st->channels; } *So transition is made as 1 called this,* if (transition && mode == MODE_CELT_ONLY) { pcm_transition = pcm_transition_celt; opus_decode_frame(st, NULL, 0, pcm_transition, IMIN(F5, audiosize), 0); } *In "opus_decode_frame" again, as data is passed as NULL, goes to else part* if (data != NULL) { audiosize = st->frame_size; mode = st->mode; ec_dec_init(&dec,(unsigned char*)data,len); } else { audiosize = frame_size; mode = s...
2015 Apr 16
3
Availability of the 1.1.1 stable version
...t;channels; > } > > *_So transition is made as 1 called this,_* > > if (transition && mode == MODE_CELT_ONLY) > { > pcm_transition = pcm_transition_celt; > opus_decode_frame(st, NULL, 0, pcm_transition, IMIN(F5, > audiosize), 0); > } > > *_In "opus_decode_frame" again, as data is passed as NULL, goes to > else part_* > > if (data != NULL) > { > audiosize = st->frame_size; > mode = st->mode; > ec_dec_init(&dec...
2015 Apr 16
2
Availability of the 1.1.1 stable version
...ion is made as 1 called this,_* > > > > if (transition && mode == MODE_CELT_ONLY) > > { > > pcm_transition = pcm_transition_celt; > > opus_decode_frame(st, NULL, 0, pcm_transition, IMIN(F5, > > audiosize), 0); > > } > > > > *_In "opus_decode_frame" again, as data is passed as NULL, goes to > > else part_* > > > > if (data != NULL) > > { > > audiosize = st->frame_size;...
2015 Apr 16
0
Availability of the 1.1.1 stable version
...pcm_transition_silk_size = F5*st->channels; > } > > *So transition is made as 1 called this,* > > if (transition && mode == MODE_CELT_ONLY) > { > pcm_transition = pcm_transition_celt; > opus_decode_frame(st, NULL, 0, pcm_transition, IMIN(F5, audiosize), > 0); > } > > *In "opus_decode_frame" again, as data is passed as NULL, goes to else > part* > > if (data != NULL) > { > audiosize = st->frame_size; > mode = st->mode; > ec_dec_init(&dec,(unsigned char*)data,len); &gt...
2015 Apr 09
2
Availability of the 1.1.1 stable version
Hi, I'm curious to know when would be the 1.1.1 stable version available. In 1.1, we are facing crash when opus library is trying to decode the CELT-only, full band and 20 ms. So we tried with 1.1.1 beta and it looks to be fine. Is there any open issue regarding this in 1.1 version? Thanks Suresh -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Apr 16
0
Availability of the 1.1.1 stable version
...t; > *_So transition is made as 1 called this,_* > > > > if (transition && mode == MODE_CELT_ONLY) > > { > > pcm_transition = pcm_transition_celt; > > opus_decode_frame(st, NULL, 0, pcm_transition, IMIN(F5, > > audiosize), 0); > > } > > > > *_In "opus_decode_frame" again, as data is passed as NULL, goes to > > else part_* > > > > if (data != NULL) > > { > > audiosize = st->frame_size; > > mode = st-&g...
2015 Apr 20
1
Availability of the 1.1.1 stable version
...* > > > > > > if (transition && mode == MODE_CELT_ONLY) > > > { > > > pcm_transition = pcm_transition_celt; > > > opus_decode_frame(st, NULL, 0, pcm_transition, IMIN(F5, > > > audiosize), 0); > > > } > > > > > > *_In "opus_decode_frame" again, as data is passed as NULL, > goes to > > > else part_* > > > > > > if (data != NULL) > > > { > > &...
2015 Apr 21
2
Availability of the 1.1.1 stable version
...(transition && mode == MODE_CELT_ONLY) > > > > { > > > > pcm_transition = pcm_transition_celt; > > > > opus_decode_frame(st, NULL, 0, pcm_transition, > > IMIN(F5, > > > > audiosize), 0); > > > > } > > > > > > > > *_In "opus_decode_frame" again, as data is passed as > > NULL, goes to > > > > else part_* > > > > > > > >...
2015 Apr 21
0
Availability of the 1.1.1 stable version
...> > if (transition && mode == MODE_CELT_ONLY) > > > { > > > pcm_transition = pcm_transition_celt; > > > opus_decode_frame(st, NULL, 0, pcm_transition, > IMIN(F5, > > > audiosize), 0); > > > } > > > > > > *_In "opus_decode_frame" again, as data is passed as > NULL, goes to > > > else part_* > > > > > > if (data != NULL) > >...
2015 Apr 21
3
Availability of the 1.1.1 stable version
...; > > > > { > > > > > pcm_transition = pcm_transition_celt; > > > > > opus_decode_frame(st, NULL, 0, > pcm_transition, > > > IMIN(F5, > > > > > audiosize), 0); > > > > > } > > > > > > > > > > *_In "opus_decode_frame" again, as data is passed > as > > > NULL, goes to > > > > > else part_* > >...
2015 Apr 21
0
Availability of the 1.1.1 stable version
...p; mode == MODE_CELT_ONLY) > > > > { > > > > pcm_transition = pcm_transition_celt; > > > > opus_decode_frame(st, NULL, 0, pcm_transition, > > IMIN(F5, > > > > audiosize), 0); > > > > } > > > > > > > > *_In "opus_decode_frame" again, as data is passed as > > NULL, goes to > > > > else part_* > > > > >...
2015 Apr 22
0
Availability of the 1.1.1 stable version
...> > { >> > > > > pcm_transition = pcm_transition_celt; >> > > > > opus_decode_frame(st, NULL, 0, >> pcm_transition, >> > > IMIN(F5, >> > > > > audiosize), 0); >> > > > > } >> > > > > >> > > > > *_In "opus_decode_frame" again, as data is passed >> as >> > > NULL, goes to >> > > > >...