Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[macOS] Music not working #462

Open
shinra-electric opened this issue Aug 2, 2024 · 1 comment
Open

[macOS] Music not working #462

shinra-electric opened this issue Aug 2, 2024 · 1 comment

Comments

@shinra-electric
Copy link
Contributor

This is a kind of follow-up to this issue.

Music is not working in War1gus. However I don't think this is due to a recent change, as previous builds I made also don't have music (I just didn't notice until now).

The logs show that it is referencing the source code folder, which doesn't exist anymore. Similar behaviour to this wartool issue

Terminal Saved Output.txt

@Jarod42
Copy link
Member

Jarod42 commented Aug 2, 2024

Supported sound decoders: WAVE AIFF VOC MOD OGG OPUS MP3 FLAC WAVPACK
Supported music decoders: CMD WAVE FLAC WAVPACK OGG OPUS MPG123 XMP MOD MP3
[..]
LoadMusic: Can't load the music 'music/27.mid'

MID decoders is missing :-/ (SDL_Mixer has option for midi file (disabled by default))

I personally have (on Windows)

Supported sound decoders: WAVE AIFF VOC MID OGG MP3 FLAC
Supported music decoders: WAVE DRFLAC OGG MINIMP3 NATIVEMIDI MIDI MP3 FLAC

Alternatively, as you have ogg support, you might convert music to ogg:

war1tool [-m] [-v] [-V] [-h] archive-directory [destination-directory]
-m    Extract and convert midi sound files (may take some time)

It is the -m flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants