~nixgoat/anxvis

3984a087 — Lux Aliaga 6 months ago master
anxvis: args for color customization
8df1ec6d — Lux Aliaga 6 months ago
anxvis: make pygame preview optional

also makes text speed scale with video size
b58785c1 — Lux Aliaga 6 months ago
anxvis: ignore pygame warnings

if anxvis is run on an avx2 capable machine, pygame will complain about
itself not being compiled with support for avx2 on nix. this will
suppress that warning.
31b6244a — Lux Aliaga 6 months ago
flake: include ffmpeg as dependency
1a9a265c — Lux Aliaga 6 months ago
anxvis: fix multi-channel audio

if an audio file contained more than one channel, numpy would declare
it as a NaN when calculating its mean on the row() function. this fixes
the issue by replacing the original input with the mean of all channels
(axis 1).
07be13ac — Lux Aliaga 6 months ago
anxvis: lint
225fd4a8 — Lux Aliaga 6 months ago
anxvis: switch to pillow-simd
14e7ba74 — Lux Aliaga 6 months ago
anxvis: rix rms algorithm

it uselessly calculated it per sample, where as it should be calculating
it per chunk
7b28022f — Lux Aliaga 6 months ago
anxvis: Initial commit
Do not follow this link