mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-27 04:43:52 +01:00
remove rds2
This commit is contained in:
11
src/fm_mpx.h
11
src/fm_mpx.h
@@ -26,17 +26,6 @@
|
||||
|
||||
#define OUTPUT_SAMPLE_RATE 192000
|
||||
|
||||
enum mpx_subcarriers {
|
||||
MPX_SUBCARRIER_ST_PILOT,
|
||||
MPX_SUBCARRIER_RDS_STREAM_0,
|
||||
#ifdef RDS2
|
||||
MPX_SUBCARRIER_RDS2_STREAM_1,
|
||||
MPX_SUBCARRIER_RDS2_STREAM_2,
|
||||
MPX_SUBCARRIER_RDS2_STREAM_3,
|
||||
#endif
|
||||
MPX_SUBCARRIER_END
|
||||
};
|
||||
|
||||
extern void fm_mpx_init(uint32_t sample_rate);
|
||||
extern void fm_rds_get_frames(float *outbuf, size_t num_frames);
|
||||
extern void fm_mpx_exit();
|
||||
|
||||
Reference in New Issue
Block a user