How to Install and Uninstall python2-pa-ringbuffer Package on openSUSE Leap
Last updated: November 07,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python2-pa-ringbuffer" package
In this section, we are going to explain the necessary steps to install python2-pa-ringbuffer on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python2-pa-ringbuffer
Copied
2. Uninstall "python2-pa-ringbuffer" package
Please follow the guidance below to uninstall python2-pa-ringbuffer on openSUSE Leap:
$
sudo zypper remove
python2-pa-ringbuffer
Copied
3. Information about the python2-pa-ringbuffer package on openSUSE Leap
Information for package python2-pa-ringbuffer:
----------------------------------------------
Repository : Main Repository
Name : python2-pa-ringbuffer
Version : 0.1.3-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 48,3 KiB
Installed : No
Status : not installed
Source package : python-pa-ringbuffer-0.1.3-bp153.1.15.src
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 : Main Repository
Name : python2-pa-ringbuffer
Version : 0.1.3-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 48,3 KiB
Installed : No
Status : not installed
Source package : python-pa-ringbuffer-0.1.3-bp153.1.15.src
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.