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

'PlayMusic' command produces audio artifacts (clicking) when a music loop is restarted. #7

Open
supercom32 opened this issue Jan 1, 2018 · 0 comments

Comments

@supercom32
Copy link
Collaborator

Issue found using the latest version of Dragon Basic under Linux (Commit ID: d2ce042)

When using the 'PlayMusic' command, audio artifacts (clicking) can be heard when a music loop is restarted. This means on short loops, the users is constantly hearing a clicking sound that is distracting and a clear indication that looping music is being used.

Workaround: Replace 'PlayMusic' code from 'sound.f' with the original Dragon Basic code and the clicking sound will only occur on first loop. To further eliminate the initial first loop click sound, paste a copy of the interrupt code (from original Dragon Basic) immediately after the 'PlayMusic' code to bypass the first loop entirely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant