kraflab / dsda-doom

This is a successor of prboom+ with extra tooling for demo recording and playback, with a focus on speedrunning and quality of life.
342 stars 87 forks source link

Parse ambient SNDINFO #422

Closed kraflab closed 1 year ago

kraflab commented 1 year ago

This PR sets up SNDINFO parsing in doom for ambient sound effects. It stores the data and allocates new sfx slots. The remaining tasks are setting up the playback logic and catching the ambient sound map objects.