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:
- Play without GUI
>>> from easysound import play
>>> play.play(test.mp3)
>>> play.play(test.wav)
- 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
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file easysound-1.0.3.tar.gz.
File metadata
- Download URL: easysound-1.0.3.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a2361d83616b4cefb06280689a42798dd23a9742258f758bf703a994234c141
|
|
| MD5 |
00766184a1461a68b24c975cae9f8f1d
|
|
| BLAKE2b-256 |
9cd7cc806db452c5a71b66d2c41c81d2211e75bbf485609d114b17c89be9a519
|
File details
Details for the file easysound-1.0.3-py3-none-any.whl.
File metadata
- Download URL: easysound-1.0.3-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
714fe39b12a3ef61b8393ad0c5f4a72e4badb01635c4dfa04f327d814d8c65f6
|
|
| MD5 |
93152bd4e2f4a068e08f1e13e5bd1753
|
|
| BLAKE2b-256 |
e6a0f3ebbb390a25a735ca13ffa06373638757d6cd38e5b4cf3371231cbed247
|