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

Last updated: June 30,2024

1. Install "python38-pysndfile" package

Please follow the instructions below to install python38-pysndfile on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-pysndfile

2. Uninstall "python38-pysndfile" package

Learn how to uninstall python38-pysndfile on openSuSE Tumbleweed:

$ sudo zypper remove python38-pysndfile

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

Information for package python38-pysndfile:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pysndfile
Version : 1.4.3-2.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 390,4 KiB
Installed : No
Status : not installed
Source package : python-pysndfile-1.4.3-2.6.src
Summary : Cython wrapper class for reading/writing soundfiles
Description :
pysndfile is a python package providing PySndfile a
Cython wrapper class around libsndfile . PySndfile
provides methods for reading and writing a large variety of soundfile
formats on a variety of plattforms. PySndfile provides a rather complete
access to the different sound file manipulation options that are
available in libsndfile.
Due to the use of libsndfile nearly all sound file formats, (besides mp3
and derived formats) can be read and written with PySndfile.
The interface has been designed such that a rather large subset of the
functionality of libsndfile can be used, notably the reading and writing
of strings into soundfile formats that support these, and a number of
sf\_commands that allow to control the way libsndfile reads and writes
the samples. One of the most important ones is the use of the clipping
command.