Search Criteria
Package Details: recidia-audio-visualizer 0.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/recidia-audio-visualizer.git (read-only, click to copy) |
---|---|
Package Base: | recidia-audio-visualizer |
Description: | A highly customizable real time audio visualizer |
Upstream URL: | https://github.com/GhostNaN/recidia-audio-visualizer |
Licenses: | GPL3 |
Submitter: | GhostNaN |
Maintainer: | GhostNaN |
Last Packager: | GhostNaN |
Votes: | 1 |
Popularity: | 0.034771 |
First Submitted: | 2020-10-03 03:37 (UTC) |
Last Updated: | 2022-03-08 02:15 (UTC) |
Dependencies (13)
- fftw (fftw-amdAUR)
- glm (gliAUR, glm-gitAUR)
- gsl (gsl-gitAUR)
- libconfig (libconfig-gitAUR)
- ncurses (ncurses-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- shaderc (shaderc-gitAUR)
- vulkan-driver (nvidia-410xx-utilsAUR, nvidia-440xx-utilsAUR, nvidia-430xx-utilsAUR, swiftshader-gitAUR, amdvlk-debugAUR, nvidia-vulkan-utilsAUR, amdvlk-2023q3.3AUR, nvidia-525xx-utilsAUR, amdvlk-2021q2.5AUR, vulkan-amdgpu-proAUR, nvidia-510xx-utilsAUR, nvidia-390xx-utilsAUR, nvidia-470xx-utilsAUR, amdvlk-gitAUR, nvidia-utils-betaAUR, vulkan-nouveau-gitAUR, mesa-minimal-gitAUR, mesa-gitAUR, amdonly-gaming-vulkan-radeon-gitAUR, amdonly-gaming-vulkan-swrast-gitAUR, vulkan-amdgpu-pro-legacyAUR, vulkan-radeon-amd-bc250AUR, nvidia-utils-teslaAUR, amdvlk-binAUR, mesa-wsl2-gitAUR, nvidia-550xx-utilsAUR, nvidia-535xx-utilsAUR, amdvlk, nvidia-utils, vulkan-intel, vulkan-nouveau, vulkan-radeon, vulkan-swrast, vulkan-virtio)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- portaudio (optional) – Audio data collection (Input Only) - PICK ONE/BOTH
- pulseaudio (pulseaudio-dummyAUR, pulseaudio-gitAUR) (optional) – Audio data collection - PICK ONE/BOTH
Latest Comments
GhostNaN commented on 2021-01-25 01:30 (UTC) (edited on 2021-01-25 01:31 (UTC) by GhostNaN)
@sekret
cmake is not needed to build recidia. I don't even have cmake installed on my system... This project uses meson to build, and ninja to compile. Though meson does like to complain that it doesn't have cmake if it can't find a dependency.
As for portaudio and libpulse, if you are missing libpulse meson "should" only build recidia for ONLY portaudio support, and vice versa. And if you have both, meson will build support for both.
If I build recidia with only portaudio installed, then reinstall libpulse. I cannot suddenly use a pulseaudio device like you have experienced. Please check both the terminal version and GUI version to see if you can select a pulseaudio device. If I'm not correctly interpreting what you are saying, please say so.
sekret commented on 2021-01-24 23:28 (UTC)
Please definitely add cmake to makedepends.
And it also asks for either pulseaudio or portaudio to be installed before buildtime. I tested with only portaudio to see if pulseaudio works with that build. It does. I don't know if portaudio works with only pulseaudio installed at buildtime.
I build in a clean chroot, that's why I fetched this.