Slightly increase amount of bandwidth of resampling filter for
feeder_rate_quality=3. This have the benefit of reducing aliasing artifacts due to alias masking. Spectrogram analysis: o Old preset (100:36:0.90) http://people.freebsd.org/~ariff/z_comparison/z_q3_old.png o New preset (100:36:0.92): http://people.freebsd.org/~ariff/z_comparison/z_q3_new.png Approved by: re (kib)
This commit is contained in:
parent
337f389926
commit
c7f054429b
@ -592,7 +592,7 @@ BEGIN {
|
||||
if (ARGC < 2) {
|
||||
ARGC = 1;
|
||||
ARGV[ARGC++] = "100:8:0.85";
|
||||
ARGV[ARGC++] = "100:36:0.90";
|
||||
ARGV[ARGC++] = "100:36:0.92";
|
||||
ARGV[ARGC++] = "100:164:0.97";
|
||||
#ARGV[ARGC++] = "100:8";
|
||||
#ARGV[ARGC++] = "100:16";
|
||||
|
Loading…
x
Reference in New Issue
Block a user