audio-visualizer-python
audio-visualizer-python copied to clipboard
a little GUI tool to render visualization videos of audio files
I took a swing at implementing this myself already, but it was more difficult than i anticipated. The ability to do multi-pass encoding would help to improve the quality:filesize ratio,...
The waveform component is very sensitive. It would be more useful if it moved slower. I consider this a bug because the current sensitivity is just ugly, not really suitable...
Below I'll outline some packaging possibilities. Bundling dependencies with container formats on Linux, and for easier distribution on Windows and Mac may require a licensing change. The `feature-newgui` branch is...
Putting an [infinite growth pattern](https://conwaylife.com/wiki/Infinite_growth#Growth_geometry) into the Conway's Game of Life component will crash while "computing evolution", because there is no limit to stop infinite recursion causing infinite memory usage...
I don't have access to macOS. Seeking someone who is more familiar with that platform. Please fork the project and create a pull request with an updated readme. It doesn't...
There are a few bugs with the video component that I'm unsure how to fix: * It causes the progress bar to be inaccurate (reaches 99% when it should be...
Find a good name that is not as generic as "audio-visualizer-python". If we have a good name, we need a logo.
Some dicussion about this took place in #15 this is now the formal place for projectM discussions. If you have suggestions for other visualization libraries please create a new issue....
We seem to have plateaued as far as performance goes utilizing Pillow-SIMD throughout the stack. After we get the next release out, we should consider switching to a more applicable...
Hello, I've been trying to automate audio processing by using a project that I've saved from GUI. I took me a while to understand how to properly put project path...