このコミットが含まれているのは:
2023-12-03 00:29:34 +09:00
コミット 86761e4451
16個のファイルの変更2行の追加1行の削除
+1 -1
ファイルの表示
@@ -5,7 +5,7 @@ import subprocess
class Aques:
@classmethod
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
def __synthe_utf8 (text, speed, phont_file = None) -> bytearray | None: