https://github.com/neurobin/audio-analyzer-for-android
Automatically exported from code.google.com/p/audio-analyzer-for-android
https://github.com/neurobin/audio-analyzer-for-android
Last synced: 7 months ago
JSON representation
Automatically exported from code.google.com/p/audio-analyzer-for-android
- Host: GitHub
- URL: https://github.com/neurobin/audio-analyzer-for-android
- Owner: neurobin
- License: apache-2.0
- Created: 2016-01-23T21:19:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-23T21:21:44.000Z (almost 10 years ago)
- Last Synced: 2024-06-26T09:34:02.196Z (over 1 year ago)
- Language: Java
- Size: 87.9 KB
- Stars: 8
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
Audio spectrum Analyzer for Android.
I wrote this small (but potentially useful) Android app to experiment with and
understand various features of the Android SDK, including:
- Pan and pinch to zoom
- User preferences
- Custom attributes
- View animations
- Audio subsystem
Files:
- fftLibrary: a library project containing the FFT code
- audioAnalyzer: A simple android app to excersize the FFT library
I'm making this available in the hope that it is useful.
Stephen Uhler