Enno Hermann
e38dcbea7a
docs: streamline readme and reuse content in other docs pages
...
[ci skip]
2024-12-12 18:29:23 +01:00
Enno Hermann
e23766d501
docs: move project structure from readme into documentation
2024-12-12 18:23:17 +01:00
Enno Hermann
849e75e967
docs: improve documentation
2024-12-12 18:23:17 +01:00
Enno Hermann
32c99e8e66
docs(readme): mention openvoice vc
2024-12-02 23:26:28 +01:00
Enno Hermann
fce3137e0d
feat: add openvoice vc model
2024-12-02 23:26:27 +01:00
Enno Hermann
ef8158d281
build: use group not extra for docs dependencies
2024-11-06 10:06:20 +01:00
Enno Hermann
ce5c492518
ci: simplify ci by using uv where possible
2024-11-04 18:39:51 +01:00
Enno Hermann
03de4b889e
docs: fix readthedocs links
...
[ci skip]
2024-06-13 22:48:34 +02:00
Enno Hermann
bdd44cf28a
docs: update readme
2024-05-31 08:39:32 +02:00
Enno Hermann
df4a1f5ea6
docs: update readme
...
[ci skip]
2024-05-28 16:19:52 +02:00
Enno Hermann
865a48156d
fix: make korean g2p deps optional
2024-05-08 18:08:40 +02:00
Enno Hermann
55ed162f2a
fix: make chinese g2p deps optional
2024-05-08 18:08:40 +02:00
Enno Hermann
ea893c3795
fix: make bangla g2p deps optional
2024-05-08 18:08:40 +02:00
Enno Hermann
8b1ed020ff
build: add python 3.12 support
2024-04-22 16:53:49 +02:00
Enno Hermann
794eecb793
docs(README): update badges to new pypi package
2024-04-11 17:00:40 +02:00
Enno Hermann
aa40fd277b
docs: update links
2024-04-04 18:21:57 +02:00
Enno Hermann
d772724125
fix: update repository links, package names, metadata
2024-04-03 12:02:44 +02:00
Enno Hermann
bdbfc23e5c
docs(README): fix list format
2024-03-12 14:53:49 +01:00
Enno Hermann
cb883911c9
docs(README): update badges, links
...
[ci skip]
2024-03-11 16:43:15 +01:00
Enno Hermann
34e5c7dc59
docs(README): remove obsolete performance results
2024-03-11 16:31:37 +01:00
Enno Hermann
7673f282be
build: make dependencies for server optional
2024-03-10 20:16:00 +01:00
Reuben Morais
0859e9f252
Remove Coqui Studio references
2023-12-12 16:09:57 +01:00
Hannes Krumbiegel
e40527b103
Fix link to installation instructions ( #3329 )
2023-11-30 13:03:33 +01:00
Ikko Eltociear Ashimine
15f0ac57d6
Update README.md ( #3215 )
...
Dicord -> Discord
2023-11-15 13:59:56 +01:00
Julian Weber
58cb0d8dd0
Remove v1 doc and tests ( #3172 )
...
* remove v1 in inference.md
* remove v1 in README.md
* Update test_models.py
2023-11-08 14:51:42 +01:00
Eren Gölge
a24ebcd8a6
Fix coqui api ( #3168 )
2023-11-08 10:51:23 +01:00
Eren Gölge
7eedfc67da
Update README.md
2023-11-06 15:37:32 +01:00
Julian Weber
d21f15cc85
fix readme ( #3071 )
...
* fix readme
* fix inference.md
2023-10-17 10:27:11 +02:00
David Garvey
a151d70242
Add stdout option ( #3027 )
...
* add add cli options for play and speed
--play argument uses simpleaudio to play the tts wav
--speed <float 0.0-2.0> passes speed argument to Coqui Studio models
* remove simpleaudio not referenced in file
* fix simpleaudio dependency version
* add ALSA headers for simpleaudio compilation
* Dockerfile ALSA headers for simpleaudio
* base changes to use stdout instead of play audio
Considering conversion to pipe wav data for audio playback with ohter program
like aplay.
This is incomplete code. Using to get feedback before proceeding with
implementation.
* remove play for pipe_out arg that suppresses stdout
removed play and simpleaudio dependency in place of pipe
fuctionality to allow passing wav file data to a program
dedicated to playing audio.
* scipy.io.wavfile.write fails with /dev/null target
* Streaming inference for XTTS 🚀 (#3035 )
* v0.17.7
* Redownload XTTS with the local and remote config do not match
* Remove unused method
* Print a message when it is already donwloaded
* Try-except to present error when the user dont have connection
* Fix style
* 0.17.8
* v0.17.8
---------
Co-authored-by: Julian Weber <julian.weber@hotmail.fr>
Co-authored-by: Eren Gölge <erogol@hotmail.com>
Co-authored-by: Edresson Casanova <edresson1@gmail.com>
Co-authored-by: ggoknar <ggoknar@coqui.ai>
2023-10-16 12:07:21 +02:00
Eren Gölge
cae185fd16
Update README.md
2023-10-16 12:00:59 +02:00
Aarni Koskela
5c047cf304
Ensure `tts` CLI tool readme and usage help is in sync
2023-09-26 15:38:56 +03:00
Omar Sanseviero
335ae63e01
Add coqui blog post ( #2949 )
...
* Update README.md
* Update README.md
---------
Co-authored-by: Edresson Casanova <edresson1@gmail.com>
2023-09-19 19:57:09 -03:00
Eren Gölge
4033db5f4b
🔥 XTTS implementation
2023-09-13 17:51:24 +02:00
Jake Tae
fa0cbd78fe
Update README with new device API ( #2876 )
...
* docs: update readme w/ .to(device) api
* docs: add .to(device) in python quickstart
* docs: move section header out of comment
* chore: use device instead of hard-coded string
* docs: update inference.md
2023-08-28 11:19:00 +02:00
Michael New
1f9d600b83
Denote human voices in README.md ( #2851 )
2023-08-13 12:15:17 +02:00
Eren Gölge
3a104d5c49
Update Studio API for XTTS ( #2861 )
...
* Update Studio API for XTTS
* Update the docs
* Update README.md
* Update README.md
Update README
2023-08-13 12:04:12 +02:00
Eren Gölge
b3472a739e
Update README.md
2023-07-24 13:42:20 +02:00
Eren Gölge
f24c5e0276
Update README
2023-07-24 13:30:19 +02:00
Eren Gölge
e42a72eb79
Fix typo
2023-07-04 12:14:54 +02:00
Eren Gölge
229cfbdf8a
Update README.md
2023-07-04 12:09:50 +02:00
Eren Gölge
9b041f958b
Update docs and credits
2023-07-02 13:09:40 +02:00
Eren G??lge
b8c2ab9833
[ci skip] Update README
2023-06-28 12:30:54 +02:00
Reuben Morais
2d967b786d
Fix typo in README [skip ci]
2023-06-08 09:47:10 +02:00
Eren Gölge
e785d101a1
Port Fairseq TTS models ( #2628 )
...
* Load fairseq models
* Add docs and missing files
* Managing fairseq models and docs for API
* Make style
* Use scarf URL
* Add tests
* Fix URL
* Pass cpu
* Make lint
* Fixup
* Make lint
* fixup
* Fixup
* Change tokenization order
* Update README
* Fixup
* Fixup
2023-06-05 11:15:13 +02:00
Eren Gölge
7d6e18629f
Add Tortoise to README
2023-05-16 01:33:56 +02:00
Atharva Shah
ba40a1c5c6
Update README.md ( #2577 )
...
Update link to point to blob instead of edit
2023-05-08 11:18:55 +02:00
prakharpbuf
c1875f68df
typos and minor fixes ( #2508 )
...
* Update tacotron1-2.md
* Update README.md
* Update Tutorial_2_train_your_first_TTS_model.ipynb
* Update synthesizer.py
There is no arg called --speaker_name
* Update formatting_your_dataset.md
* Update AnalyzeDataset.ipynb
* Update AnalyzeDataset.ipynb
* Update AnalyzeDataset.ipynb
* Update finetuning.md
* Update train_yourtts.py
* Update train_yourtts.py
* Update train_yourtts.py
* Update finetuning.md
2023-04-26 15:22:57 +02:00
Eren Gölge
76511972e9
Add freevc to the models list
2023-04-10 14:03:08 +02:00
Eren Gölge
ad8b9bf2be
🐸 Coqui Studio API integration ( #2484 )
...
* Warn when lang is not avail
* Make style
* Implement Coqui Studio API
* Test
* Update docs
* Set action
* Make style
* Make lint
* Update README
* Make style
* Fix action
* Run actions
2023-04-05 15:06:50 +02:00
Wesley Pyburn
ce79160576
Fix errors in README.md ( #2478 )
...
Running the sample code below results in an error `language_id = self.tts_model.language_manager.name_to_id[language_name]`.
The fix is running the code with the correct language strings, the readme has been updated in this PR to work.
I assume this small typo leads to #2456 and #2458
2023-04-05 12:23:07 +02:00