===== audyo
Python audio manager
Description
Simple i/o package for "audio things". You can easily record a phrase or play audio files.
Note
import audyo.microphone.Microphone
recorder = new Microphone(out_file='file.wav')
recorder.record_to_file() # this will wait until the recording is complete
import audyo.speaker.Speaker
Speaker.play('file.wav') # this will play audio file
AUDYO-CLI
Microphone object can record until silence is detected. This package provide two terminal commands:
- audyo-rec: This command will record until silence to default "audyo.wav" file. (output parameter will be released soon)
- audyo-play: This command will play audio file passed by parameter (will be released soon)
Release files for audyo 1.1.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 | |
|---|---|---|---|
| audyo-1.1.3.tar.gz | 15.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| audyo-1.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 20.7 kB
Release files / audyo-1.1.3.tar.gz
| Download URL | audyo-1.1.3.tar.gz |
|---|---|
| Size | 15.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1bd95dbac539e0cc2fd35a7ac2405102af3f7fc981e353e7181d49a19f54b411
|
|
BLAKE2b-256 checksum How to use checksums |
d8c72cf466183326f1b821d06048a7c88ae4b449f9fe8c1b72da93734f3c3d61
|
| 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.6.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.9
|
Release files / audyo-1.1.3-py3-none-any.whl
| Download URL | audyo-1.1.3-py3-none-any.whl |
|---|---|
| Size | 5.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c71023ccdf1d320eccaed37e5367096715de190ef57b694a6a3e2e2ae4ecb9bd
|
|
BLAKE2b-256 checksum How to use checksums |
3b2723a69d573bd1b8b16854409cc8460c7b8cab980fb51b289d8f3f9666a473
|
| 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.6.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.9
|