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

Last updated: May 18,2024

1. Install "python39-pysndfile" package

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

$ sudo zypper refresh $ sudo zypper install python39-pysndfile

2. Uninstall "python39-pysndfile" package

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

$ sudo zypper remove python39-pysndfile

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

Information for package python39-pysndfile:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pysndfile
Version : 1.4.4-1.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 386.9 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.