search for: packet_loss_perc

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

2015 Feb 23
1
[PATCH] opus_demo: remove unused but set values
...amesize=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 command line options */ -- 2.1.4
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....