elhobbs / prboom3ds

prboom for the 3ds
GNU General Public License v2.0
104 stars 26 forks source link

Any way to change the music style? #24

Closed torizo237 closed 4 years ago

torizo237 commented 5 years ago

This isn't much of an issue but I'd like to know if it's possible to change the midi sound. I heavily dislike the default music style and want to change it to be as similar sounding as the original music style, which is fluidsynth I believe.

Any way to do it?

elhobbs commented 5 years ago

Original dos doom style? Like isa adlib or soundblaster? Probably not. If you can point me at something that can be used given the very limited processing power and memory constraints on the 3ds then I can take a look.
Personally I think it sounds fine as is.

On Aug 2, 2019, at 3:36 PM, torizo237 notifications@github.com wrote:

This isn't much of an issue but I'd like to know if it's possible to change the midi sound. I heavily dislike the default music style and want to change it to be as similar sounding as the original music style, which is fluidsynth I believe.

Any way to do it?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

torizo237 commented 5 years ago

I know literally nothing of hardware/software audio design, but what about some of these types of music packs? http://sc55.duke4.net/games.php#doom

Also, my question was if there was a way that I can do so manually. Is the music hardcoded into the cfg? I've been trying to manually replace the default music type into some of the ones in the link but they never seem to change.

elhobbs commented 5 years ago

No it cannot be changed. It is essentially using the opl emulator from dosbox - taken from chocolate doom. The problem is that the ogg and mp3 decode is fairly cpu intensive for the 3ds processor. To get it to be usable you need to drop the bit rate down quite a bit - I doubt any of the files you linked to would be playable on the 3ds without doom running like a slideshow.

On Aug 2, 2019, at 7:17 PM, torizo237 notifications@github.com wrote:

I know literally nothing of hardware/software audio design, but what about some of these types of music packs? http://sc55.duke4.net/games.php#doom

Also, my question was if there was a way that I can do so manually. Is the music hardcoded into the cfg? I've been trying to manually replace the default music type into some of the ones in the link but they never seem to change.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

torizo237 commented 5 years ago

Aww geez. So is this music type really the best and most compatible?

elhobbs commented 5 years ago

I think it is the only option currently

On Aug 2, 2019, at 8:05 PM, torizo237 notifications@github.com wrote:

Aww geez. So is this music type really the best and most compatible?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.