Skip to main content

A simple, easy sound programming in Python.

Project description

Easy_Sound

EasySound is a simple, easy sound programming in Python,Support MP3 and WAV files, all sound interactions are invoked by simple function calls. EasySound runs on Python 3

Example Usage

If you want to play the sound, you have two choices:

  1. Play without GUI
>>> from easysound import play
>>> play.play(test.mp3)
>>> play.play(test.wav)
  1. Play with GUI This will open the default player
>>> from easysound import play
>>> play.ui_play(test.mp3)
>>> play.ui_play(test.wav)

If you want to record

>>> from easysound import rec
>>> rec.rec("test.wav",2,"start","stop")

Full documentation is always available.

BUG FIXES

Please report any problems found.

KNOWN ISSUES

Errors occur when using import easysound

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

easysound-1.0.3.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

easysound-1.0.3-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