Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raffael/SISinusWaveView
A Siri like voice input visualizer using EZAudio.
https://github.com/raffael/SISinusWaveView
Last synced: about 1 hour ago
JSON representation
A Siri like voice input visualizer using EZAudio.
- Host: GitHub
- URL: https://github.com/raffael/SISinusWaveView
- Owner: raffael
- Created: 2013-12-29T12:37:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-24T13:01:38.000Z (about 10 years ago)
- Last Synced: 2024-08-01T22:42:50.634Z (3 months ago)
- Language: Objective-C
- Size: 269 KB
- Stars: 274
- Watchers: 11
- Forks: 34
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ios-animation - SISinusWaveView - A Siri like voice input visualizer using EZAudio. (Uncategorized / Uncategorized)
README
# SISinusWaveView
This subclass of NSView visualizes the user's voice input sound level using multiple sinus waves that move in an organic, vivid way. Heavily inspired by Apple's iOS 7 Siri interface.
![SISinusWaveView Preview](https://github.com/raffael/SISinusWaveView/blob/master/preview.png?raw=true "SISinusWaveView, a Siri like animated wave")
## Dependencies
You need to add ```EZAudio``` to your project and add its dependencies (Frameworks).
## Usage
Usage should be clear once you see the annotated header file. In Interface Builder, drag a Custom View from the inspector and set its class to ```SISinusWaveView```.
## Contact
* Raffael Hannemann
* [@raffael_me](http://www.twitter.com/raffael_me/)
* http://www.raffael.me/## License
Copyright (c) 2013 Raffael Hannemann
Under BSD License.## Want more?
Follow [@raffael_me](http://www.twitter.com/raffael_me/) for similar releases.