Skip to content

dreamwieber/noise-trigger

Repository files navigation

This app generates the sound of white noise, triggered by holding down the 'Make Noises' button. It builds upon http://github.com/dreamwieber/white-noise

Demonstrates basic user interaction with a Core Audio thread. A class member of the viewController 'keyDown' is made public, so that it can accessed in the channel block without Objective-C accessors. The UI can remain object oriented, and use the standard dot accessor for the property, IBActions, etc.

Run:

    git submodule init
    
    git submodule update

Drag TheAmazingAudioEngine/TheAmazingAudioEngine.xcproject into your project. Xcode will prompt you to convert to a workspace. Use the .xcworkspace file to build and run the project.

About

Simple iOS white-noise generator, with trigger, using The Amazing Audio Engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published