friture
friture copied to clipboard
Real-time audio visualizations (spectrum, spectrogram, etc.)
A roadmap of the possible next steps for Friture: 1. Move every visuals to QML and QQuickItem 2. Turn around the whole app and make it a QML-based app instead...
Hi, I am working on a fork where I can choose to plot the FFT amplitude at specific frequencies. I am adapting the scope.py for this purpose. It kind of...
Thank you for this program! Cheers Olivier
I'm suggesting adding a stereo goniometer available to choose for a slot, to check phase issues, stereo width and so on. Would that be useful?
It would be great if Friture had internationalization, allowing people in non-english speaking communities to also use this tool.
e.g.: - Capture some sound - Analyze it with big FFT Size - Render lower frequencies of FFT result - Analyze if with small FFT Size - Render higher frequencies...
$ ./friture-0.47-20210725.AppImage _(Many GTK-WARNING Theme parsing error lines omitted)_ Assertion 'uchunk->index % bq->base == 0' failed at pulsecore/memblockq.c:289, function pa_memblockq_push(). Aborting. zsh: abort (core dumped) ./friture-0.47-20210725.AppImage Platform: Ubuntu 20.04.2 LTS,...
Hi, When trying to run main.py on Ubuntu 18.04, I get the following error: ``` 2021-04-30, 12:28:04 (Friture 0.45) Traceback (most recent call last): File "/home/jetson/friture/friture/plotting/glCanvasWidget.py", line 230, in initializeGL...
Current maximum frequency is 24,000 hz. Can we increase the maximum to something greater than 192,000 hz?
Hi all For me, this is a very useful project, I following steps (https://github.com/tlecomte/friture/blob/master/INSTALL.md#running-friture-from-source-on-windows) to prepare a development environment for Friture on Windows. But when I used PyCharm run main.py...