How to Install and Uninstall python310-pa-ringbuffer Package on openSuSE Tumbleweed
Last updated: November 23,2024
1. Install "python310-pa-ringbuffer" package
Please follow the instructions below to install python310-pa-ringbuffer on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python310-pa-ringbuffer
Copied
2. Uninstall "python310-pa-ringbuffer" package
This is a short guide on how to uninstall python310-pa-ringbuffer on openSuSE Tumbleweed:
$
sudo zypper remove
python310-pa-ringbuffer
Copied
3. Information about the python310-pa-ringbuffer package on openSuSE Tumbleweed
Information for package python310-pa-ringbuffer:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-pa-ringbuffer
Version : 0.1.4-1.9
Arch : noarch
Vendor : openSUSE
Installed Size : 44.9 KiB
Installed : No
Status : not installed
Source package : python-pa-ringbuffer-0.1.4-1.9.src
Upstream URL : https://github.com/spatialaudio/python-pa-ringbuffer
Summary : Python wrapper for PortAudio's ring buffer
Description :
The ring buffer functionality is typically not included in binary
distributions of PortAudio, therefore most Python wrappers don't include it,
either.
The pa_ringbuffer module provides only a Python wrapper, the actual
PortAudio ring buffer code has to be compiled separately.
It can be used on any Python version where CFFI is available.
This module is designed to be used together with the sounddevice module (it
might work with other modules, too) for non-blocking transfer of data between
the main Python program and an audio callback function which is implemented in C
or some other compiled language.
This module is not meant to be used on its own, it is only useful in cooperation
with another Python module using CFFI.
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-pa-ringbuffer
Version : 0.1.4-1.9
Arch : noarch
Vendor : openSUSE
Installed Size : 44.9 KiB
Installed : No
Status : not installed
Source package : python-pa-ringbuffer-0.1.4-1.9.src
Upstream URL : https://github.com/spatialaudio/python-pa-ringbuffer
Summary : Python wrapper for PortAudio's ring buffer
Description :
The ring buffer functionality is typically not included in binary
distributions of PortAudio, therefore most Python wrappers don't include it,
either.
The pa_ringbuffer module provides only a Python wrapper, the actual
PortAudio ring buffer code has to be compiled separately.
It can be used on any Python version where CFFI is available.
This module is designed to be used together with the sounddevice module (it
might work with other modules, too) for non-blocking transfer of data between
the main Python program and an audio callback function which is implemented in C
or some other compiled language.
This module is not meant to be used on its own, it is only useful in cooperation
with another Python module using CFFI.