Dropouts when running in background on OSX
There has been issues with running LiveProfessor in the background on OSX.
The solution has been to disable App Nap on the system, as it seems to interrupt with audio when latency is low.
To disable App Napp:
- Open the Terminal app, found in the /Applications/Utilities/ folder
- Copy and paste the following defaults string into the terminal, then hit the return key:
defaults write NSGlobalDomain NSAppSleepDisabled -bool YES
- Close out of Terminal and restart the Mac
Please see this page for more info on disabeling App Napp