Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set correct buffer size for audio FFT #859

Merged
merged 1 commit into from
Nov 7, 2020

Conversation

argilo
Copy link
Member

@argilo argilo commented Nov 7, 2020

In #728 I added an extra argument to make_rx_fft_f. Due to merge conflicts, the change was manually merged in c41d989, but the extra argument was lost in receiver.cpp. As a result, d_audio_rate is set to 1 (= WIN_HANN), which makes the circular FFT buffer small and the audio FFT & waterfall choppy. Here I've added back the missing argument, and the audio waterfall is smooth once again.

@argilo argilo merged commit f292ffb into gqrx-sdr:master Nov 7, 2020
@argilo argilo deleted the fix-audio-fft-buffer branch November 7, 2020 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant