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

Last updated: May 12,2024

1. Install "python39-SoundCard" package

This guide let you learn how to install python39-SoundCard on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-SoundCard

2. Uninstall "python39-SoundCard" package

Please follow the guidelines below to uninstall python39-SoundCard on openSuSE Tumbleweed:

$ sudo zypper remove python39-SoundCard

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

Information for package python39-SoundCard:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-SoundCard
Version : 0.4.2-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 339.6 KiB
Installed : No
Status : not installed
Source package : python-SoundCard-0.4.2-1.6.src
Upstream URL : https://github.com/bastibe/SoundCard
Summary : Python package to play and record audio
Description :
SoundCard is a library for playing and recording audio without
resorting to a CPython extension. Instead, it is implemented using
CFFI and the native audio libraries of Linux, Windows and macOS.
SoundCard is cross-platform, and supports Linux/pulseaudio,
Mac/coreaudio, and Windows/WASAPI. While the interface is identical
across platforms, naming schemes and block sizes can vary between
devices and platforms.