Changes between Version 14 and Version 15 of Ticket #1697


Ignore:
Timestamp:
Jul 3, 2014 3:34:53 AM (10 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1697 – Description

    v14 v15  
    55- Audio volume control with VoiceProcessingIO Audio Unit[[br]] 
    66  It is reported that when using VoiceProcessingIO audio unit on iOS 7, there are a few issues: 
     7   * Problem with Bluetooth routing after interruption. With a Bluetooth source, Bluetooth can be set while on a call and gets audio correctly. If the call is ended, the next incoming call rings correctly in Bluetooth, but when the call is answered (with no route changes), it gets rerouted to the earpiece and the Bluetooth audio is dropped. One of the solution as mentioned [http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/2012-December/015565.html here] is to add an audio session property listener to the audio route change property and override allow bluetooth in the listener callback. 
    78   * Unable to mute the volume using the side volume button (the minimum volume is one bar). This didn't happen before iOS 7. 
    89   * 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.