|
@@ -5,7 +5,7 @@ import subprocess |
|
|
class Aques: |
|
|
class Aques: |
|
|
@classmethod |
|
|
@classmethod |
|
|
def main (cls, text: str) -> bytearray | None: |
|
|
def main (cls, text: str) -> bytearray | None: |
|
|
return cls.__synthe_utf8 (text, speed = 100) |
|
|
|
|
|
|
|
|
return cls.__synthe_utf8 (text, 100, "./phont/ar_mf2.phont") |
|
|
|
|
|
|
|
|
@staticmethod |
|
|
@staticmethod |
|
|
def __synthe_utf8 (text, speed, phont_file = None) -> bytearray | None: |
|
|
def __synthe_utf8 (text, speed, phont_file = None) -> bytearray | None: |
|
|