{"id":16683626,"url":"https://github.com/yamachu/voicevoxcoresharp","last_synced_at":"2026-02-21T09:03:36.079Z","repository":{"id":188988662,"uuid":"679816228","full_name":"yamachu/VoicevoxCoreSharp","owner":"yamachu","description":"voicevox_core をC# から扱うためのライブラリ","archived":false,"fork":false,"pushed_at":"2025-06-04T10:00:07.000Z","size":535,"stargazers_count":20,"open_issues_count":11,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-21T02:52:01.818Z","etag":null,"topics":["voicevox"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yamachu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-08-17T17:26:06.000Z","updated_at":"2025-06-13T16:43:25.000Z","dependencies_parsed_at":"2023-08-17T19:40:31.084Z","dependency_job_id":"6b61317a-8659-4a45-905d-917aa6c084e2","html_url":"https://github.com/yamachu/VoicevoxCoreSharp","commit_stats":null,"previous_names":["yamachu/voicevoxcoresharp"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/yamachu/VoicevoxCoreSharp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamachu%2FVoicevoxCoreSharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamachu%2FVoicevoxCoreSharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamachu%2FVoicevoxCoreSharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamachu%2FVoicevoxCoreSharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yamachu","download_url":"https://codeload.github.com/yamachu/VoicevoxCoreSharp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamachu%2FVoicevoxCoreSharp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263960293,"owners_count":23536053,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["voicevox"],"created_at":"2024-10-12T14:25:35.976Z","updated_at":"2026-02-21T09:03:36.050Z","avatar_url":"https://github.com/yamachu.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VoicevoxCoreSharp\n\n[voicevox_core](https://github.com/voicevox/voicevox_core) を C# から使用するためのラッパー。\n薄いラッパーであるため、基本的には voicevox_core のドキュメントを参照し使用できます。\n\nCLI アプリケーションや MAUI、Unity アプリケーションなどで、直接 voicevox_core を扱うことを目的としています。\n\n## Install\n\n[NuGet](https://www.nuget.org/packages/VoicevoxCoreSharp.Core/) からインストールできます。\n\n```bash\n$ dotnet add package VoicevoxCoreSharp.Core\n```\n\nUnity の場合は Package Manager から以下の URL を追加してください。\n`#0.16.0` はバージョンを指定しています。\n\n```\nhttps://github.com/yamachu/VoicevoxCoreSharp.git?path=/src/VoicevoxCoreSharp.Core.Unity#0.16.0\n```\n\nMAUI の場合は以下のパッケージを追加すると便利です。\n\nhttps://www.nuget.org/packages/VoicevoxCoreSharp.MAUI\n\n```bash\n$ dotnet add package VoicevoxCoreSharp.MAUI\n```\n\n## Usage\n\nこのライブラリを使用するには、voicevox_core のライブラリを自身で用意する必要があります。\n[voicevox_core](https://github.com/voicevox/voicevox_core) の Release ページから対応するバージョンのライブラリをダウンロードしてください。\n\nそれぞれダウンロードしたライブラリを .NET アプリケーションから参照できるように配置してください。\n各プラットフォームやアプリケーションの種類によって配置先が異なる場合があります。\n\n以下の Sample に CLI、MAUI、Unity のサンプルがあるため、そのサンプルの csproj などを参考にしてください。\n\n特に MAUI アプリケーションで Android や iOS で使用する場合は、Native Library のパス解決の問題があるため、[VoicevoxCoreSharp.MAUI](./src/VoicevoxCoreSharp.MAUI) を使用することをお勧めします。\n\n## Sample\n\n[examples/cli](./examples/cli) にコマンドラインから実行するサンプル実装があります。\n\n[examples/UnitySample](./examples/UnitySample) に Unity アプリケーションのサンプルがあります。\n\n[examples/MAUI](./examples/MAUI) に MAUI アプリケーションのサンプルがあります。\n\n## Supported\n\n- .NET Standard 2.0\n- C# 9.0\n  - Unity 2021.3 (LTS) を最低限サポートするため\n\n## Notice\n\n本リポジトリは voicevox_core の main ブランチをトラッキングしているため、main ブランチの状態は製品版のリリースとの互換性がない場合があります。\nvoicevox_core のリリースに合わせて、Release タグや、nuget パッケージを提供しているため、実際に利用する場合はそちらを利用してください。\n\n詳細なトラッキングしているバージョンは Git Submodule として取得している [voicevox_core](./binding/voicevox_core) のコミットハッシュ、もしくは [VoicevoxCoreCommitHash](./src/VoicevoxCoreSharp.Core/VoicevoxCoreSharp.Core.Metas.props) を参照してください。\n\n今後のリリースで、voicevox_engine で利用されている compatible_engine などの対応を検討しています。\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyamachu%2Fvoicevoxcoresharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyamachu%2Fvoicevoxcoresharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyamachu%2Fvoicevoxcoresharp/lists"}