About dmg_audio_sync branch
#1
copyrat90
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
dmg_audio_syncbranch lets you synchronize PSG music (bn::dmg_music) along with PCM music (bn::music).Preparing music
Check out the
README.mdin the advgmexamples/sync_with_maxmodIntegration
After checking out
dmg_audio_syncbranch, you need to add this to your project's Makefile:I recommend to also set
USERFLAGS := -DBN_CFG_AUDIO_MIXING_RATE=BN_AUDIO_MIXING_RATE_31_KHZfor better PCM music quality.After that, you can access the newly added
bn::synced_musicAPIs.Check out the
examples/synced_audiofor its usage.One thing you can easily miss is that the default PSG master volume is set to
QUARTER.Most of the time you would want to set it to
FULL:Beta Was this translation helpful? Give feedback.
All reactions