Changes between Version 10 and Version 11 of Ticket #1697
- Timestamp:
- Feb 7, 2014 7:24:35 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1697 – Description
v10 v11 7 7 * Unable to mute the volume using the side volume button (the minimum volume is one bar). This didn't happen before iOS 7. 8 8 * Unable to synchronize with the control center volume slide bar. Since control center is a new feature in iOS 7 we cannot compare it with pre-iOS 7. 9 * After the teardown of the audio unit, AVAudioPlayer will play at a reduced volume if the category is set to PlayAndRecord with category optionDefaultToSepaker.9 * After the teardown of the audio unit, AVAudioPlayer will play at a reduced volume if the category is set to !PlayAndRecord with category option !DefaultToSepaker. 10 10 The issue does not happen with RemoteIO (which can be used by disabling the EC). Testing with aurioTouch2 sample app provided by Apple showed the same result, so this is likely Apple's issue.[[br]] 11 11 Currently there is no resolution or workaround other than disabling EC.