comyar / TuningFork

:musical_keyboard: Simple Tuner for iOS
MIT License
420 stars 38 forks source link

AudioKit is not stopped when the tuner is stopped #14

Closed pfaucon closed 7 years ago

pfaucon commented 7 years ago

If the tuner is started, stopped, and started again it will trigger a crash in the application. AudioKit.stop() can be called manually from the client, but should be called by the library.

nitinalabur commented 7 years ago

Thanks for that fix @pfaucon . @comyar when possible, can you update the pod file config to point to this commit with a new release? Thanks!