Package Details: friture 0.49-3

Git Clone URL: https://aur.archlinux.org/friture.git (read-only, click to copy)
Package Base: friture
Description: An application to visualize and analyze live audio data in real-time.
Upstream URL: https://friture.org/
Licenses: GPL3
Submitter: speps
Maintainer: robertfoster
Last Packager: robertfoster
Votes: 10
Popularity: 0.011281
First Submitted: 2012-05-24 10:42 (UTC)
Last Updated: 2023-10-03 17:12 (UTC)

Latest Comments

1 2 Next › Last »

imyxh commented on 2022-01-09 02:58 (UTC) (edited on 2022-01-20 06:06 (UTC) by imyxh)

EDIT: this is an upstream issue due to lack of python3.10 support (#206 and #204)

Hi, thanks for the package. I'm having trouble building friture and friture-git:

Traceback (most recent call last):
  File "/home/imyxh/aur/friture.d/friture/src/friture-ea7210dae883edf17de8fec82f9428b18ee138b6/.eggs/numpy-1.21.1-py3.10-linux-x86_64.egg/numpy/core/__init__.py", line 22, in <module>
    from . import multiarray
  File "/home/imyxh/aur/friture.d/friture/src/friture-ea7210dae883edf17de8fec82f9428b18ee138b6/.eggs/numpy-1.21.1-py3.10-linux-x86_64.egg/numpy/core/multiarray.py", line 12, in <module>
    from . import overrides
  File "/home/imyxh/aur/friture.d/friture/src/friture-ea7210dae883edf17de8fec82f9428b18ee138b6/.eggs/numpy-1.21.1-py3.10-linux-x86_64.egg/numpy/core/overrides.py", line 7, in <module>
    from numpy.core._multiarray_umath import (
ImportError: /home/imyxh/aur/friture.d/friture/src/friture-ea7210dae883edf17de8fec82f9428b18ee138b6/.eggs/numpy-1.21.1-py3.10-linux-x86_64.egg/numpy/core/_multiarray_umath.cpython-310-x86_64-linux-gnu.so: undefined symbol: cblas_sgemm

I tried the import line myself in the regular Python REPL using NumPy 1.21.5, and it works fine. Must be something about the bundled NumPy? Might also be worth noting that "setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer."

ax34 commented on 2021-03-07 19:06 (UTC)

/usr/bin/python: No module named pip

BeatLimeBorg commented on 2019-12-25 13:11 (UTC)

For those having issues since the 0.41 update: reinstalling packages python-multipledispatch and python-pyrr helped me and some people using the friture-git package

dynaMIX commented on 2016-12-03 10:03 (UTC) (edited on 2016-12-03 10:07 (UTC) by dynaMIX)

I know version 0.19.0.8 is out. But I was not able to get it to run. See https://github.com/tlecomte/friture/issues/52 Please set the out-of-date flag again if this issue is resolved, or if you can provide a solution for it.

dynaMIX commented on 2015-10-15 11:29 (UTC)

Thanks! It's fixed now.

ananthp commented on 2015-10-06 12:02 (UTC)

python2-opengl is a dependency.

<deleted-account> commented on 2013-03-12 07:20 (UTC)

0.7 now……

Srf_rs commented on 2012-10-16 22:29 (UTC)

Latest version 0.6, if you change pkgver, new md5sum is md5sums=('ba8f9d2fc996e7f22831ed03655efef2') Builds, runs but doesn't work. Seems to get one fft and then stop. Below is the output. $ friture ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side ALSA lib pcm_dmix.c:957:(snd_pcm_dmix_open) The dmix plugin supports only playback stream Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/friture/analyzer.py", line 310, in input_device_changed success, index = self.audiobackend.select_input_device(index) File "/usr/lib/python2.7/site-packages/friture/audiobackend.py", line 172, in select_input_device self.stream = self.open_stream(device) File "/usr/lib/python2.7/site-packages/friture/audiobackend.py", line 214, in open_stream frames_per_buffer=FRAMES_PER_BUFFER, input_device_index=device) File "/usr/lib/python2.7/site-packages/pyaudio.py", line 714, in open stream = Stream(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/pyaudio.py", line 396, in __init__ self._stream = pa.open(**arguments) ValueError: Invalid audio channels Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/friture/levels.py", line 133, in update if not self.isVisible(): RuntimeError: wrapped C/C++ object of %S has been deleted The last 4 lines repeat ad infinitum.

xyproto commented on 2012-06-25 12:47 (UTC)

Please add a dependency on python-opengl. Thanks for packaging. :)