voicevox_core 1.0.0 copy "voicevox_core: ^1.0.0" to clipboard
voicevox_core: ^1.0.0 copied to clipboard

A Dart library for accessing common Voicevox Core APIs using, FFI.

Voicevox Core for Dart #

https://pub.dev/packages/voicevox_core

Requirement #

  • ffi ^2.2.0

This library is limited to 64bit.

import 'package:voicevox_core/voicevox_core.dart';

Windows requires dll file. #

voicevox_core.dll
voicevox_onnxruntime.dll

Linux requires so.0 file. #

voicevox_core.so.0
voicevox_onnxruntime.so.0

Android, Fuchsia requires so file. #

voicevox_core.so
voicevox_onnxruntime.so

MacOS (or iOS) requires dylib file. #

voicevox_core.dylib
voicevox_onnxruntime.lib

And more. #

If you want to set a library under special circumstances (example: dylib), do the following:

VoicevoxCoreDynamicLibraryService().set('core', 'YOUR_core_ENVIONMENT.dylib');
VoicevoxCoreDynamicLibraryService().set('onnxruntime', 'YOUR_onnxruntime_ENVIONMENT.dylib');

The settings for the ONNX Runtime library are effective only when options are not used with voicevoxxOnnxruntimeLoadOnce.

Note #

Download Dart from here:

https://dart.dev/

Download VOICEVOX Core from here:

https://github.com/VOICEVOX/voicevox_core

This package has been tested and verified to work on Windows.

Author #

yamahara

1
likes
160
points
22
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Dart library for accessing common Voicevox Core APIs using, FFI.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

ffi

More

Packages that depend on voicevox_core