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

DSD Demod - Fix loss of constellation #1883

Merged
merged 4 commits into from
Nov 13, 2023
Merged

Conversation

srcejon
Copy link
Collaborator

@srcejon srcejon commented Nov 9, 2023

DSD Demod constellation will not appear if !m_running when GUI is created or if acquisition is restarted (which recreates the baseband object).

This patch fixes this, by saving a pointer to m_scopeXYSink in DSDDemod, so that it can be used to initialise the baseband/sink every time it is created.

Also, this patch adds a warning in the DSDDemod GUI if the sample rate is < 48kHz.

For #1836

@srcejon
Copy link
Collaborator Author

srcejon commented Nov 9, 2023

Also added another patch, so that the AudioSelectDialog uses the DialogPositioner so that it is fully visible on screen.

@f4exb f4exb merged commit 95da393 into f4exb:master Nov 13, 2023
2 of 3 checks passed
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.

2 participants