Search Issue Tracker
By Design
Votes
0
Found in
2019.3
2019.3.4f1
2020.2
Issue ID
1232388
Regression
No
[iOS] [tvOS] AudioSampleProvider reporting incorrect Channel count
Reproduction steps:
1. Open user's attached project in "AudioSampleProviderBug.zip"
2. Enter Play Mode
3. While in Play Mode, notice that AudioSampleProvider Channel Count is 6
4. Exit Play Mode and build the project for iOS
5. Run and Deploy the Xcode project to an iOS device
Expected result: AudioSampleProvider Channel Count is still 6
Actual result: AudioSampleProvider Channel Count is only 2
Reproducible with: 2019.3.10f1, 2020.2.0a5
Could not test with: 2017.4, 2018.4 because of errors in the console
Devices tested:
Reproducible with:
VLNQA00310 iPad Pro 12.9 (iOS 11.2.1)
AppleTV (tvOS 13.3.1)
Could not test with:
VLNQA00204 iPhone 5C (iOS 10.3.3) because of errors in Xcode (related to Int 32/64 variable types)
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note (2020.2.X):
channelCount represents actual number of channels being played back. On older devices it's possible to playback only 2 channels, therefore some downmixing happens on OS level and only 2 channels are being played back. Macs are capable of 6 channel playback so channelCount will reflect that and will return channelCount of 6 (including in editor).