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

Last updated: May 19,2024

1. Install "python39-samplerate" package

This tutorial shows how to install python39-samplerate on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-samplerate

2. Uninstall "python39-samplerate" package

This guide covers the steps necessary to uninstall python39-samplerate on openSuSE Tumbleweed:

$ sudo zypper remove python39-samplerate

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

Information for package python39-samplerate:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-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