libxmp / xmp-cli

Command-line mod player using libxmp
GNU General Public License v2.0
75 stars 22 forks source link

change sound_driver description into a driver specific function call #66

Open sezero opened 2 weeks ago

sezero commented 2 weeks ago

This is after PR/#65, and removes the TODO note in sound_oss. It also opens a way to reverting commit 0e44b4eb and adapting things to this new setup. Created this pull request so that it won't get forgotten.

@AliceLR suggested that the sound_oss driver description should be computed by the description function, and returned via a caller- owned buffer: Haven't done that myself, at least not yet

Feel free to push to this branch to improve things.

CC: @ccawley2011