What is the best way to play audio files that have been put into bucket?
I'd say grab the url of the view file endpoint and put that into your media player
When I try to get that url its just text when it runs
Yup, remove the &mode=admin
What media player should I use as when I try this I get this error DOMException: The element has no supported sources.
What's the mime/file type when you look at the file in Appwrite?
audio/x-wav
Hmm we don't support that format: https://github.com/appwrite/appwrite/blob/master/app/config/storage/mimes.php
Awesome thank you will just convert everything!
[Solved] Audio files in Storage
You could also create a feature request
Audio/wav makes sense to add. I'm not sure what x-wav is
Recommended threads
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...