devinsmith / opendw

A game engine for Interplay's 1989/1990 DragonWars game
ISC License
16 stars 1 forks source link

Handle sound/audio #3

Open devinsmith opened 2 years ago

devinsmith commented 2 years ago

Currently OpenDW doesn't support audio resources. The original game employed both PC speaker music (title screen) as well as PC speaker beeps and even PCM sound effects. None of this is supported today.

Do we want to emulate the original PC speaker music? Should we just capture this and playback ogg files? Should we use audio from other ports (Apple IIgs / Amiga) which had better quality sound?