|
@@ -15,7 +15,7 @@ class Aques: |
|
|
phont = f.read () |
|
|
phont = f.read () |
|
|
|
|
|
|
|
|
aqkoe = cdll.LoadLibrary ('libAqKanji2Koe.so') |
|
|
aqkoe = cdll.LoadLibrary ('libAqKanji2Koe.so') |
|
|
dic_path: str = '.' |
|
|
|
|
|
|
|
|
dic_path: str = './aq_dic' |
|
|
err = c_int (0) |
|
|
err = c_int (0) |
|
|
aqkoe.AqKanji2Koe_Create.restype = c_void_p |
|
|
aqkoe.AqKanji2Koe_Create.restype = c_void_p |
|
|
handle = aqkoe.AqKanji2Koe_Create (dic_path, byref (err)) |
|
|
handle = aqkoe.AqKanji2Koe_Create (dic_path, byref (err)) |
|
|