How to Install and Uninstall python3-samplerate Package on openSUSE Leap

Last updated: October 06,2024

1. Install "python3-samplerate" package

Please follow the steps below to install python3-samplerate on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-samplerate

2. Uninstall "python3-samplerate" package

Learn how to uninstall python3-samplerate on openSUSE Leap:

$ sudo zypper remove python3-samplerate

3. Information about the python3-samplerate package on openSUSE Leap

Information for package python3-samplerate:
-------------------------------------------
Repository : Main Repository
Name : python3-samplerate
Version : 0.1.0-bp155.2.14
Arch : noarch
Vendor : openSUSE
Installed Size : 73.0 KiB
Installed : No
Status : not installed
Source package : python-samplerate-0.1.0-bp155.2.14.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