diff options
author | Chris Robinson <[email protected]> | 2022-10-26 15:47:17 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2022-10-26 15:47:17 -0700 |
commit | 3fed7b0e03d06257cc37aaf543e0c6180515e810 (patch) | |
tree | 4e268bcc4f1c1572101072e96093385d0db47409 /core | |
parent | 72de556c6b4c5f5f121a107633aa00cda024748b (diff) |
Use the IIR all-pass filter by default
Diffstat (limited to 'core')
-rw-r--r-- | core/uhjfilter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/uhjfilter.h b/core/uhjfilter.h index e0aa73d2..49819f00 100644 --- a/core/uhjfilter.h +++ b/core/uhjfilter.h @@ -16,7 +16,7 @@ enum class UhjQualityType : uint8_t { IIR = 0, FIR256, FIR512, - Default = FIR256 + Default = IIR }; extern UhjQualityType UhjDecodeQuality; |