Add support to preview/play OGG sound files from the inspector #10741
SteinMakesGames
started this conversation in
Editor
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
WAV files can be played from the inspector, as expected. However, I eventually replaced some sounds in my project with OGG files. These files on the contrary cannot be preview-played in the inspector. So if you've got sound effects in a custom resource or
@export
field, you can see indeed see them in the inspector but not actually play them. Instead you have to search up the filename in the filesystem and play it from there. Now I'm no expert on the compression implications of OGG versus uncompressed WAV, but if it's possible here, shouldn't it be possible from the inspector too? It's unusual and inconvenient to not be able to do so. Illustration picture:Beta Was this translation helpful? Give feedback.
All reactions