Skip to content

joshpencheon/rpi_audio_levels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a project to experiment with Python, Fast Fourier Transforms, and audio visualisation on the Raspberry Pi.

rpi_audio_levels

Docker

You can run this in a (privileged) Docker container:

# Build the image:
docker build -t audio_levels .

# Run via a privileged container (for SPI access)
docker run --privileged audio_levels:latest

About

Experimenting with FFTs for audio visualisation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published