search for: use_vbr

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

Did you mean: use_va
2015 Feb 23
1
[PATCH] opus_demo: remove unused but set values
..._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; - bandwidth = OPUS_AUTO; max_payload_bytes = MAX_PACKET; complexity = 10; use_inbandfec = 0; forcechannels = OPUS_AUTO; use_dtx = 0; packet_loss_perc = 0; - max_frame_size = 2*48000; - curr_read=0; while( args < argc - 2 ) { /* process...
2016 Mar 24
0
opus1.1.2's bug
opus1.1.2's bug opus1.1.2's effect is poor in a set of parameters when processing a specific audio file. input file:data.pcm some changed parameters in opus_demo.c is :use_vbr = 0; complexity = 0; packet_loss_perc = 16. opus_demo.exe command line:voip ?16000 1 17000?-cbr -framesize 20 E:/data.pcm E:/dec_data.pcm if the bitrate_bps is changerd from 17000 to 16999,the result is better.It doesn't make sense. Hope to get your help....