-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Description
内容
タイトル通りです。
Pros 良くなる点
C FFIのラッパーがそれぞれの言語にあった形(Loggerなど)でログを出せるようになる
Cons 悪くなる点
ないはず?
実現方法
struct VoicevoxLogObject {
VoicevoxLogLevel level;
char* message;
}
typedef void (*voicevox_log_callback)(VoicevoxLogObject);
void voicevox_set_log_callback(voicevox_log_callback callback);
VOICEVOXのバージョン
0.15.0(vvm-async-api)
OSの種類/ディストリ/バージョン
- Windows
- macOS
- Linux
その他
(なし)
Hiroshiba and qryxip