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

Cannot load audio file by extension #2

Open
justindujardin opened this issue Apr 26, 2015 · 0 comments
Open

Cannot load audio file by extension #2

justindujardin opened this issue Apr 26, 2015 · 0 comments

Comments

@justindujardin
Copy link
Owner

AudioResource is registered with the ResourceManager in a way that requires no extension to be specified when loading audio files. It's also perfectly legit to want to specify the exact file, and avoid network requests on the other audio extensions.

Add support for loading an audio file with it's full extension, e.g. "myfile.mp3" or "myfile.ogg", and continue to allow specifying without an extension, e.g. "myfile".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant