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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user