mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-27 11:33:54 +01:00
remove hq
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
inline float deviation_to_dbr(float deviation) {
|
||||
if (deviation < 1e-6f) return -100.0f;
|
||||
return 10*log10f((deviation*deviation)/(SQRT19000 * SQRT19000));
|
||||
return 10*log10f((deviation*deviation)/SQRT19000);
|
||||
}
|
||||
|
||||
void init_bs412(BS412Compressor* mpx, uint32_t mpx_deviation, float target_power, float attack, float release, uint32_t sample_rate) {
|
||||
|
||||
Reference in New Issue
Block a user