How to Install and Uninstall python38-samplerate Package on openSuSE Tumbleweed

Last updated: September 27,2024

1. Install "python38-samplerate" package

Please follow the step by step instructions below to install python38-samplerate on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-samplerate

2. Uninstall "python38-samplerate" package

Please follow the step by step instructions below to uninstall python38-samplerate on openSuSE Tumbleweed:

$ sudo zypper remove python38-samplerate

3. Information about the python38-samplerate package on openSuSE Tumbleweed

Information for package python38-samplerate:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-samplerate
Version : 0.1.0-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 72,3 KiB
Installed : No
Status : not installed
Source package : python-samplerate-0.1.0-2.2.src
Summary : Python bindings for libsamplerate
Description :
This is a wrapper around Erik de Castro Lopo's libsamplerate (aka Secret
Rabbit Code) for sample rate conversion.
It implements all three APIs available in libsamplerate:
* Simple API: for resampling a large chunk of data with a single library
call
* Full API: for obtaining the resampled signal from successive chunks of
data
* Callback API: like Full API, but input samples are provided by a callback
function