Latest | 0.1.0 |
---|---|
Homepage | https://github.com/Daij-Djan/MicrophoneBlowDetector |
License | MIT |
Platforms | ios 4.0 |
Authors |
MicrophoneBlowDetector
iOS ‘Utility’ Class that monitors the microphone and watches for hissing noises and sends start/stop notifications. a demo shows how to easily use it in a viewController.
Based on a tutorial from Mobile Orchad by Dan Grigsby
Available via cocoapods
Latest podspec
{ "name": "DDMicrophoneBlowDetector", "version": "0.1.0", "summary": "iOS 'Utility' Class that monitors the microphone and watches for hissing noises and sends notifications. demo on github.", "homepage": "https://github.com/Daij-Djan/MicrophoneBlowDetector", "authors": { "Dominik Pich": "[email protected]" }, "license": { "type": "MIT" }, "platforms": { "ios": "4.0" }, "source": { "git": "https://github.com/Daij-Djan/MicrophoneBlowDetector.git", "tag": "0.1.0" }, "source_files": "**/DDMicBlowDetector.{h,m}", "requires_arc": false }
Fri, 04 Mar 2016 01:19:04 +0000