| @@ -638,10 +638,6 @@ struct iOSAudioIODevice::Pimpl : public AudioPlayHead, | |||||
| if (scope == kAudioUnitScope_Output && element == 0) | if (scope == kAudioUnitScope_Output && element == 0) | ||||
| handleStreamFormatChange(); | handleStreamFormatChange(); | ||||
| return; | |||||
| case kAudioUnitProperty_MaximumFramesPerSlice: | |||||
| JUCE_IOS_AUDIO_LOG ("buffer size change"); | |||||
| triggerAsyncUpdate(); | |||||
| return; | return; | ||||
| default: | default: | ||||
| jassertfalse; | jassertfalse; | ||||
| @@ -902,7 +898,6 @@ struct iOSAudioIODevice::Pimpl : public AudioPlayHead, | |||||
| } | } | ||||
| AudioUnitAddPropertyListener (audioUnit, kAudioUnitProperty_StreamFormat, dispatchAudioUnitPropertyChange, this); | AudioUnitAddPropertyListener (audioUnit, kAudioUnitProperty_StreamFormat, dispatchAudioUnitPropertyChange, this); | ||||
| AudioUnitAddPropertyListener (audioUnit, kAudioUnitProperty_MaximumFramesPerSlice, dispatchAudioUnitPropertyChange, this); | |||||
| return true; | return true; | ||||
| } | } | ||||