Possibly add OGG functionality(?) #1381
KVonGit
started this conversation in
Developing Quest
Replies: 1 comment 2 replies
-
It'd be nice if there was a way to play more than one sound at a time. That's mostly why I used audio tags with ogg files...i would use ogg for the looping music, and the innate play sound command for sound effects because you could layer them together. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
play sound
will play an OGG if you change the extension from .ogg to .wav....after altering the source code a bit at first, of course.
...but I couldn't find a way to make things work without telling Quest an OGG was a WAV. I barely understand how it works in the WebPlayer app, and I really don't understand how it works in the desktop player as far as this is concerned. I think it all comes down to WMP in the desktop player, though.
After a little research, it seems Windows 10 does not support OGG natively. (I always install VLC; so, my tests work, where others (with no Vorbis codecs installed somehow) fail.)
Beta Was this translation helpful? Give feedback.
All reactions