friture
friture copied to clipboard
Real-time audio visualizations (spectrum, spectrogram, etc.)
Is there a way to output the audio being analyzed? Essentially I want to screen share Friture on Discord and have the stream pick up the audio. But I think...
``` (Friture 0.49) Traceback (most recent call last): File "/usr/bin/friture", line 10, in main() File "/usr/lib/python3.10/site-packages/friture/analyzer.py", line 395, in main window = Friture() File "/usr/lib/python3.10/site-packages/friture/analyzer.py", line 154, in __init__ self.restoreAppState()...
Is there a way to save snapshots?
Hello. I've set a custom dark theme to all the qt apps through kvantum and it works fine on all apps except this one. Some text (mostly graph legends) doesn't...
Whichever input I choose (except for the microphone) - the same indicators are everywhere, or rather their absence and a little noise, the sounds are reproduced, but the program does...
I'm using friture on ubuntu 20.04 (kernel 5.13.0-41 x86_64) and I'm trying to use with jack audio system (jackdmp version 1.9.12). Under "settings" in the combobox the option "jack (2...
Greetings! Found a bug ``` 2022-04-19 07:37:26,047 INFO friture.analyzer: Friture 0.48 starting on Linux (linux) 2022-04-19 07:37:26,048 INFO friture.analyzer: QML path: PyQt5.QtCore.QUrl('file:///usr/lib/python3.10/site-packages/friture/') 2022-04-19 07:37:26,169 INFO friture.audiobackend: Initializing audio backend 2022-04-19...
This line cause the scope dock stop triggering when floatdata[1,:].max() becomes much larger than floatdata[0, :].max(): https://github.com/tlecomte/friture/blob/e12cd9a76810a0dd1adbc424218ff5badec877b4/friture/scope.py#L117 Change it to triggerdata = floatdata[0, :].max() solves the problem.
Hi, See attached video for the graphics bug making the app unusable. I'm on Windows 10, Intel(R) HD Graphics 620, I checked that I have the latest graphics driver. This...
Solo transcribo el error que aparece al intentar ejecutar Friture tras actualizarlo en Manjaro: **Error details** ````log 2022-03-20, 16:36:04 (Friture 0.48) Traceback (most recent call last): File "/usr/bin/friture", line 10,...