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
stats
log msg
author
committer
range
path:
root
/
tests
/
test_commandline_parser.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2026-01-14
fix CLI test (renamed `--debug` to `--verbose`)
tassaron
1
-4
/
+4
2026-01-14
change Python >=3.13 to >=3.12
tassaron
5
-10
/
+40
2026-01-14
rename `--test` and `--debug` args && add `--version` arg
tassaron
1
-25
/
+17
2026-01-14
log PyQt version && update ffmpeg version check
tassaron
1
-1
/
+5
2026-01-13
crush png filesize
tassaron
1
-0
/
+0
2026-01-13
update readme: recommend pipx and uv + change headers
tassaron
1
-19
/
+34
2026-01-13
Use pyproject.toml + uv_build
Aeliton G. Silva
53
-76
/
+347
2026-01-12
update readme and create requirements.txt for v2.1.0
tassaron
2
-4
/
+8
2026-01-12
update for Pillow 12 and Qt 6
tassaron
2
-3
/
+2
2026-01-11
update to Qt 6 and Pillow 12
tassaron
30
-2240
/
+2558
2024-09-15
fix #78
tassaron
2
-3
/
+6
2024-04-10
update readme for Ubuntu 24.04
Brianna Rainey
1
-21
/
+5
2024-04-10
pin pillow version to one with qt5 support
Brianna Rainey
1
-1
/
+1
2023-02-17
fix #75 by computing evolution during frameRender
Brianna Rainey
1
-24
/
+12
2023-02-17
ignore cells that are 40+ coords out of frame
Brianna Rainey
1
-0
/
+11
2023-02-17
fix typo
Brianna Rainey
1
-1
/
+1
2023-02-17
Add comments to Life component
Brianna Rainey
1
-1
/
+14
2022-05-10
change screenshot, remove unused file
tassaron
2
-59
/
+0
2022-05-10
log name of missing/unreadable audio file
tassaron
2
-1
/
+2
2022-05-09
move variable declaration closer to usage.
tassaron
2
-7
/
+5
2022-05-09
use pytest-qt to test actual export process
tassaron
2
-1
/
+31
2022-05-09
no components on commandline adds a default visualizer
tassaron
1
-0
/
+4
2022-05-09
include test data in package, pytest-qt plugin for testing Qt event loop, rem...
tassaron
5
-25
/
+22
2022-05-09
rename visualisation to visualization
tassaron
2
-6
/
+9
2022-05-09
demote error message to debug message
tassaron
1
-1
/
+1
[next]