mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +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.q = q;
|
||||||
config.frequency = frequency;
|
config.frequency = frequency;
|
||||||
|
|
||||||
if (config.gainDB == 0) {
|
|
||||||
config.gainDB = 6;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (config.q == 0) {
|
if (config.q == 0) {
|
||||||
config.q = 0.707107;
|
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.shelfSlope = shelfSlope;
|
||||||
config.frequency = frequency;
|
config.frequency = frequency;
|
||||||
|
|
||||||
if (config.gainDB == 0) {
|
|
||||||
config.gainDB = 6;
|
|
||||||
}
|
|
||||||
|
|
||||||
return config;
|
return config;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -31358,10 +31350,6 @@ ma_hishelf2_config ma_hishelf2_config_init(ma_format format, ma_uint32 channels,
|
|||||||
config.shelfSlope = shelfSlope;
|
config.shelfSlope = shelfSlope;
|
||||||
config.frequency = frequency;
|
config.frequency = frequency;
|
||||||
|
|
||||||
if (config.gainDB == 0) {
|
|
||||||
config.gainDB = 6;
|
|
||||||
}
|
|
||||||
|
|
||||||
return config;
|
return config;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user