{"id":16683677,"url":"https://github.com/yamachu/voicevoxenginesharp","last_synced_at":"2025-08-22T07:13:51.108Z","repository":{"id":41137359,"uuid":"398034134","full_name":"yamachu/VoicevoxEngineSharp","owner":"yamachu","description":"voicevox_engineのC#実装","archived":false,"fork":false,"pushed_at":"2023-08-17T16:23:47.000Z","size":171,"stargazers_count":45,"open_issues_count":5,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-03T23:31:58.675Z","etag":null,"topics":["csharp","voicevox"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-19T18:08:59.000Z","updated_at":"2024-06-04T10:39:08.000Z","dependencies_parsed_at":"2024-10-28T11:29:18.110Z","dependency_job_id":"f07b5f5a-a838-4927-b99a-de1914e09869","html_url":"https://github.com/yamachu/VoicevoxEngineSharp","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/yamachu/VoicevoxEngineSharp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamachu%2FVoicevoxEngineSharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamachu%2FVoicevoxEngineSharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamachu%2FVoicevoxEngineSharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamachu%2FVoicevoxEngineSharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yamachu","download_url":"https://codeload.github.com/yamachu/VoicevoxEngineSharp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamachu%2FVoicevoxEngineSharp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271601683,"owners_count":24788104,"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","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["csharp","voicevox"],"created_at":"2024-10-12T14:25:44.726Z","updated_at":"2025-08-22T07:13:51.069Z","avatar_url":"https://github.com/yamachu.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VOICEVOX ENGINE SHARP\n\n[VOICEVOX ENGINE](https://github.com/Hiroshiba/voicevox_engine) の C# 実装。\n\n本家エンジンと Interface で互換性があります。\n内部実装に一部差異があるため、出力される音声やクエリの結果が一部異なる場合があります。\n\n## 最低動作要件\n\n- [.NET 6.0](https://dotnet.microsoft.com/download/dotnet/6.0)\n\n## 開発状況\n\n0.14.x の VOICEVOX CORE に追従する大規模な変更を https://github.com/yamachu/VoicevoxEngineSharp/tree/nextCore\n\nで実施しています\n\n## 準備\n\n### VOICEVOX COREを使用する場合\n\n1. https://github.com/Hiroshiba/voicevox_core に記載されている依存ライブラリと CORE をダウンロード\n2. [open_jtalk_dic_utf_8-1.11.tar.gz](https://downloads.sourceforge.net/open-jtalk/open_jtalk_dic_utf_8-1.11.tar.gz) をダウンロードし展開\n3. 1, 2 でダウンロードおよび展開した .dll や .so ファイル、ならびに open_jtalk_dic_utf_8-1.11 ディレクトリを src/Core/resources ディレクトリに配置\n\n### 製品版の VOICEVOX を流用する場合\n\n事前準備なし\n\n## 実行\n\n```\n# 製品版の VOICEVOX を流用する場合\ndotnet run --project src/API/src -- --voicevox_dir \"C:/path/to/voicevox\"\n\n# VOICEVOX CORE を使用する場合\ndotnet build src/API/src/API.csproj ; cd src/API/src/bin/Debug/net6.0 ; dotnet API.dll\n```\n\nその他の引数は VOICEVOX ENGINE に準拠しています\n\n## 注意事項\n\n### 稀に生成される音声がノイズだらけになって聞き取れない\n\nEngine の再起動をお試しください。\n\n### 実装されていない機能がある\n\n音声合成に直接関係しないUtil的な機能が未実装です\n\n- [ ] モノラルステレオ選択 (https://github.com/Hiroshiba/voicevox_engine/pull/39)\n- [ ] サンプリングレートの変更 (https://github.com/Hiroshiba/voicevox_engine/pull/33)\n\nなどの機能が未実装\n\nWelcome contribute!\n\n## ライセンス\n\n本家 [VOICEVOX ENGINE](https://github.com/Hiroshiba/voicevox_engine) のライセンスを継承し、LGPL v3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyamachu%2Fvoicevoxenginesharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyamachu%2Fvoicevoxenginesharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyamachu%2Fvoicevoxenginesharp/lists"}