search for: kahn__virtual

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

2020 Feb 26
0
Quality degradation with 1.3.1 when using FEC
...also be downloaded here (unfortunately, restricted to 7 days and 100 downloads): https://send.firefox.com/download/562352b2a488fcb7/#Ksojxpe0MGsFTtRTEc-zUQ Thanks and regards, Mathias ---------------- #!/bin/bash wget https://freesound.org/people/tim.kahn/sounds/174372/download/174372__tim-kahn__virtual-machine.wav -o /tmp/input.wav file=/tmp/input.wav params="--set-ctl-int 4012=1 --bitrate 25 --comp 4 --framesize 20 --expect-loss 10" path_to_121_lib=~/git/opus/install/lib path_to_131_lib= sox $file -c 1 --norm=-3 --rate=8000 -e signed-integer mono_in_8k.wav sox mono_in_8k.wav --rate 4...
2020 Feb 21
0
Quality degradation with 1.3.1 when using FEC
...etter for the settings in the script when complexity is reduced to 0. I assume the encoder disables FEC at complexity = 0. Is the degradation a known problem? Thanks and regards, Mathias ---------------- #!/bin/bash #wget https://freesound.org/people/tim.kahn/sounds/174372/download/174372__tim-kahn__virtual-machine.wav -o input.wav file=$1 params="--set-ctl-int 4012=1 --bitrate 25 --comp 4 --framesize 20 --expect-loss 10" path_to_121_lib=~/git/opus/install/lib path_to_131_lib= sox $file -c 1 --norm=-3 --rate=8000 -e signed-integer mono_in_8k.wav sox mono_in_8k.wav --rate 48000 resample48.w...