How to Install and Uninstall python3-pa-ringbuffer Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python3-pa-ringbuffer" package

This tutorial shows how to install python3-pa-ringbuffer on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pa-ringbuffer

2. Uninstall "python3-pa-ringbuffer" package

This tutorial shows how to uninstall python3-pa-ringbuffer on openSUSE Leap:

$ sudo zypper remove python3-pa-ringbuffer

3. Information about the python3-pa-ringbuffer package on openSUSE Leap

Information for package python3-pa-ringbuffer:
----------------------------------------------
Repository : Main Repository
Name : python3-pa-ringbuffer
Version : 0.1.3-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 46.2 KiB
Installed : No
Status : not installed
Source package : python-pa-ringbuffer-0.1.3-bp155.2.11.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.