Search Issue Tracker
Fixed in 4.3.X
Votes
0
Found in
4.1.2f1
Issue ID
542844
Regression
No
AudioImporterInspector: Compression slider shows wrong max
Reproduced on 4.2.b1
When you select an AudioClip, Unity displays the AudioImporterInspector. In the AudioImporterInspector, the initial maximum value for "Compression (kbps)" is incorrect. It receives the correct value once you click "Apply" or "Revert" though.
Reproduce:
1) Open example project attached to this bug report
2) Select the asset "Assets/airlock_door_close 5.wav"
3) Drag the Compression slider in the AudioImporterInspector to the most right (max value).
=> Notice that it displays "256" at this point.
4) Click "Revert"
5) Drag the Compression slider in the AudioImporterInspector to the most right again.
=> Notice that is displays "240" now, which seems to be the correct value.
Expected behavior:
The Compression slider show display the correct maximum value (240) to begin with.
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