Search Issue Tracker
Fixed
Votes
0
Found in
4.5.1f3
Issue ID
621208
Regression
No
Loading streams to be played back looped does not work - gets stuck on the last pieces of the WWW buffer
Steps to repro:
1. Open the attached project and the scene
2. Press play
3. Each button presents a test case:
1.) The ideal approach:
Start a stream by opening a WWW request, set the audio source to loop -> does not not work because only the last pieces of the WWW buffer seem to be looped
2.) The first workaround:
Stream the audio by WWW. If the source got ended (IsPlaying is false), restart the source -> restarts the sound, but leads to a hearable break in audio
3.) the second workaround: stream the clip by WWW and play, for "pre-buffer" stream another WWW with the same clip. swap clips once the old clip got ended -> same as case 2 - noticable gap in playback
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
Add comment