C-Netz: SDR now uses zero-crossing to detect level changes.
This does not work with analog radio, but with SDR it works. The quality should be better and the process is faster.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
void dsp_init(void);
|
||||
int dsp_init_sender(cnetz_t *cnetz, int measure_speed, double clock_speed[2]);
|
||||
int dsp_init_sender(cnetz_t *cnetz, int measure_speed, double clock_speed[2], int use_sdr);
|
||||
void dsp_cleanup_sender(cnetz_t *cnetz);
|
||||
void calc_clock_speed(cnetz_t *cnetz, double samples, int tx, int result);
|
||||
void unshrink_speech(cnetz_t *cnetz, sample_t *speech_buffer, int count);
|
||||
|
Reference in New Issue
Block a user