voicevox_core 0.3.0
voicevox_core: ^0.3.0 copied to clipboard
A Dart library for accessing common Voicevox Core APIs using, FFI.
0.3.0 #
- Supported
voicevox_corev0.16.4. - Added validation-related functions (
voicevoxScoreValidate,voicevoxNoteValidate,voicevoxFrameAudioQueryValidate,voicevoxFramePhonemeValidate, andvoicevoxEnsureCompatible). - Added synthesizer-related functions (
voicevoxSynthesizerCreateSingFrameAudioQuery,voicevoxSynthesizerCreateSingFrameF0,voicevoxSynthesizerCreateSingFrameVolume, andvoicevoxSynthesizerFrameSynthesis). - Added glue functions.
- Simplified
example/main.dartusing the new glue functions. - Added
example/song.dart. - Updated environment/dependencies:
- sdk: '>=3.12.1 <4.0.0'
- ffi: ^2.2.0
- halildurmus_lints: ^2.0.0
0.2.0 #
- Supported
voicevox_corev0.16.3 and added corresponding functions (voicevoxAudioQueryValidate,voicevoxAccentPhraseValidate, andvoicevoxMoraValidate). - Supported Dart 3.10.4.
0.1.0 #
- Initial version.