0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00

that's weird

This commit is contained in:
2025-03-11 17:27:02 +01:00
parent 8ab536b9ba
commit 6149c1d54e

View File

@@ -79,5 +79,5 @@ float get_rds_sample() {
rds->sample_buffer[rds->out_sample_index++] = 0;
if (rds->out_sample_index == SAMPLE_BUFFER_SIZE)
rds->out_sample_index = 0;
return fminf(1.0f, fmaxf(-1.0f, sample));
return sample;
}