<feed xmlns='http://www.w3.org/2005/Atom'>
<title>audio-visualizer-python/src/components/text.ui, 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>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>dropshadow option for Text component</title>
<updated>2017-08-08T01:03:01+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-08T01:03:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=060a7dc2d263c0fd0e36e162943b8946df937bbd'/>
<id>urn:sha1:060a7dc2d263c0fd0e36e162943b8946df937bbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added stroke and font style options to Text component</title>
<updated>2017-08-07T01:52:44+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-07T01:52:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=998f74149553ac7a9e27d7c85cebceda2ef32c64'/>
<id>urn:sha1:998f74149553ac7a9e27d7c85cebceda2ef32c64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>save presets as floats so project resolution is not relevant</title>
<updated>2017-08-04T00:43:23+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-04T00:43:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=98a47a21d986ccede574baececd179be7550c9d6'/>
<id>urn:sha1:98a47a21d986ccede574baececd179be7550c9d6</id>
<content type='text'>
unfortunately this breaks old projects and presets
</content>
</entry>
<entry>
<title>max spinbox vals scale relatively &amp; less errors when spamming res change</title>
<updated>2017-08-03T22:08:49+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-03T22:08:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=ae8a547b77a618c793929701f9c1fa72d3300110'/>
<id>urn:sha1:ae8a547b77a618c793929701f9c1fa72d3300110</id>
<content type='text'>
w/h attrs are locked during render so preview thread always get correctly-sized frame
</content>
</entry>
<entry>
<title>QT5 Conversion + Directory Structure</title>
<updated>2017-06-23T22:38:05+00:00</updated>
<author>
<name>DH4</name>
</author>
<published>2017-06-23T22:38:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=e92e9d79f95ad67e83074ef318278c3486601eac'/>
<id>urn:sha1:e92e9d79f95ad67e83074ef318278c3486601eac</id>
<content type='text'>
</content>
</entry>
</feed>
