https://github.com/raitraidma/estonian-speech-synthesis
Text to speech in estonian
https://github.com/raitraidma/estonian-speech-synthesis
Last synced: 5 months ago
JSON representation
Text to speech in estonian
- Host: GitHub
- URL: https://github.com/raitraidma/estonian-speech-synthesis
- Owner: raitraidma
- License: mit
- Created: 2016-07-31T21:08:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-31T21:22:56.000Z (over 9 years ago)
- Last Synced: 2025-02-28T17:54:44.448Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Estonian speech synthesis
=========================
MY DEVELOPMENT MACHINE
----------------------
* Processor: Intel(R) Core(TM) i5-3427U CPU @ 1.80GHz
* Memory: 8,00 GB
* OP system: Windows 7
REQUIREMENTS
------------
* Oracle VM VirtualBox 4.3.20
* Vagrant 1.7.2
SETUP
-----
* Start command line as an Administrator
* Go to folder where `Vagrantfile` is located
* Run: `vagrant up`
To access VM, open Putty:
* Host: localhost
* Port: 2222
* Username: vagrant
* Password: vagrant
Speech synthesis example
------------------------
Option 1:
* Open browser: `localhost:9999/?text=Tere maailm`
* This returns .wav file
Option 2:
* run: `/vagrant/speech/synthesis/test/speech-synthesis-test.sh`
* This script takes `/vagrant/test/speech_synthesis_test_input.txt` (Must have and ANSI encoding) as an input and generates `/vagrant/test/speech_synthesis_test_output.wav` as an output.
Option 3:
* run: `/home/vagrant/speech/synthesis/festival/bin/festival`
* This opens festival program. Type:
* `(voice_eki_et_riina_clunits)`
* `(SayText "Tere, mina olen Riina.")`
* Output file is in `/vagrant/speech/synthesis/test/output.wav`