Skip to main content

Sound player library

Project description

epsound is a little library for play sound from file

Repository: https://github.com/EPC-MSU/epsound

Installation: Installation is very simple: pip install epsound

Working example:

This example play sound from wav-file

import epsound import time

if name == "main": # Let's create object of class WavPlayer and add sound from file with name "one" to him p = epsound.WavPlayer() p.add_sound(file="sound.wav", name="one") # Then play our sound 1 sec p.play("one") time.sleep(1)

How to run example? cd examples python example.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

epsound-0.0.1.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

epsound-0.0.1-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page