sirjuddington / SLADE

It's a Doom editor
https://slade.mancubus.net
GNU General Public License v2.0
700 stars 110 forks source link

Option to pick default media player. #522

Closed SteelT1 closed 4 years ago

SteelT1 commented 8 years ago

Since SLADE recognizes chiptunes, it can play them, but on Microsoft Windows, it would try to use Windows Media Player to play the lump, which it don't support. It would be nice to pick a different player, or at least for chiptunes lump files.

Gaerzi commented 8 years ago

Using the windows media player is a fallback based on wx code that's built around it; picking a different player would be more complicated.

Monsterovich commented 8 years ago

Did you mean modules (.mod .s3m. xm .it)? So, slade is bundled with libbass that supports them.

sirjuddington commented 4 years ago

The WMP fallback is pretty much meant for playing mp3s on windows, and will be going away in 3.2.0 (I have mp3 playback via SFML+libmpg123 mostly working in a branch). SLADE can't actually play chiptunes as far as I know (unless you mean modules which it does), so closing this issue