0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-27 03:23:54 +01:00

suprisingly works

This commit is contained in:
2026-02-15 12:58:43 +01:00
parent 1053a1a8cc
commit 63976e4a98
3 changed files with 4 additions and 4 deletions

View File

@@ -493,7 +493,7 @@ void init_runtime(FM95_Runtime* runtime, const FM95_Config config) {
}
#ifdef STEREO_SSB
runtime->stereo_hilbert = firhilbf_create(7, 60);
runtime->stereo_hilbert = firhilbf_create(STEREO_SSB, 80);
#endif
if(config.preemphasis != 0) {