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
- Crash on __pthread_kill when initializing Vuplex WebView while entering the Play Mode
- Crash on FindSurface when adding a custom Renderer Feature to a 2D Renderer Data Asset
- [Android] [Vulkan] [UI Toolkit] Application crashes when the device is rotated when it has UI Toolkit TextField on Vulkan devices
- Crash on DualThreadAllocator<DynamicHeapAllocator>::TryDeallocate when opening a specific project
- Crash on memset_repstos when pressing a UI button while in Play Mode
Add comment