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

Add mp3 format sound files for poor Safari browser #272

Merged
merged 1 commit into from
Mar 2, 2024

Conversation

boholder
Copy link
Collaborator

@boholder boholder commented Mar 1, 2024

with "for i in .ogg; do ffmpeg -i "$i" "${i%.}.ogg.mp3"; done "

Pull Request Checklist

- [ ] A new fragment is added in ./doc/news that describes what is new (refer to issue #174).

Describe what you have changed in this PR

I'm not sure if it works, but minecraft.wiki also only provides two format: ogg and mp3.

with "for i in *.ogg; do ffmpeg -i "$i" "${i%.*}.ogg.mp3"; done
"
@boholder boholder added the 1.20 Minecraft 1.20.* version label Mar 1, 2024
@khanshoaib3 khanshoaib3 merged commit b385229 into khanshoaib3:1.20 Mar 2, 2024
2 checks passed
@boholder boholder deleted the add-sound-html branch March 2, 2024 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.20 Minecraft 1.20.* version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants