freemlib-neogeo
freemlib-neogeo copied to clipboard
ADPCM-A sample playback
Part of the Sound Driver master todo list (#2)
ADPCM-A sample playback is typically the easiest of the sound sources to grasp.
- [ ] Play/stop all 6 channels
- [ ] Handle priority (sound effects vs. music)
- [ ] Global PCMA volume
- [ ] Per-channel volume and left/right output
- [ ] Sample start and end addresses
- [ ] Looped playback (check for channel end, check if loop flag is active, etc.)