Skip to main content

No project description provided

Project description

Daisys API

This library wraps the Daisys API for text-to-speech and voice generation services.

Have your product talking in seconds!

    with DaisysAPI('speak', email='user@example.com', password='pw') as speak:
        voice = speak.get_voices()[-1]
        print(f"{voice.name} speaking!")
        take = speak.generate_take(voice_id=voice.voice_id, text="Hello there, I am Daisys!",
                                   prosody=SimpleProsody(pace=-3, pitch=2, expression=10))
        audio_wav = speak.get_take_audio(take.take_id, filename='hello_daisys.wav')

This library uses pydantic and httpx as the main dependencies. Clients using normal, synchronous Python, or using asyncio, are available.

Please visit the online documentation for information on how to use the Daisys API from Python, or from any language using the documented REST endpoints.

A product of Daisys AI.

The software is licensed with the MIT license, as detailed in LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

daisys-1.0.0-py3-none-any.whl (21.7 kB view details)

Uploaded Python 3

File details

Details for the file daisys-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: daisys-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 21.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for daisys-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 795704e2047381de5e8a68efbcb18c85750a0d64c887dd76b3814bfeef3868bd
MD5 4e8506d77df875b1e9158a660b981a35
BLAKE2b-256 fd86a2011ca6f57336c1efe586e4261e4493089a918b6f2aa50e21c9949641ca

See more details on using hashes here.

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