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
Release files for easysound 1.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| easysound-1.0.3.tar.gz | 3.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| easysound-1.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.8 kB
Release files / easysound-1.0.3.tar.gz
| Download URL | easysound-1.0.3.tar.gz |
|---|---|
| Size | 3.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7a2361d83616b4cefb06280689a42798dd23a9742258f758bf703a994234c141
|
|
BLAKE2b-256 checksum How to use checksums |
9cd7cc806db452c5a71b66d2c41c81d2211e75bbf485609d114b17c89be9a519
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / easysound-1.0.3-py3-none-any.whl
| Download URL | easysound-1.0.3-py3-none-any.whl |
|---|---|
| Size | 3.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
714fe39b12a3ef61b8393ad0c5f4a72e4badb01635c4dfa04f327d814d8c65f6
|
|
BLAKE2b-256 checksum How to use checksums |
e6a0f3ebbb390a25a735ca13ffa06373638757d6cd38e5b4cf3371231cbed247
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|