Search Criteria
Package Details: python-pyroomacoustics 0.7.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pyroomacoustics.git (read-only, click to copy) |
---|---|
Package Base: | python-pyroomacoustics |
Description: | Package for audio signal processing for indoor applications and beamforming algorithms |
Upstream URL: | https://github.com/LCAV/pyroomacoustics |
Licenses: | MIT |
Provides: | python-pyroomacoustics |
Submitter: | chilichiller |
Maintainer: | chilichiller |
Last Packager: | chilichiller |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-11-10 18:45 (UTC) |
Last Updated: | 2024-09-10 09:56 (UTC) |
Dependencies (9)
- cython (cython-gitAUR, cython0AUR)
- eigen (eigen-gitAUR)
- pybind11 (pybind11-gitAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-scipy (python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR, python-scipy-mkl-binAUR)
- python-setuptools (make)
- libsamplerate (libsamplerate-gitAUR) (optional) – for resampling signals
- python-matplotlib (python-matplotlib-gitAUR) (optional) – to create graphs and plots
- python-sounddevice (optional) – to play sound samples
Latest Comments
manouchk commented on 2024-04-27 00:26 (UTC)
You're welcome. Compilation worked fine here now!
chilichiller commented on 2024-04-26 13:06 (UTC)
Thanks @manouchk for the report. I added the 'eigen' package as a dependency, hope that fixes it!
manouchk commented on 2024-04-26 12:54 (UTC) (edited on 2024-04-26 12:55 (UTC) by manouchk)
When building, I get the following errors:
In file included from /usr/lib/python3.11/site-packages/pybind11/include/pybind11/eigen.h:12, from pyroomacoustics/libroom_src/libroom.cpp:27: /usr/lib/python3.11/site-packages/pybind11/include/pybind11/eigen/matrix.h:27:10: fatal error: Eigen/Core: No such file or directory 27 | #include <Eigen/Core>
compilation terminated.
error: command '/usr/bin/gcc' failed with exit code 1
==> ERROR: A failure occurred in build().
Command 'makepkg --force' failed to execute.