<feed xmlns='http://www.w3.org/2005/Atom'>
<title>audio-visualizer-python/src/core.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 commandline option to disable preview during export</title>
<updated>2022-05-03T00:16:47+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-03T00:16:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=7f97e8f155c4a51517670c0dc7574f88afeffe6c'/>
<id>urn:sha1:7f97e8f155c4a51517670c0dc7574f88afeffe6c</id>
<content type='text'>
the weird use of type() is to avoid restructuring the code at this time. I will refactor this in a different pull request
</content>
</entry>
<entry>
<title>raise log level of library logfile</title>
<updated>2022-04-30T04:16:10+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-04-30T04:16:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=340062712cd88bd1467b40fd49892566bfbccc04'/>
<id>urn:sha1:340062712cd88bd1467b40fd49892566bfbccc04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>log ffmpeg bin</title>
<updated>2022-04-30T03:19:58+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-04-30T03:19:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=271db4bff3f4dca16671b6e95396acbd6757f44a'/>
<id>urn:sha1:271db4bff3f4dca16671b6e95396acbd6757f44a</id>
<content type='text'>
</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>rename videoCreated method to stopVideoThread</title>
<updated>2022-04-29T17:06:01+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-04-29T16:59:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=6f7b3b5f7cb72d09b2b86bd58b2e526515739590'/>
<id>urn:sha1:6f7b3b5f7cb72d09b2b86bd58b2e526515739590</id>
<content type='text'>
</content>
</entry>
<entry>
<title>delay opening logfile until first call to logger</title>
<updated>2022-04-29T16:15:10+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-04-29T16:15:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=dee29d0e700d4812bcf4f1a56d4cb2fb2b8cc0d1'/>
<id>urn:sha1:dee29d0e700d4812bcf4f1a56d4cb2fb2b8cc0d1</id>
<content type='text'>
fix deleting an open file if logger changes after parsing commandline args
on Windows deleting an open file raises an exception
</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>ctrl-c ends commandline mode properly</title>
<updated>2017-08-28T22:54:54+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-28T22:54:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=8411857030d92e448d5c64682f396e677161afbe'/>
<id>urn:sha1:8411857030d92e448d5c64682f396e677161afbe</id>
<content type='text'>
</content>
</entry>
</feed>
