-
Notifications
You must be signed in to change notification settings - Fork 20
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
Ch3 vibrato sounds OK in mGBA, but it's broken on hardware #22
Comments
VisualBoyAdvance and NanoBoyAdvance sound playback is closer to real hardware, if it helps. |
I just tried NanoBoyAdvance, and it has the same clicking issue. |
I guess this explains it: https://gbdev.io/pandocs/Audio_details.html#mixer
I always remove channels with NR51 (well, the GBA-equivalent register) before changing the volume, frequency, etc. |
Issue
Ch3 vibrato sounds OK in mGBA, but it's broken on hardware.
The waveform is a simple Triangle, which looks like this:
Source files
basic - ch3 vibrato.s3m
basic - ch3 vibrato.gba
Playback
mGBA Playback (OK)
mGBA_playback.mp4
Hardware Playback (Broken)
WARNING!! HEAVILY BROKEN NOISE SOUND!!
https://github.com/AntonioND/gbt-player/assets/34793045/daed84fd-3deb-4ee5-a8ee-72b64f185cbe
I tried this on 3 different GBAs, but they all have this broken noises.
The text was updated successfully, but these errors were encountered: