<feed xmlns='http://www.w3.org/2005/Atom'>
<title>audio-visualizer-python/src/toolkit/common.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>relative widgets scale properly when undoing at different resolutions</title>
<updated>2017-08-20T21:47:00+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-20T21:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=be9eb9077b2234e6d91c78d70bb8e1d8347b03aa'/>
<id>urn:sha1:be9eb9077b2234e6d91c78d70bb8e1d8347b03aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove % from log calls</title>
<updated>2017-08-20T00:45:44+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-20T00:45:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=d4b63e4d4612db262424fe10c83f8eaa4f741f24'/>
<id>urn:sha1:d4b63e4d4612db262424fe10c83f8eaa4f741f24</id>
<content type='text'>
</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>undoable edits for normal component settings; TODO: merge small edits</title>
<updated>2017-08-16T02:20:25+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-16T02:20:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=a1d7cbb984f2a6c2ea976daa8914a2c9845ee21c'/>
<id>urn:sha1:a1d7cbb984f2a6c2ea976daa8914a2c9845ee21c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>component class now tracks colorwidgets</title>
<updated>2017-08-01T21:57:39+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-01T21:57:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=3c1b52205f183e9a2c943c5f666ed2c01db3aaf5'/>
<id>urn:sha1:3c1b52205f183e9a2c943c5f666ed2c01db3aaf5</id>
<content type='text'>
so adding new color-selection widgets is now simple
</content>
</entry>
<entry>
<title>added Spectrum component with many options</title>
<updated>2017-07-30T17:04:02+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-07-30T17:04:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=b6b45d12702f18f041acf65b0d5e34714835ecb4'/>
<id>urn:sha1:b6b45d12702f18f041acf65b0d5e34714835ecb4</id>
<content type='text'>
tweaked Waveform, added some ffmpeg logging, made generic widget functions
</content>
</entry>
<entry>
<title>waveform component is working, preview is glitchy</title>
<updated>2017-07-30T00:27:46+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-07-30T00:27:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=1297af61c9ce00b6dd76f8ec690baedf5bf887c7'/>
<id>urn:sha1:1297af61c9ce00b6dd76f8ec690baedf5bf887c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>starting work on Waveform component</title>
<updated>2017-07-29T17:08:28+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-07-29T17:08:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=c1457b6dad4640b17679dd802e372bd46a13d2a5'/>
<id>urn:sha1:c1457b6dad4640b17679dd802e372bd46a13d2a5</id>
<content type='text'>
split Video class out of Video component for reuse in Waveform
</content>
</entry>
</feed>
