TheAmazingAudioEngine / TheAmazingAudioEngine2

The Amazing Audio Engine is a sophisticated framework for iOS audio applications, built so you don't have to.
http://theamazingaudioengine.com/doc2
Other
544 stars 87 forks source link

Fix crash when recorder module is initialized with nonnull renderer #69

Closed tako3 closed 3 years ago

tako3 commented 3 years ago

This pull request fixes AEAudioFileRecorderModule crash when initialized with non-null renderer.

The bug was introduced on this commit: 555be33e12ae4209860766651bcbd31e843489a0

michaeltyson commented 3 years ago

Oops! Thanks for catching that