Package Details: friture 0.51-1

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: 11
Popularity: 0.71
First Submitted: 2012-05-24 10:42 (UTC)
Last Updated: 2024-10-04 12:32 (UTC)

Latest Comments

« First ‹ Previous 1 2

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. :)