<feed xmlns='http://www.w3.org/2005/Atom'>
<title>audio-visualizer-python/src/gui/mainwindow.py, branch master</title>
<subtitle>(forked from djfun) a little GUI tool to render visualization videos of audio files
</subtitle>
<id>https://git.aedrielkylejavier.me/audio-visualizer-python/atom?h=master</id>
<link rel='self' href='https://git.aedrielkylejavier.me/audio-visualizer-python/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/'/>
<updated>2026-01-13T07:22:25+00:00</updated>
<entry>
<title>Use pyproject.toml + uv_build</title>
<updated>2026-01-13T07:22:25+00:00</updated>
<author>
<name>Aeliton G. Silva</name>
</author>
<published>2026-01-13T01:39:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=f975144f25d34f97329b2d4e52891061573cea08'/>
<id>urn:sha1:f975144f25d34f97329b2d4e52891061573cea08</id>
<content type='text'>
This replaces setup.py by a modern pyproject.toml using uv_build
backend.

Dependencies are being also managed by uv, so to install dependencies
and run the project one can execute:

```
uv sync
uv run pytest # optional
python -m avp
```

To build the both source and binary (wheel) distribution package run:
```
uv build
```

Uv can be installed with `pip install uv`.

The directory structure has been changed to reflect best practices.
- src/* -&gt; src/avp/
- src/tests -&gt; ../tests
</content>
</entry>
<entry>
<title>update to Qt 6  and Pillow 12</title>
<updated>2026-01-11T19:29:58+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2026-01-11T19:29:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=669756b391d26661cf2e2a97a304e73343ef6655'/>
<id>urn:sha1:669756b391d26661cf2e2a97a304e73343ef6655</id>
<content type='text'>
and yeah, I accidentally ran black on the codebase. I don't want to spend more free time fixing that. All of these changes are simple renames or removals, nothing too major.
</content>
</entry>
<entry>
<title>rename visualisation to visualization</title>
<updated>2022-05-10T02:03:33+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-10T02:03:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=401fbb9e395c266923b2ae46d0a7af14e0bf71fa'/>
<id>urn:sha1:401fbb9e395c266923b2ae46d0a7af14e0bf71fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>set window titles of minor dialog windows</title>
<updated>2022-05-07T23:20:09+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-07T23:20:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=7ea81767fc8e7490f69b5d34aa6ea86e62098311'/>
<id>urn:sha1:7ea81767fc8e7490f69b5d34aa6ea86e62098311</id>
<content type='text'>
</content>
</entry>
<entry>
<title>undoStack dialog's creation moved to __init__.</title>
<updated>2022-05-06T04:49:03+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-06T04:49:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=640043a4584fe6273601b70cca0224f28d4712b8'/>
<id>urn:sha1:640043a4584fe6273601b70cca0224f28d4712b8</id>
<content type='text'>
And the automatically added "greeting" components don't show in undo history
</content>
</entry>
<entry>
<title>disable undo/redo while video is exporting</title>
<updated>2022-05-06T04:29:31+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-06T04:29:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=4801ef2919db7c4bd88c3f7ee784f50977d25b89'/>
<id>urn:sha1:4801ef2919db7c4bd88c3f7ee784f50977d25b89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>start mainwindow smaller and with classic visualizer</title>
<updated>2022-05-06T02:29:16+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-06T02:29:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=c36a3dc64501db64978ba71d5219976e3f7b2315'/>
<id>urn:sha1:c36a3dc64501db64978ba71d5219976e3f7b2315</id>
<content type='text'>
instead of a giant blank canvas, invite the user with some classic components and a smaller window more appropriate for this small utility :)
</content>
</entry>
<entry>
<title>fixes #70 - store a ref to preview frame &amp; update preview synchronously</title>
<updated>2022-05-02T23:39:21+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-02T23:39:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=e8097b4065d257586ffa4a16f7ed98f4120656ca'/>
<id>urn:sha1:e8097b4065d257586ffa4a16f7ed98f4120656ca</id>
<content type='text'>
removing the Python thread might not have been necessary. I will test this next
</content>
</entry>
<entry>
<title>fix 'QThread killed while running' at program exit</title>
<updated>2022-05-01T01:45:16+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-01T01:45:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=e79d9db9f16b325d7433fc19dc8ea24dfc8a132c'/>
<id>urn:sha1:e79d9db9f16b325d7433fc19dc8ea24dfc8a132c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test if ffmpeg is really found at startup</title>
<updated>2022-04-30T04:16:38+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-04-30T04:16:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=893c10c6ca8b7a9c04b9aaa086a46503166c880b'/>
<id>urn:sha1:893c10c6ca8b7a9c04b9aaa086a46503166c880b</id>
<content type='text'>
</content>
</entry>
</feed>
