Skip to main content

A package for generating cute robot voices

Project description

Cute Robot Voice

Cute Robot Voice is a Python package that allows you to generate cute robot voices using text-to-speech synthesis and apply various effects to them.

Installation

You can install Cute Robot Voice via pip:

pip install cute-robot-voice

Usage

Generating Cute Robot Voice

To generate a cute robot voice from text, use the generate_speech function:

from cute_robot_voice import generate_speech

# Generate speech
text = "Hello, I am a cute robot."
speech = generate_speech(text)

Applying Cute Robot Effect and Playing

To apply the cute robot effect and play the generated voice, use the apply_and_play_effect function:

from cute_robot_voice import apply_and_play_effect

# Apply cute robot effect and play
apply_and_play_effect(speech)

Additional Effects

You can also apply individual effects separately:

from cute_robot_voice import apply_cute_robot_effect, play_sound

# Apply cute robot effect
cute_robot_voice = apply_cute_robot_effect(speech)

# Play the cute robot voice
play_sound(cute_robot_voice)

Documentation

For more information and detailed documentation, please refer to the documentation.

License

This project is licensed under the MIT License - see the LICENSE file for details.

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

cute-robot-voice-1.1.0.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

cute_robot_voice-1.1.0-py3-none-any.whl (3.1 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