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
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-speach-synthesizer-0.2.tar.gz
.
File metadata
- Download URL: django-speach-synthesizer-0.2.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0933f7a3ea80cbe1542359b776e295c5b39abfc755631b095441f68cf49f52e8 |
|
MD5 | 71bbb585ffb9a31399a84f546ce8e1ad |
|
BLAKE2b-256 | 4ed98fbf564d721b17cdfd437f56a92ce588a530e1e865faf913f02459bde2fa |