diff --git a/aques.cpp b/aques.cpp index 5dbad94..306cba6 100644 --- a/aques.cpp +++ b/aques.cpp @@ -22,6 +22,7 @@ |- aq_dic/ 辞書フォルダ(aq_dic)を同じディレクトリに配置 |- aqdic.bin |- aq_user.dic (ユーザ辞書:任意) + OE |- CREDITS diff --git a/aques.py b/aques.py index 2a622e9..13646da 100644 --- a/aques.py +++ b/aques.py @@ -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: diff --git a/phont/aq_f1c.phont b/phont/aq_f1c.phont new file mode 100755 index 0000000..13fa8e0 Binary files /dev/null and b/phont/aq_f1c.phont differ diff --git a/phont/aq_f3a.phont b/phont/aq_f3a.phont new file mode 100755 index 0000000..3ab4b0c Binary files /dev/null and b/phont/aq_f3a.phont differ diff --git a/phont/aq_huskey.phont b/phont/aq_huskey.phont new file mode 100755 index 0000000..44031d5 Binary files /dev/null and b/phont/aq_huskey.phont differ diff --git a/phont/aq_m4b.phont b/phont/aq_m4b.phont new file mode 100755 index 0000000..b501010 Binary files /dev/null and b/phont/aq_m4b.phont differ diff --git a/phont/aq_mf1.phont b/phont/aq_mf1.phont new file mode 100755 index 0000000..31a873c Binary files /dev/null and b/phont/aq_mf1.phont differ diff --git a/phont/aq_rb2.phont b/phont/aq_rb2.phont new file mode 100755 index 0000000..b8e2047 Binary files /dev/null and b/phont/aq_rb2.phont differ diff --git a/phont/aq_rb3.phont b/phont/aq_rb3.phont new file mode 100755 index 0000000..07d55ab Binary files /dev/null and b/phont/aq_rb3.phont differ diff --git a/phont/aq_rm.phont b/phont/aq_rm.phont new file mode 100755 index 0000000..cb5e2c3 Binary files /dev/null and b/phont/aq_rm.phont differ diff --git a/phont/aq_robo.phont b/phont/aq_robo.phont new file mode 100755 index 0000000..3d07f07 Binary files /dev/null and b/phont/aq_robo.phont differ diff --git a/phont/aq_yukkuri.phont b/phont/aq_yukkuri.phont new file mode 100755 index 0000000..51dbb93 Binary files /dev/null and b/phont/aq_yukkuri.phont differ diff --git a/phont/ar_f4.phont b/phont/ar_f4.phont new file mode 100755 index 0000000..b601c84 Binary files /dev/null and b/phont/ar_f4.phont differ diff --git a/phont/ar_m5.phont b/phont/ar_m5.phont new file mode 100755 index 0000000..44b6513 Binary files /dev/null and b/phont/ar_m5.phont differ diff --git a/phont/ar_mf2.phont b/phont/ar_mf2.phont new file mode 100755 index 0000000..c3b3379 Binary files /dev/null and b/phont/ar_mf2.phont differ diff --git a/phont/ar_rm3.phont b/phont/ar_rm3.phont new file mode 100755 index 0000000..07059af Binary files /dev/null and b/phont/ar_rm3.phont differ