+2 votes

is there any way to convert
audio file(compressed. like *.ogg) ]to sample file(uncompressed) at run-time?

in Engine by (490 points)
edited by

1 Answer

+1 vote
Best answer

Build in into godot? No, I don't think so. You can use StreamPlayer and play ogg files directly, I'm not sure about performance though.

If you REALLY have to convert oggs to samples at run-time you can try call external tool like ffmpeg using OS.execute() and then loading sample with load() but user would have to have ffmpg installed.

by (373 points)
selected by
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.