I am using Novocaine for an iOS app. Novocaine uses a singleton instance to handle audio IO ([Novocaine audioManager]
), but it seems to be impossible to release this instance method or to disable the audio manager once it gets started for the first time.
This will cause problems when I try to open a video preview controller that wants to play audio and video at the same time. When this controller tries to control audio output for the device the app crashes.
Do you know a way to disable the singleton instance of Novocaine
?