diff options
author | Chris Robinson <[email protected]> | 2023-01-27 02:39:42 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-01-27 02:39:42 -0800 |
commit | dc61e7c59d24fb4422c3ea939eeb32ef2f4038c4 (patch) | |
tree | 2415972bdadbaaf0dc530fa7dc3fe53cfecb3271 /alsoftrc.sample | |
parent | 3f6e0e3d9666c7fc0f7599aa35535ad0f843a88a (diff) |
Change the default resampler to cubic
This has notably better quality than linear, while still being faster than
bsinc.
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index cdff5db5..d894791e 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -188,7 +188,7 @@ # between 24 and 48 points, with anti-aliasing) # fast_bsinc24 - same as bsinc24, except without interpolation between down- # sampling scales -#resampler = linear +#resampler = cubic ## rt-prio: (global) # Sets the real-time priority value for the mixing thread. Not all drivers may |