Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 459 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 459 Bytes

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