index
:
audio-visualizer-python
master
(forked from djfun) a little GUI tool to render visualization videos of audio files
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
avp
Age
Commit message (
Expand
)
Author
2026-02-12
v2.2.4 - Quiet FFmpeg; add "invert" option to Classic Vis; fix CLI parsing fo...
Brianna Rainey
2026-01-29
fix `settings.ini` not located in correct path
Brianna Rainey
2026-01-29
v2.2.2 - fix flaky tests, fix UnboundLocalError in MainWindow.createNewProjec...
Brianna Rainey
2026-01-28
v2.2.1 - fix #74, fix #92, add optional 64th bar to Classic Visualizer, impro...
Brianna Rainey
2026-01-22
bump version for PyPI release
Brianna Rainey
2026-01-22
make Life component respond to audio
Brianna Rainey
2026-01-22
fix #89 with Image component v2.0 + 23 tests (#90)
Brianna Rainey
2026-01-15
rename variables for clarity
tassaron
2026-01-15
rename 'test report' to 'log file' in comments/errors
tassaron
2026-01-14
fix file logging for main program log
tassaron
2026-01-14
bump version number
tassaron
2026-01-14
change Python >=3.13 to >=3.12
tassaron
2026-01-14
rename `--test` and `--debug` args && add `--version` arg
tassaron
2026-01-14
log PyQt version && update ffmpeg version check
tassaron
2026-01-13
crush png filesize
tassaron
2026-01-13
Use pyproject.toml + uv_build
Aeliton G. Silva