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
Original issue reported on code.google.com by
massimo....@gmail.com
on 18 Feb 2014 at 8:40