nba-emu / NanoBoyAdvance

A cycle-accurate Nintendo Game Boy Advance emulator.
GNU General Public License v3.0
955 stars 53 forks source link

Mega Man Battle Network 1 - Title screen audio is distorted #278

Closed Chariblaze closed 1 year ago

Chariblaze commented 1 year ago

The first half of the title screen music is normal, then the second half seems to get progressively higher-pitched, crackling a bit at the end.

Expected: https://www.youtube.com/watch?v=x7FU0QJ2KXA

NanoBoyAdvance Nightly (b818d31):

https://user-images.githubusercontent.com/25140801/219992112-b16ce55b-6342-4740-908f-53c4b75986d2.mp4

  Checking older versions, the pitch is correct in 1.3. If I tested correctly, it broke with e0d84dff7694b7dc1cdf096b113f53399d71f354.

fleroviux commented 1 year ago

Thanks for the bug report and tracking down the breaking commit for me! I think I have an idea why this is breaking and I'll try to fix it tonight.

fleroviux commented 1 year ago

The audio should now work correctly in the latest dev version. Thanks again for tracking down the breaking commit. That saved me a lot of time.