tsipsey / doubango

Automatically exported from code.google.com/p/doubango
0 stars 0 forks source link

Audio Session API deprecated in iOS 7.0 #347

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
Audio Session API in the Audio Toolbox framework is deprecated since iOS 7.0. 
In order to avoid Doubango-based apps rejection from the Apple store in the 
next future, those API should be replaced with the AVAudioSession class in the 
AV Foundation framework.

What version of the product are you using? On what operating system?
Doubango r992 on iOS 7.0 or later

Please provide any additional information below.
Note that the new replacement for those APIs is AVAudioSession which is part of 
AV Foundation framework. This replacement could be difficult into .c files 
(i.e. tdav_audiounit.c).

Reference: 
https://developer.apple.com/library/ios/releasenotes/General/WhatsNewIniOS/Artic
les/iOS7.html

Original issue reported on code.google.com by massimo....@gmail.com on 18 Feb 2014 at 8:40

GoogleCodeExporter commented 9 years ago

Original comment by boss...@yahoo.fr on 8 Mar 2014 at 2:57