Unity Issue Tracker - A MP3 audio clip downloaded through UnityWebRequestMultimedia.GetAudioClip can't be replayed
Fixed
UUM-32163
A MP3 audio clip downloaded through UnityWebRequestMultimedia.GetAudioClip can't be replayed
Unity: Platform Audio
WebGL
Fixed
2023.3.X
2023.2.X
2023.1.X
2022.3.X
2021.3.X
Won't Fix
2022.2.X
Audio: Added lazy `loopEnd` evaluation to avoid keeping an invalid value of 0. Downloaded audio files were were not updating this, causing a division by zero in the playback process.
Steps to reproduce:
Download attached project
Switch platform to "WebGL" and click Build&Run
Open Debug Console in browser and listen to audio played
Expected Result: Audio plays, pauses after a few seconds and starts to play again.
Actual Result: Audio plays only once briefly and there are errors on the console.
"Channel.playSoundClip error. Exception: TypeError: The provided value is non-finite"
Prioritise and Follow this issue
Have a workaround or additional info about this issue?