ForceCore
f675fca345
Fix phoneme cache file name aliasing problem
...
When the wav file has multiple dots in the file name,
_load_or_generate_phoneme_sequence would only use only the first segment
of the file name and cause overwrite of *_phoneme.npy
2020-06-15 19:04:05 +02:00
Ubuntu
b5f61d81c0
fix error mshg grammar
2020-05-23 12:39:47 +00:00
erogol
f63bce89f6
pylint fix
2020-04-23 15:46:45 +02:00
erogol
fa795347a9
turkish cleaner and data preprocessor
2020-03-17 14:47:59 +01:00
erogol
3472a41255
make it optional to load linear specs in dataloader and fix tests
...
respectively
2020-03-10 18:17:35 +01:00
erogol
0f78f5c277
Merge branch 'dev' of https://github.com/mozilla/TTS into dev
2020-03-09 10:25:13 +01:00
Edresson Casanova
4e53896438
fix travis lint check
2020-03-02 15:33:13 -03:00
Edresson Casanova
59e2752107
fix travis unit test errors
2020-03-02 11:46:00 -03:00
erogol
c825b63d4c
better version control for phonemizer
2020-03-02 12:53:55 +01:00
Edresson Casanova
8feb326a60
add text parameters in config.json
2020-03-01 15:47:08 -03:00
erogol
2b1fb6cb12
add mozilla german
2020-02-19 18:30:25 +01:00
Eren Golge
3fa185e63d
comment correction
2019-11-19 13:04:34 +01:00
Eren Golge
b0dbfc55de
remove unsued line
2019-11-19 13:02:35 +01:00
Eren Golge
4873620bc2
remove zero-frame in dataloader
2019-11-19 12:58:54 +01:00
Eren Golge
ee788bc558
commenting TTSDataset.py
2019-11-19 12:39:31 +01:00
Eren Golge
fc9af0ab3c
bug fix for load__meta_data
2019-09-30 18:04:15 +02:00
Eren Golge
1fad04e317
load meta data function
2019-09-30 14:30:33 +02:00
Reuben Morais
3c5aeb5e22
Fix installation by using an explicit symlink
2019-08-29 11:49:53 +02:00
Eren Golge
72ad58d893
change the bitwise for masking and small fixes
2019-08-19 16:24:28 +02:00
Thomas Werkmeister
215eb014ca
enforce list append semantic; prevents numpy add
2019-07-26 13:40:58 +02:00
Thomas Werkmeister
468abc0872
Merge branch 'dev' of github.com:mozilla/TTS into patch-6
2019-07-24 11:26:54 +02:00
Thomas Werkmeister
d4045fd47b
unused var
2019-07-23 14:30:06 +02:00
Thomas Werkmeister
4c9fbeeaf8
simplified folder variable
2019-07-23 14:23:36 +02:00
Thomas Werkmeister
78c3897599
root path speaker matching
...
added data root path in speaker matching for mailabs, this way you don't need to start at the very bottom of the folder hierarchy if you want to explicitly define metafiles.
2019-07-23 09:47:52 +02:00
Eren Gölge
ea8f295538
Merge pull request #238 from twerkmeister/dev
...
fixed usage of bos&eos char with caching
2019-07-22 15:13:37 +02:00
Thomas Werkmeister
116a21b659
lint indentation
2019-07-19 16:26:36 +02:00
Thomas Werkmeister
c613f8e664
Not using mix folder for mailabs data
2019-07-19 16:23:12 +02:00
Thomas Werkmeister
f59543d127
fixed usage of bos&eos char with caching
2019-07-19 15:17:35 +02:00
Reuben Morais
057a50a889
Merge branch 'dev' into contribution-grease
2019-07-19 11:41:14 +02:00
Eren Golge
4336e1d338
fix unittests for the latest updates
2019-07-19 11:12:48 +02:00
Reuben Morais
11e7895329
Fix Pylint issues
2019-07-19 09:08:51 +02:00
Thomas Werkmeister
7be11457e7
default argument mailabs
2019-07-17 16:04:17 +02:00
Eren Golge
fd081c49b7
split dataset outside preprocessor
2019-07-16 21:15:04 +02:00
Eren Golge
59a0606e06
provide meta data list externally
2019-07-16 15:18:47 +02:00
Eren Golge
89969b0f38
LibriTTS processor and a small notification for silence trimming
2019-07-11 15:25:29 +02:00
Thomas Werkmeister
2f2482f9b4
reading all speakers upfront
2019-07-10 18:38:55 +02:00
Thomas Werkmeister
d172a3d3d5
multispeaker
2019-06-26 12:59:14 +02:00
Eren Golge
118fe61028
config updates, m-ai-labs processor update. If no metafileis given parse the ffodler to use all the speakers
2019-06-21 10:20:34 +02:00
Eren Golge
037ec13453
config update, audio.py update and modularize synthesize.py
2019-06-14 16:18:49 +02:00
Eren Golge
f096f1052f
config updates, update audio.py, update mailabs preprocessor
2019-06-03 15:34:36 +02:00
Eren Golge
d905f6e795
update mailabs preprocessor
2019-05-28 14:27:57 +02:00
Eren Golge
1654a725a7
new mozilla preprocessor
2019-05-20 18:20:48 +02:00
Eren Golge
788c8100ba
bug fix for droppping cached dataset loader
2019-05-15 13:00:57 +02:00
Eren Golge
51f71c068a
Merge branch 'drop_cached_dataset' of https://github.com/twerkmeister/TTS into twerkmeister-drop_cached_dataset
2019-05-14 22:37:39 +02:00
Thomas Werkmeister
f9c6cde17f
no cached mel/linear anymore
2019-04-29 11:26:01 +02:00
Thomas Werkmeister
7b2804cc0d
dropped dataset caching
2019-04-29 11:07:04 +02:00
Eren Golge
278c7a91b7
update mozilla preprocessor
2019-04-28 14:05:06 +02:00
Eren Golge
70eabaf4d8
no exception catch for wav reading errors
2019-04-28 14:04:49 +02:00
Thomas Werkmeister
7ac66661d7
Merge branch 'dev-tacotron2' of github.com:mozilla/TTS into dev-tacotron2
2019-04-25 11:55:39 +02:00
Thomas Werkmeister
f279fe9e8b
removed shuffling of data in the preprocessor, uniform indentation
2019-04-25 11:46:11 +02:00