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

Speedup loadtime by changing filetypes for audio files in the Duck Story. #22

Open
theTyster opened this issue Apr 30, 2024 · 0 comments
Assignees
Labels
🦆 Duck Story Issues related to the actual Duck Story Optimization Make it faster or lighter.

Comments

@theTyster
Copy link
Owner

Convert mp3 to .ogg?

ffmpeg -i input.mp3 -c:a libvorbis -b:a 128k output.ogg

Get shorter songs at the very least.

@theTyster theTyster added the Optimization Make it faster or lighter. label Apr 30, 2024
@theTyster theTyster self-assigned this Apr 30, 2024
@theTyster theTyster added the 🦆 Duck Story Issues related to the actual Duck Story label Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🦆 Duck Story Issues related to the actual Duck Story Optimization Make it faster or lighter.
Projects
None yet
Development

No branches or pull requests

1 participant