Displaying 2 results from an estimated 2 matches for "encode_on".
Did you mean:
encode_id
2015 Feb 23
1
[PATCH] opus_demo: remove unused but set values
...bits2=0.0, nrg;
double tot_samples=0;
opus_uint64 tot_in, tot_out;
- int bandwidth=-1;
+ int bandwidth=OPUS_AUTO;
const char *bandwidth_string;
int lost = 0, lost_prev = 1;
int toggle = 0;
opus_uint32 enc_final_range[2];
opus_uint32 dec_final_range;
int encode_only=0, decode_only=0;
- int max_frame_size = 960*6;
+ int max_frame_size = 48000*2;
int curr_read=0;
int sweep_bps = 0;
int random_framesize=0, newsize=0, delayed_celt=0;
@@ -336,15 +336,12 @@ int main(int argc, char *argv[])
/* defaults: */
use_vbr = 1;
- bandwidt...
2011 Dec 05
2
bit error robustness
Hello everyone,
I'm evaluating the Celt in terms of robustness against bit errors.
So what I have done is encoding a wav file using the \tools\celtenc.exe
and then manipulated the wav file according a desired bit error rate or
burst error length.
But the Celt decoder stops decoding with the first bit I manipulated even
if this bit is not in the header.
So is there a way to do the test