<feed xmlns='http://www.w3.org/2005/Atom'>
<title>audio-visualizer-python/src/components/waveform.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>convert to f-string</title>
<updated>2022-05-07T01:40:34+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-07T01:32:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=42eac86fbec8e61b8d8a79636e5ee626d0727d68'/>
<id>urn:sha1:42eac86fbec8e61b8d8a79636e5ee626d0727d68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>convert to f-string for readability</title>
<updated>2022-05-06T22:49:45+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-06T22:49:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=6b67ad145295eee4fa0914564b8e2a52c35172e6'/>
<id>urn:sha1:6b67ad145295eee4fa0914564b8e2a52c35172e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cast int to str all over the place.</title>
<updated>2022-05-03T18:10:53+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-03T18:10:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=c158b75945d172007735e6f4d6c9b6ee5af7944d'/>
<id>urn:sha1:c158b75945d172007735e6f4d6c9b6ee5af7944d</id>
<content type='text'>
This Qt settings object needs to be treated like dynamite, apparently :)
</content>
</entry>
<entry>
<title>remove extra window properties from window objects</title>
<updated>2022-04-30T01:15:17+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-04-30T01:15:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=c2c3f0aa5adf3127b84b3d50da9e1aa655c8a824'/>
<id>urn:sha1:c2c3f0aa5adf3127b84b3d50da9e1aa655c8a824</id>
<content type='text'>
instead of windows with properties which are windows, windows now have the UI added directly to them using an argument of `uic.loadUi`
Also, DPI scaling moved to MainWindow __init__
</content>
</entry>
<entry>
<title>make pip-installable as a package</title>
<updated>2022-04-22T21:09:50+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-04-22T21:09:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=05d2ebc3c69f5a876d602004f69202c5ba8b09f7'/>
<id>urn:sha1:05d2ebc3c69f5a876d602004f69202c5ba8b09f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>file logging can be turned completely off</title>
<updated>2017-08-27T16:10:21+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-27T16:10:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=4a310ffb2870babf6774da843cad271f8a477bcc'/>
<id>urn:sha1:4a310ffb2870babf6774da843cad271f8a477bcc</id>
<content type='text'>
and various changes to log levels and messages everywhere
</content>
</entry>
<entry>
<title>fixed issues with undoing relative widgets</title>
<updated>2017-08-19T22:32:12+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-19T22:32:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=c07f2426ceeada205fdacbfba66329179a74a1dc'/>
<id>urn:sha1:c07f2426ceeada205fdacbfba66329179a74a1dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>better aevalsrc inputs for spectrum previews</title>
<updated>2017-08-14T18:28:30+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-14T18:28:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=ea1a422cc52bc972574070fbe784a35876ff8baa'/>
<id>urn:sha1:ea1a422cc52bc972574070fbe784a35876ff8baa</id>
<content type='text'>
</content>
</entry>
</feed>
