Audio Object URL as Array #496
danpastori
started this conversation in
Ideas
Replies: 0 comments
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.
-
👉 Describe the problem
Instead of providing an individual URL for an audio file, allow for the
url
key to be an array or a singleurl
. This will allow us to define fallback URLs for MP3 or WAV and possibly future formats.👥 Problem evidence & reach
Anyone who has fallback URLs
🥰 Describe the "impact" on users?
Ability to set fallback URLs will allow for multiple file types to be set up for an audio object.
🏆 How to solve this problem
When initializing AmplitudeJS, audio objects can contain an array of audio files.
💯 How do we validate the problem is solved?
Fallback URLs are supported
Beta Was this translation helpful? Give feedback.
All reactions