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

Fix the apu #59

Merged
merged 4 commits into from
Sep 24, 2021
Merged

Fix the apu #59

merged 4 commits into from
Sep 24, 2021

Conversation

alloncm
Copy link
Owner

@alloncm alloncm commented Sep 21, 2021

Closes #58

Already found 1 bug where the wave ram was not updated at all (have no clue how this works on windows)

Previously the wave ram was not updated on write,
which cause the wave ram samples to be blank.
For some reason it did not cause any problems in windows.
@alloncm alloncm marked this pull request as draft September 21, 2021 15:35
More info in the issue: #58
Might just move to u16 for the representation if the samples
@alloncm alloncm marked this pull request as ready for review September 24, 2021 08:53
@alloncm alloncm merged commit 6aece02 into dev Sep 24, 2021
@alloncm alloncm deleted the fix/apu branch September 24, 2021 11:17
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.

Sound not working correctly on Linux
1 participant