You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

uberduck

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uberduck

A synchronous and asynchronous API wrapper for the UberDuck text-to-speech service (https://uberduck.ai) with 100% coverage and top-notch utilities.

0.0.5
Source
pipPyPI
Maintainers
1

Uberduck Logo

Uberduck

PyPI Uberduck version number PyPI downloads per month PyPI supported Python versions Number of open GitHub issues Number of contributors Discord server

Description

A synchronous and asynchronous API wrapper for the UberDuck text-to-speech service with 100% coverage and top-notch utilities.

Main features

  • - Synchronous support
  • - Asynchronous support
  • - Object-oriented
  • - Easy to use
  • - Utilities like file-saving, audio-playing etc. packed all in one
  • - Very adjustable/configurable
  • - Regularly maintained
  • - Makes the hard tasks of polling and asynchronous operations easy

Installation and upgrades

pip install uberduck

for the stable version (recommended).

pip install -U uberduck

to update your stable version.

pip install git+https://github.com/ImNimboss/uberduck

to install it straight off of GitHub (you need git installed for this).

pip install -U git+https://github.com/ImNimboss/uberduck

to upgrade your version that you got from GitHub.

How to use

Check Documentation/Basics.md.

Examples

Check Documentation/Examples.md.

Some credits

The idea to implement logging in this library came from discord.py.

The idea to use the polling library came from CupOfGeo/UberDuckAPI, another uberduck.ai API wrapper.

Changelog

  • v0.0.1 - Initial release.
  • v0.0.2 - Fixed get_voices() and get_voices_async() by updating the Voice class to be compatible with the new voice data available from the API.
  • v0.0.3 - Moved README.md from .github to root folder due to compatibility issues with other software
  • v0.0.4 - Added attributes added_at, is_primary, hifi_gan_vocoder, ml_model_id, speaker_id, language to Voice class

Keywords

uberduck

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts