A simple Django app to generate speach from text
Project description
=====
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
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-tts-0.3.1.tar.gz
(5.3 kB
view details)
File details
Details for the file django-tts-0.3.1.tar.gz
.
File metadata
- Download URL: django-tts-0.3.1.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 288f12e48cf0f2d677a414e409086705de6ff70c29d98742f2a450f66753e39a |
|
MD5 | d03f8412d09473ebd7d698d735b50daf |
|
BLAKE2b-256 | f25a9985a7545137b819b7e640cd07e79ad496f2bbf3abd9490e0f842a2d7f74 |