digital-sound-antiques / emu2413

A YM2413 emulator written in C.
MIT License
74 stars 18 forks source link

corrupted sound at 44.1KHz or lower #4

Closed okaxaki closed 4 years ago

okaxaki commented 4 years ago

High frequency noise like top-cym sound tend to be corrupted as 44KHz or lower playback rate, may be because of sample rate conversion.

okaxaki commented 4 years ago

Fixed at https://github.com/digital-sound-antiques/emu2413/commit/509d609468e4695ff450216f6947ad339118b67b

okaxaki commented 4 years ago

The code slice of rate converter is here.