voicevox_core 0.2.0 copy "voicevox_core: ^0.2.0" to clipboard
voicevox_core: ^0.2.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 #

このライブラリは、64bit専用で、ffiを利用しているのだ。

  • ffi ^2.1.4

以下のようにインポートするのだ。

import 'package:voicevox_core/voicevox_core.dart';

それぞれの環境で要求するライブラリは、以下の通りなのだ。

Windows requires dll files. #

voicevox_core.dll

Linux (or Android, Fuchsia) requires so files. #

voicevox_core.so

MacOS (or iOS) requires dylib files. #

voicevox_core.dylib

And more. #

もし、自分でライブラリを指定したいなら、以下のように設定するのだ。

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

Note #

Dartは以下からダウンロードするのだ。

https://www.libsdl.org/

Voicevox Coreは以下からダウンロードするのだ。

https://github.com/VOICEVOX/voicevox_core

ウィンドウズで動作確認をしているけど、他の環境でも動く気がするのだ。
動かなかったらごめんなさいなのだ。

Author #

作者は、yamaharaなのだ。

0
likes
155
points
100
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