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

how has this not been resolved yet #38

Open
Not-A-Coder2023 opened this issue Dec 27, 2023 · 3 comments
Open

how has this not been resolved yet #38

Not-A-Coder2023 opened this issue Dec 27, 2023 · 3 comments

Comments

@Not-A-Coder2023
Copy link

The PCM 'instruments' still don't properly mad any other soundfonts than the MSGS soundfonts. If I try a GM compatible soundfont on SPC700, it doesn't sound anything like I want it to.

@Not-A-Coder2023
Copy link
Author

And no, importing random SPC instruments into each instrument slot doesn't count, although I wish WAV support for SPC700 was a thing.

@110-kenichi
Copy link
Owner

Basically, Soundfont ( and WAV too ) is not suitable for SPC700 spec. Just because it supports WAV does not make it good.
Please be sure the following.

・SPC700 is ADPCM. If the PCM data is not well for ADPCM, the sound will be dirty. And Looping will not work either.
・Loop point is force 16 bytes aligned.
・If BaseFrequency is other than 500hz , sound is not good.

I recommend using some kind of BRR PCM editor.

@110-kenichi
Copy link
Owner

And no, importing random SPC instruments into each instrument slot doesn't count

Sorry, could you please tell me more details?

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

No branches or pull requests

2 participants