Skip to content

Model for fast and memory efficient audio processing on embedded systems, with an Arduino based implementation.

License

Notifications You must be signed in to change notification settings

sankalpgambhir/ardio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ardio

An Arduino based implementation of an optimized approximate Fourier transform technique for use in embedded systems.

An audio sample is passed to the arduino, currently via a serial input, easily configurable to be a true mic instead. In response, the serial line receives a list a detected frequencies in the sample.

Uses < 2K RAM as configured, limited by the Arduino Uno. Scales logarithmically with resolution, granting great flexibility for even marginally faster systems.

Copyright 2020, Pushkar Mohile and Sankalp Gambhir.

About

Model for fast and memory efficient audio processing on embedded systems, with an Arduino based implementation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published