<feed xmlns='http://www.w3.org/2005/Atom'>
<title>audio-visualizer-python/src/components/original.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>Add sensitivity option to classic visualizer</title>
<updated>2022-05-08T04:48:50+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-08T04:48:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=4ab75a9a51789b22b24b9cd482de9b2a55d6c271'/>
<id>urn:sha1:4ab75a9a51789b22b24b9cd482de9b2a55d6c271</id>
<content type='text'>
Allows to decide how balanced the up/down smoothing is. The default (0) is the same as before; increasing sensitivity makes the up/down values closer to each other (less smooth, more sensitive)
</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>relativeWidgets might as well be a list</title>
<updated>2017-08-03T16:16:57+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-03T16:16:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=219e846984bb10e9674432fa7aeac4157635c743'/>
<id>urn:sha1:219e846984bb10e9674432fa7aeac4157635c743</id>
<content type='text'>
</content>
</entry>
<entry>
<title>x/y pixel values update to match output resolution</title>
<updated>2017-08-02T01:57:36+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-02T01:57:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=5784cdbcf87556b61519782cd1fc27065ffbc631'/>
<id>urn:sha1:5784cdbcf87556b61519782cd1fc27065ffbc631</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>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>fixed video component eating stdout</title>
<updated>2017-07-27T21:49:08+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-07-27T21:49:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=de1324a6a75eb2a9f97d8a6b416077cfc73b2bc9'/>
<id>urn:sha1:de1324a6a75eb2a9f97d8a6b416077cfc73b2bc9</id>
<content type='text'>
+ made height/width into properties to simplify render methods
</content>
</entry>
<entry>
<title>better component error messages</title>
<updated>2017-07-23T21:14:21+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-07-23T21:14:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=d38109453cea17a31c335837c0029ad51fa3dda1'/>
<id>urn:sha1:d38109453cea17a31c335837c0029ad51fa3dda1</id>
<content type='text'>
fatal errors cancel the export instead of crashing
</content>
</entry>
</feed>
