mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-31 00:39:17 +02:00
mpx seperation
This commit is contained in:
+2
-2
@@ -27,8 +27,8 @@ typedef struct
|
||||
float last_output;
|
||||
} BS412Compressor;
|
||||
|
||||
float dbr_to_deviation(float dbr);
|
||||
// float dbr_to_deviation(float dbr);
|
||||
float deviation_to_dbr(float deviation);
|
||||
|
||||
void init_bs412(BS412Compressor *mpx, uint32_t mpx_deviation, float target_power, float attack, float release, uint32_t sample_rate);
|
||||
float bs412_compress(BS412Compressor *mpx, float average);
|
||||
float bs412_compress(BS412Compressor *mpx, float audio, float sample_mpx);
|
||||
Reference in New Issue
Block a user