=====
Django Text to Speach generator
=====
Django Text to Speach 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. On your machine which you launch django applicaton must be installed RHVoice-test utilite, which create wav files from text.
Instalation instructions and documentation see there: https://github.com/Olga-Yakovleva/RHVoice.
Also see there Docker all installed in. https://github.com/g10k/sw_tts
2. Add some apps to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
'rest_framework',
'tts',
]
3. Include the polls URLconf in your project urls.py like this::
url(r'^tts/', include('tts.urls')),
4. Run `python manage.py migrate` to create the polls models.
5. Start the development server and visit http://127.0.0.1:8000/tts/
to see docs and available api
Django Text to Speach generator
=====
Django Text to Speach 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. On your machine which you launch django applicaton must be installed RHVoice-test utilite, which create wav files from text.
Instalation instructions and documentation see there: https://github.com/Olga-Yakovleva/RHVoice.
Also see there Docker all installed in. https://github.com/g10k/sw_tts
2. Add some apps to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
'rest_framework',
'tts',
]
3. Include the polls URLconf in your project urls.py like this::
url(r'^tts/', include('tts.urls')),
4. Run `python manage.py migrate` to create the polls models.
5. Start the development server and visit http://127.0.0.1:8000/tts/
to see docs and available api
Release files for django-tts 0.3.1
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-tts-0.3.1.tar.gz | 5.3 kB | Details |
Release files / django-tts-0.3.1.tar.gz
| Download URL | django-tts-0.3.1.tar.gz |
|---|---|
| Size | 5.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
288f12e48cf0f2d677a414e409086705de6ff70c29d98742f2a450f66753e39a
|
|
BLAKE2b-256 checksum How to use checksums |
f25a9985a7545137b819b7e640cd07e79ad496f2bbf3abd9490e0f842a2d7f74
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |