mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Remove some old testing code.
This commit is contained in:
-12
@@ -31096,10 +31096,6 @@ ma_peak2_config ma_peak2_config_init(ma_format format, ma_uint32 channels, ma_ui
|
||||
config.q = q;
|
||||
config.frequency = frequency;
|
||||
|
||||
if (config.gainDB == 0) {
|
||||
config.gainDB = 6;
|
||||
}
|
||||
|
||||
if (config.q == 0) {
|
||||
config.q = 0.707107;
|
||||
}
|
||||
@@ -31228,10 +31224,6 @@ ma_loshelf2_config ma_loshelf2_config_init(ma_format format, ma_uint32 channels,
|
||||
config.shelfSlope = shelfSlope;
|
||||
config.frequency = frequency;
|
||||
|
||||
if (config.gainDB == 0) {
|
||||
config.gainDB = 6;
|
||||
}
|
||||
|
||||
return config;
|
||||
}
|
||||
|
||||
@@ -31358,10 +31350,6 @@ ma_hishelf2_config ma_hishelf2_config_init(ma_format format, ma_uint32 channels,
|
||||
config.shelfSlope = shelfSlope;
|
||||
config.frequency = frequency;
|
||||
|
||||
if (config.gainDB == 0) {
|
||||
config.gainDB = 6;
|
||||
}
|
||||
|
||||
return config;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user