不要なファイル削除

このコミットが含まれているのは:
2023-12-03 06:20:16 +09:00
コミット d46cb4e58f
4個のファイルの変更2行の追加173行の削除
+1 -1
ファイルの表示
@@ -17,7 +17,7 @@ class Aques:
p = subprocess.Popen ('./aques', stdin = subprocess.PIPE,
stdout = subprocess.PIPE)
koe = p.communicate (text.encode ())[0].decode ()
koe: str = p.communicate (text.encode ())[0].decode ()
aqtk = cdll.LoadLibrary ('libAquesTalk2Eva.so')
aqtk.AquesTalk2_Synthe_Utf8.restype = POINTER (ARRAY (c_ubyte, 0))