bkacjios / m-overlay

A controller input display/overlay for Dolphin
MIT License
168 stars 44 forks source link

.BRSTM support? #19

Open davidvkimball opened 4 years ago

davidvkimball commented 4 years ago

I figured this was a long shot, but BRSTM files are loopable music files which work in Brawl. Would it be possible for the music/stage/playlist feature for rollback Slippi / Melee work with BRSTM files? They loop seamlessly which is why I think they'd be perfect for it.

bkacjios commented 4 years ago

This is another thing that would be very difficult to implement, since I don't have much control over the audio system I use at the moment. This would be something that I could add if I get around to porting this to another library.

ribbanya commented 3 years ago

Seems like it would be possible to convert BRSTM's in-memory to WAV by porting an open-source algorithm and then have Love play that.

I don't know how in-demand this feature is, though.

It might be more practical to find a program that can convert BRSTM's to loopable WAVs, which M'Overlay now supports.