Search Criteria
Package Details: python-rtmixer 0.1.7-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-rtmixer.git (read-only, click to copy) |
|---|---|
| Package Base: | python-rtmixer |
| Description: | Reliable low-latency audio playback and recording with Python |
| Upstream URL: | https://github.com/spatialaudio/python-rtmixer |
| Licenses: | MIT |
| Submitter: | robertfoster |
| Maintainer: | robertfoster |
| Last Packager: | robertfoster |
| Votes: | 5 |
| Popularity: | 0.000010 |
| First Submitted: | 2019-12-10 19:54 (UTC) |
| Last Updated: | 2024-10-04 12:18 (UTC) |
Dependencies (7)
- portaudio (make)
- python-build (make)
- python-cffi (make)
- python-installer (make)
- python-pa-ringbufferAUR (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
1 2 Next › Last »
MaximGun commented on 2026-01-31 17:12 (UTC) (edited on 2026-01-31 17:16 (UTC) by MaximGun)
This package has a number of issues.
It pulls git HEAD but sets pkgver=0.1.7. Either pin to the release tag, e.g, #tag=${pkgver}, or rename to python-rtmixer-git and do proper VCS versioning.
arch=(any) is wrong (build produces arch-specific artifacts via CFFI). Use real arches.
git and python-sounddevice dependencies are missing, and runtime deps are in the wrong place. Suggested:
es20490446e commented on 2026-01-12 12:57 (UTC)
es20490446e commented on 2026-01-12 12:49 (UTC)
Fails to build: Missing include:
stdbool.hhttps://github.com/spatialaudio/python-rtmixer/issues/69Lafe commented on 2026-01-11 04:35 (UTC)
On 2026-01-10 Rosslaew's recommendation worked for me as well.
simona commented on 2025-12-25 20:26 (UTC)
same error
Marek72 commented on 2025-12-25 20:12 (UTC)
i got this error:
Rosslaew commented on 2025-05-16 08:48 (UTC) (edited on 2025-05-16 08:49 (UTC) by Rosslaew)
For a manual intervention I managed to install the package by adding this fix at the end of the prepare() step:
sed -i "6a#include <stdbool.h>" src/rtmixer.csimona commented on 2025-03-20 19:02 (UTC)
drws commented on 2024-10-04 15:12 (UTC)
@Stroopwafel: thank you for the explanation and the python-rtmixer-git package.
@T-vK: You could try to extract the portaudio source to the path where it is expected instead of modifying flags.
Stroopwafel commented on 2024-08-10 18:01 (UTC) (edited on 2024-08-10 18:02 (UTC) by Stroopwafel)
The reason it cannot find
pa_ringbuffer.cis because portaudio is a submodule of the project. Submodules don't get included in the source code archive in Github.The way I got around it is by changing the PKGBUILD to be essentially a
-gitpackage. Following the AUR guidelines, I've attached a pastebin https://pastebin.com/GPiWCzQTI don't know how to compute the checksum, so (while it is generally a very bad idea) I installed using
--skipchecksums1 2 Next › Last »