Search Issue Tracker
Won't Fix
Won't Fix in 2021.3.X
Votes
0
Found in
2021.3.5f1
Issue ID
UUM-30968
Regression
No
[Audio] Microphone API latency and audio distortions appear after recording
Steps to reproduce:
1. Open the attached user's project "GarbledSoundSample.zip"
2. Open the "OnRead" Scene
3. Enter Play Mode
4. Press "Start Mic Recording" with a constant audio source near the Microphone
5. After 5 mins of recording press "Save Audio" to save the audio played on a wav file
6. Playback the audio
Expected results: Microphone API latency and audio distortions do not appear after recording
Actual Results: Microphone API latency and audio distortions appear after recording
Reproducible according to the Customer: 2021.3.5f1
Notes:
-Also you will experience latency even using the settings suggested in this unity article:
https://support.unity.com/hc/en-us/articles/206485253?input_string=microphone+api+latency+and
-an example of this issue is attached as "audioCReated.wav" which show the distortion
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
Using the microphone API will introduce a latency because it is using OnAudioFilterRead and therefore can not be used as a no latency solution for recording
Resolution Note (2021.3.X):
Using the microphone API will introduce a latency because it is using OnAudioFilterRead and therefore can not be used as a no latency solution for recording