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

Last updated: July 04,2024

1. Install "python312-samplerate" package

In this section, we are going to explain the necessary steps to install python312-samplerate on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-samplerate

2. Uninstall "python312-samplerate" package

Please follow the guidelines below to uninstall python312-samplerate on openSuSE Tumbleweed:

$ sudo zypper remove python312-samplerate

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

Information for package python312-samplerate:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-samplerate
Version : 0.2.1-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 264.2 KiB
Installed : No
Status : not installed
Source package : python-samplerate-0.2.1-1.1.src
Upstream URL : https://github.com/tuxu/python-samplerate
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