=====
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
Release files for django-speach-synthesizer 0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-speach-synthesizer-0.2.tar.gz | 5.6 kB | Details |
Release files / django-speach-synthesizer-0.2.tar.gz
| Download URL | django-speach-synthesizer-0.2.tar.gz |
|---|---|
| Size | 5.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0933f7a3ea80cbe1542359b776e295c5b39abfc755631b095441f68cf49f52e8
|
|
BLAKE2b-256 checksum How to use checksums |
4ed98fbf564d721b17cdfd437f56a92ce588a530e1e865faf913f02459bde2fa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |