3.voicepeakcw4j.0.1.2.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of voicepeakcw4j Show documentation
Show all versions of voicepeakcw4j Show documentation
This library is a command line wrapper for the VOICEPEAK published by AHS Co.Ltd.
The newest version!
/**
* 株式会社AHSの展開する音声合成ソフトウェアVOICEPEAKの
* コマンドライン実行をJavaからコントロールするためのラッパーモジュール
*/
module voicepeakcw4j {
exports io.github.k7t3.voicepeakcw4j;
exports io.github.k7t3.voicepeakcw4j.process;
exports io.github.k7t3.voicepeakcw4j.exception;
}