Skip to content

n00bsys0p/python-visualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

python-visualiser

Usage: ./make.sh FILENAME

Plots the Fast Fourier Transform data for a mono WAV file into image files, then uses ffmpeg to mix the audio with the images.

It will output thousands of PNG images into the folder from which it is run, so make sure you're not running low on disk space before setting it going. The output video file will have the same name as the WAV file, with an mp4 extension.

It's also worth noting that this is in no way a real-time application. On my machine, it processes 1 second of audio around every 4 seconds, but YMMV. It was written as a proof of concept for an audio visualisation project for which I ended up using an IC connected to an Arduino rather than this. For information on the electronic project, please visit my article about it.

About

Plots the Fast Fourier Transform data for a WAV file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published