Python audio manager
Project description
===== 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)
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
audyo-1.1.3.tar.gz
(15.2 kB
view details)
Built Distribution
audyo-1.1.3-py3-none-any.whl
(5.5 kB
view details)
File details
Details for the file audyo-1.1.3.tar.gz
.
File metadata
- Download URL: audyo-1.1.3.tar.gz
- Upload date:
- Size: 15.2 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.6.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1bd95dbac539e0cc2fd35a7ac2405102af3f7fc981e353e7181d49a19f54b411 |
|
MD5 | 91ee722c747205d175a823c01a620cf2 |
|
BLAKE2b-256 | d8c72cf466183326f1b821d06048a7c88ae4b449f9fe8c1b72da93734f3c3d61 |
File details
Details for the file audyo-1.1.3-py3-none-any.whl
.
File metadata
- Download URL: audyo-1.1.3-py3-none-any.whl
- Upload date:
- Size: 5.5 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.6.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c71023ccdf1d320eccaed37e5367096715de190ef57b694a6a3e2e2ae4ecb9bd |
|
MD5 | f46d897766a49be3ccb6fe78dc4efa78 |
|
BLAKE2b-256 | 3b2723a69d573bd1b8b16854409cc8460c7b8cab980fb51b289d8f3f9666a473 |