mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-27 03:23:54 +01:00
test
This commit is contained in:
@@ -184,7 +184,7 @@ int main() {
|
|||||||
mpx[i] = mono*MONO_VOLUME +
|
mpx[i] = mono*MONO_VOLUME +
|
||||||
(stereo * stereo_carrier)*STEREO_VOLUME +
|
(stereo * stereo_carrier)*STEREO_VOLUME +
|
||||||
(pilot * PILOT_VOLUME) +
|
(pilot * PILOT_VOLUME) +
|
||||||
(rds_sample * rds_carrier)*RDS_VOLUME;
|
(1.0f * rds_carrier)*RDS_VOLUME;
|
||||||
}
|
}
|
||||||
|
|
||||||
float_array_to_s16le(mpx, output, BUFFER_SIZE);
|
float_array_to_s16le(mpx, output, BUFFER_SIZE);
|
||||||
|
|||||||
Reference in New Issue
Block a user