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

Last updated: June 16,2024

1. Install "python312-pysndfile" package

Here is a brief guide to show you how to install python312-pysndfile on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-pysndfile

2. Uninstall "python312-pysndfile" package

Please follow the step by step instructions below to uninstall python312-pysndfile on openSuSE Tumbleweed:

$ sudo zypper remove python312-pysndfile

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

Information for package python312-pysndfile:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pysndfile
Version : 1.4.4-1.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 400.7 KiB
Installed : No
Status : not installed
Source package : python-pysndfile-1.4.4-1.8.src
Upstream URL : https://forge-2.ircam.fr/roebel/pysndfile
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.