voicevox_core 1.0.0
voicevox_core: ^1.0.0 copied to clipboard
A Dart library for accessing common Voicevox Core APIs using, FFI.
1.0.0 #
- Added all glue functions.
- Added
example/user_dict.dart. - [Breaking Change] Changed
VoicevoxVoiceModelIdtype fromPointer<Uint8>toUint8Listfor safety and better memory management. - Updated environment/dependencies:
- sdk: '>=3.12.2 <4.0.0'
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.