mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-26 20:33:53 +01:00
fix sample rates
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
*/
|
||||
#define MPX_SAMPLE_RATE RDS_SAMPLE_RATE
|
||||
|
||||
#define OUTPUT_SAMPLE_RATE 192000
|
||||
#define OUTPUT_SAMPLE_RATE MPX_SAMPLE_RATE
|
||||
|
||||
extern void fm_mpx_init(uint32_t sample_rate);
|
||||
extern void fm_rds_get_frames(float *outbuf, size_t num_frames);
|
||||
|
||||
Reference in New Issue
Block a user