Skip to main content

A simple Django app to generate speach from text

Project description

=====
Django Speach Synthesizer
=====

Django Speach Synthesizer is a simple Django app to create .wav files from your text

Must be installed RHVoice-test utilite on Unix Machine

Detailed documentation is in the "docs" directory.

Quick start
-----------

1. Add some apps to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'rest_framework_swagger',
'rest_framework',
'django_speach_synthesizer',
]

2. Include the polls URLconf in your project urls.py like this::

url(r'^syntha/', include('django_speach_synthesizer.urls')),

3. Run `python manage.py migrate` to create the polls models.

4. Start the development server and visit http://127.0.0.1:8000/docs/
to see docs and available api

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

django-speach-synthesizer-0.2.tar.gz (5.6 kB view details)

Uploaded Source

File details

Details for the file django-speach-synthesizer-0.2.tar.gz.

File metadata

File hashes

Hashes for django-speach-synthesizer-0.2.tar.gz
Algorithm Hash digest
SHA256 0933f7a3ea80cbe1542359b776e295c5b39abfc755631b095441f68cf49f52e8
MD5 71bbb585ffb9a31399a84f546ce8e1ad
BLAKE2b-256 4ed98fbf564d721b17cdfd437f56a92ce588a530e1e865faf913f02459bde2fa

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