<feed xmlns='http://www.w3.org/2005/Atom'>
<title>audio-visualizer-python/src/video_thread.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>fix typo</title>
<updated>2023-02-17T20:36:54+00:00</updated>
<author>
<name>Brianna Rainey</name>
</author>
<published>2023-02-17T20:36:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=622291e7aeecd0211b4fc91a6df8051d2650d664'/>
<id>urn:sha1:622291e7aeecd0211b4fc91a6df8051d2650d664</id>
<content type='text'>
</content>
</entry>
<entry>
<title>demote error message to debug message</title>
<updated>2022-05-10T02:01:36+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-10T02:01:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=878e4f770ca0b168870106d142a79fdcc35f6544'/>
<id>urn:sha1:878e4f770ca0b168870106d142a79fdcc35f6544</id>
<content type='text'>
it's worth noting, but not important enough for 'error'
</content>
</entry>
<entry>
<title>update module docstring</title>
<updated>2022-05-06T01:30:54+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-06T01:30:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=e14e046804d50cfc00968a9f2fedb9b615b6d3d2'/>
<id>urn:sha1:e14e046804d50cfc00968a9f2fedb9b615b6d3d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docstrings</title>
<updated>2022-05-06T01:14:10+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-06T01:14:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=8f169eef453a7c19ed6b785aeae5e1c0780cc00f'/>
<id>urn:sha1:8f169eef453a7c19ed6b785aeae5e1c0780cc00f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move more createVideo work into its own methods</title>
<updated>2022-05-06T00:53:52+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-06T00:53:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=5cc3738ec71815f48bc498ee94c88ba04ae4606d'/>
<id>urn:sha1:5cc3738ec71815f48bc498ee94c88ba04ae4606d</id>
<content type='text'>
rename renderFrame to frameRender for consistency with components
</content>
</entry>
<entry>
<title>move "determine audio duration" into its own method</title>
<updated>2022-05-06T00:29:13+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-06T00:29:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=3041fcac0ed74bef039ef7ccade786ff969f5154'/>
<id>urn:sha1:3041fcac0ed74bef039ef7ccade786ff969f5154</id>
<content type='text'>
</content>
</entry>
<entry>
<title>show every frame of preview during export</title>
<updated>2022-05-06T00:18:08+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-06T00:18:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=47e63842bcf8ee65c2bb2caa8d4f5252f8e42204'/>
<id>urn:sha1:47e63842bcf8ee65c2bb2caa8d4f5252f8e42204</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove Python threads from video export process</title>
<updated>2022-05-05T23:33:37+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-05T23:33:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=009656a61d566e2a344e55f3dd718e8fba28748d'/>
<id>urn:sha1:009656a61d566e2a344e55f3dd718e8fba28748d</id>
<content type='text'>
</content>
</entry>
</feed>
