Skip to content

Commit 78221b5

Browse files
committed
fix: cotovia missing data files
1 parent a7e2548 commit 78221b5

50 files changed

Lines changed: 692038 additions & 1 deletion

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ovos_tts_plugin_cotovia/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def __init__(self, config=None):
4040

4141
@staticmethod
4242
def find_cotovia() -> str:
43-
path = shutil.which("cotovia") or f"{os.path.dirname(__file__)}/cotovia_{platform.machine()}"
43+
path = shutil.which("cotovia") or f"{os.path.dirname(__file__)}/bin/cotovia_{platform.machine()}"
4444
if os.path.isfile(path):
4545
return path
4646
return "/usr/bin/cotovia"
File renamed without changes.
File renamed without changes.
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
/*
2+
3+
Project Coordinators:
4+
______________________
5+
6+
Manuel Gonz�lez Gonz�lez, University of Santiago de Compostela, Spain.
7+
Eduardo Rodr�guez Banga, Universidade de Vigo, Spain.
8+
Carmen Garc�a Mateo, Universidade de Vigo, Spain.
9+
10+
11+
12+
ENGINEERING TEAM (main contributors to programming and signal processing developments):
13+
_________________________________________________________________________________________
14+
15+
Xavier Fern�ndez Salgado
16+
Francisco Campillo D�az
17+
Francisco M�ndez Paz�
18+
Gonzalo Iglesias Iglesias
19+
Camilo Gir�ldez Ruibal
20+
Leandro Rodr�guez Li�ares
21+
Laura Doc�o Fern�ndez
22+
23+
24+
TEAM OF LINGUISTS (main contributors to the collection of language resources and linguistic support):
25+
_____________________________________________________________________________________________________
26+
27+
Elisa Fern�ndez Rei
28+
Ruth Losada Soto
29+
Elisa Roca Rodr�guez
30+
Lorena Seijo Pereiro
31+
Lu�s Xuncal Pereira
32+
Ana Mart�nez �nsua
33+
Lidia G�mez Garc�a
34+
Ana Escourido Pernas
35+
Concepci�n Di�guez Di�guez
36+
Monserrat Arza Rodr�guez
37+
Zoraida Barral Rodr�guez
38+
39+
40+
41+
ACKNOWLEDGEMENTS
42+
_________________
43+
44+
- We wish to thank the recorded voice talents for their collaboration in providing their voices.
45+
46+
- We are also grateful to ERDF, the Spanish Ministry of Education, and the Galicia Regional Government
47+
for their support along the years through a number of projects.
48+
49+
50+
*/
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
cotovia-lang: Galician and Spanish languages package for Cotovia TTS
2+
3+
Copyright: 1996-2012 Multimedia Technologies Group, University of Vigo, Spain
4+
1996-2012 Centro Ramon Pineiro para a Investigaci�n en Humanidades,
5+
Xunta de Galicia, Santiago de Compostela, Spain
6+
7+
License: The files in this package are licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
8+
http://creativecommons.org/licenses/by-sa/3.0/
9+

0 commit comments

Comments
 (0)