A simple library for playing sound files.
Project description
playsoundsimple.py
Description
Library for working with sound files of the format: MP3
, WAV
, OGG
,FLAC
, MIDI
.
Installation
pip install playsoundsimple.py
About MIDI support
In order to play MIDI files you need to install FluidSynth:
- Windows: https://github.com/FluidSynth/fluidsynth/releases
- Linux:
- Ubuntu/Debian:
sudo apt-get install fluidsynth
- Arch Linux:
sudo pacman -S fluidsynth
- Ubuntu/Debian:
- MacOS
More
import playsoundsimple as pss
s = pss.Sound("main.wav")
s.play()
s.wait()
Author
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file playsoundsimple_py-0.8.1.tar.gz
.
File metadata
- Download URL: playsoundsimple_py-0.8.1.tar.gz
- Upload date:
- Size: 6.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f57edf41488e6be243f24f2abf08403fc84a796942cd7c4619427f454916cf7 |
|
MD5 | 695ef5b5308ddd9280990af05e0adafa |
|
BLAKE2b-256 | 316fb407520921eb375cb2f454e14753a359a13068f1d20c75cc082c1a34750c |
File details
Details for the file playsoundsimple_py-0.8.1-py3-none-any.whl
.
File metadata
- Download URL: playsoundsimple_py-0.8.1-py3-none-any.whl
- Upload date:
- Size: 6.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1eab66a663e01b2b3986b6b62a49476bb8da97712bfa3314ba520d7b893d91a |
|
MD5 | c88a773cff1079c73619df597c610b06 |
|
BLAKE2b-256 | effcef29249e11a0efab6cc41d1d0c85ceb4c15c89fbcb3e6632395bb794879f |