mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-27 11:33:54 +01:00
tst
This commit is contained in:
@@ -186,7 +186,7 @@ int main() {
|
|||||||
float stereo = (current_left_input - current_right_input) / 2.0f; // Also Stereo to Mono but a bit diffrent
|
float stereo = (current_left_input - current_right_input) / 2.0f; // Also Stereo to Mono but a bit diffrent
|
||||||
float stereo_i, stereo_q;
|
float stereo_i, stereo_q;
|
||||||
apply_hilbert(&hilbert, stereo, &stereo_i, &stereo_q);
|
apply_hilbert(&hilbert, stereo, &stereo_i, &stereo_q);
|
||||||
float lsb = (stereo_i*cos38-stereo_q*(sin38*0.5f));
|
float lsb = (stereo_i*cos38-stereo_q*(sin38*0.25f));
|
||||||
|
|
||||||
mpx[i] = mono * MONO_VOLUME +
|
mpx[i] = mono * MONO_VOLUME +
|
||||||
pilot * PILOT_VOLUME +
|
pilot * PILOT_VOLUME +
|
||||||
|
|||||||
Reference in New Issue
Block a user