This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Fixed a typo in iOS audio.
tags/2021-05-28
jules
13 years ago
parent
25c70643e3
commit
46773828cc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/juce_audio_devices/native/juce_ios_Audio.cpp
+ 1
- 1
modules/juce_audio_devices/native/juce_ios_Audio.cpp
View File
@@ -381,7 +381,7 @@ private:
{
if (interruptionType == kAudioSessionBeginInterruption)
{
is
r
unning = false;
is
R
unning = false;
AudioOutputUnitStop (audioUnit);
AudioSessionSetActive (false);
Write
Preview
Loading…
Cancel
Save