A module which helps you take voice input, voice output and many more...
Project description
voiceinvoiceout
pip install voiceinvoiceout
Developed by Vedant Barhate (c) 2022
This package is useful when you want to take audio input through mic from user, give audio output, give audio+text output and audio repeating feature (like talking tom).
Example
from voiceinvoiceout import *
vin = voiceIn("Say something...") # to take audio input
print(vin)
vout = voiceOut("Hello world") # to give audio output
sp = sprint("Welcome") # to give text+audio output (sprint=speak+print)
speakOut() # to repeat your words (like talking tom)
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
voiceinvoiceout-0.0.1.tar.gz
(2.9 kB
view details)
Built Distribution
File details
Details for the file voiceinvoiceout-0.0.1.tar.gz
.
File metadata
- Download URL: voiceinvoiceout-0.0.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f90394dbbe55b5714389fab2ba1d37b755279088c68351f333237eef9c70a65d |
|
MD5 | 0ebb933b4147deede48fce8b6c870cb0 |
|
BLAKE2b-256 | 70f473b3d1c0392e775cfcd6e62b01aa31a0b3f5ae226439f9d676cc7bd44fa1 |
File details
Details for the file voiceinvoiceout-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: voiceinvoiceout-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d4a945f932f0ba05c3ff874bd6d45ff523345150df8f1bd1d8187f5b8687388 |
|
MD5 | d58539fe4cb8f88dec5169614ea2b3b8 |
|
BLAKE2b-256 | c0f73479f44aa075051f7043af3c2a73753b05ffcb78c583713ddb1918893abc |