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

SDL output problems do not allow closing #76

Open
andimik opened this issue Dec 9, 2024 · 1 comment
Open

SDL output problems do not allow closing #76

andimik opened this issue Dec 9, 2024 · 1 comment

Comments

@andimik
Copy link
Contributor

andimik commented Dec 9, 2024

I've realized when there is a problem with the sound output (for example on a raspberry Pi), there is no chance to close the program by pressing CTRL+C. The only way is to close the terminal window itself.

normal behaviour

(without playing a service)

FICDecoder: SId 0xAD59: programme service label 'arabella HOT' ('ara HOT')
FICDecoder: SId 0xA3E0, SCIdS  0: MSC service component (SubChId 16)
^C...DABlin exits...

faulty behaviour

(when Audio output is not working correctly)

SDLOutput: audio buffer overflow: 7680 > 0
SDLOutput: audio buffer overflow: 7680 > 0
SDLOutput: audio buffer overflow: 7680 > 0
^C...DABlin exits...
SDLOutput: audio buffer overflow: 7680 > 0
SDLOutput: audio buffer overflow: 7680 > 0
SDLOutput: audio buffer overflow: 7680 > 0
@basicmaster
Copy link
Member

Is there an easy way to reproduce the second case?

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

No branches or pull requests

2 participants