An open API service indexing awesome lists of open source software.

https://github.com/droidchef/audio-processor

An android based sound processing app to plot graph based on sound signals
https://github.com/droidchef/audio-processor

Last synced: 8 months ago
JSON representation

An android based sound processing app to plot graph based on sound signals

Awesome Lists containing this project

README

          

audio-processor
===============

An android based sound processing app to plot graph based on sound signals

Basic Functionality done so far:

Record an Audio using Android's built in MediaRecorder. Read the file into an InputStream, Perform a FourierTransform on the data,
plot a graph with the amplitude of every i-th spectrum.