How to Install and Uninstall python310-samplerate Package on openSuSE Tumbleweed
Last updated: November 23,2024
1. Install "python310-samplerate" package
This guide covers the steps necessary to install python310-samplerate on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python310-samplerate
Copied
2. Uninstall "python310-samplerate" package
Please follow the guidance below to uninstall python310-samplerate on openSuSE Tumbleweed:
$
sudo zypper remove
python310-samplerate
Copied
3. Information about the python310-samplerate package on openSuSE Tumbleweed
Information for package python310-samplerate:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-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
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-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