mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-03 03:30:06 +00:00
iOS audio session fix.
This commit is contained in:
parent
17b6e887c5
commit
cb05079b48
1 changed files with 1 additions and 0 deletions
|
|
@ -126,6 +126,7 @@ public:
|
|||
if (isRunning)
|
||||
{
|
||||
isRunning = false;
|
||||
AudioSessionRemovePropertyListenerWithUserData (kAudioSessionProperty_AudioRouteChange, routingChangedStatic, this);
|
||||
AudioSessionSetActive (false);
|
||||
|
||||
if (audioUnit != 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue