How to Install and Uninstall python3-SoundCard Package on openSUSE Leap

Last updated: October 05,2024

1. Install "python3-SoundCard" package

Please follow the steps below to install python3-SoundCard on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-SoundCard

2. Uninstall "python3-SoundCard" package

Learn how to uninstall python3-SoundCard on openSUSE Leap:

$ sudo zypper remove python3-SoundCard

3. Information about the python3-SoundCard package on openSUSE Leap

Information for package python3-SoundCard:
------------------------------------------
Repository : Main Repository
Name : python3-SoundCard
Version : 0.4.0-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 346.1 KiB
Installed : No
Status : not installed
Source package : python-SoundCard-0.4.0-bp155.2.11.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.