Search Issue Tracker
By Design
Votes
0
Found in
2021.3.40f1
2022.3.36f1
6000.0.10f1
Issue ID
UUM-75378
Regression
Yes
Audio Source does not output audio when using 3rd party plugin for Text-to-Speech
Reproduction steps:
1. Open the attached project "ReproProj"
2. Open the “/Assets/RS_test.unity” Scene
3. Enter the Play Mode
4. In Game view, press the “Space Bar” key
Expected result: Text-to-Speach can be heard
Actual result: No audio is present
Reproducible with: 2021.3.40f1, 2022.3.27f1, 2022.3.36f1, 6000.0.10f1
Not reproducible with: 2022.3.26f1
Reproducible on:
Play Mode
Windows Standalone Player
Testing environment: Windows 10 Enterprise 21H2
Not reproducible on: No other environment tested
Note:
- Project uses 3rd party plugin for TTS
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note:
TTS::PlayAudioBuffer seems to immediately destroy the AudioClip after assigning it to the AudioSource, this did not used to delete the AudioClip and was fixed as a bug in https://issuetracker.unity3d.com/issues/crash-on-purecall-when-repeatedly-creating-playing-stopping-and-deleting-audio . We suggest removing this destroy call and handle the destruction of the clip elsewhere