Kyle Swanson
Kyle Swanson
I've known about this for a while but haven't had time to fix it. I should really just fix the ffmpeg filter. Can you leave this open and assign to...
The problem has to do with the definition of Integrated Loudness in BS 1770 / EBU R128. IL by definition needs at least 3 seconds. I haven't had a chance...
Hi, @engartst can you please share your source file. I'll take a look and see what's happening. It's possible that there's a bug in the ffmpeg filter, but I'd need...
Here's a save file (not mine, from r9delta on discord chat) that should get you close: > you can take the epoch or the bucket to fight lavos, pretty sure...
This one can be closed. `EBUR128_DUAL_MONO` solves this problem.
This is a question for `[email protected]`.
Cool. Thanks!
from the [no$ doc](http://problemkaputt.de/fullsnes.htm#snesaudioprocessingunitapu): > Upon power-up, APU RAM tends to contain a stable repeating 64-byte pattern: 32x00h, 32xFFh (that, for APUs with two Motorola MCM51L832F12 32Kx8 SRAM chips; other...
Same issue here. Fixed by switching to Redis.
Here's our daily cron, uses the find command and deletes any files over 24hrs old. ``` find /where/you/installed/audiogram/media/* /where/you/installed/audiogram/tmp -type f -mtime +1 -delete ```