Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

voiceinvoiceout-0.0.1-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page