mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-27 03:23:54 +01:00
huh
This commit is contained in:
@@ -194,7 +194,7 @@ int main() {
|
||||
|
||||
mpx[i] = delay_line(&monoDelay, mono) * MONO_VOLUME +
|
||||
pilot * PILOT_VOLUME +
|
||||
apply_low_pass_filter(&ssb_lpf, lsb)*STEREO_VOLUME;
|
||||
apply_low_pass_filter(&ssb_lpf, lsb)/6 *STEREO_VOLUME;
|
||||
}
|
||||
|
||||
if (pa_simple_write(output_device, mpx, sizeof(mpx), NULL) < 0) {
|
||||
|
||||
Reference in New Issue
Block a user