https://github.com/yamachu/voicevoxcoreswift
voicevox_core swift wrapper
https://github.com/yamachu/voicevoxcoreswift
swift swiftpm voicevox
Last synced: 5 months ago
JSON representation
voicevox_core swift wrapper
- Host: GitHub
- URL: https://github.com/yamachu/voicevoxcoreswift
- Owner: yamachu
- Created: 2025-03-21T04:08:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-11T05:51:09.000Z (6 months ago)
- Last Synced: 2026-01-11T12:44:01.011Z (6 months ago)
- Topics: swift, swiftpm, voicevox
- Language: C++
- Homepage:
- Size: 62.5 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VoicevoxCoreSwift
Unofficial Swift wrapper for voicevox_core.
## About
型定義とラップ部分のみを提供するライブラリ。
アプリケーションに組み込む際は、別途 voicevox_core.xcframework などを組み込む必要があります。
binaryTargetに依存していないため、ヘッダに変更がない限り自由に voicevox_core.xcframework のバージョンを上げることが可能です。
## Supported Platforms
- iOS
- macOS
## Installation
### Swift Package Manager
```swift
.package(url: "https://github.com/yamachu/VoicevoxCoreSwift.git", branch: "main") // or use a specific version
```
voicevox_core のどのバージョンに対応しているかは、[VERSIONS.md](./VERSIONS.md) を参照してください。
## Features
- [voicevox_core 0.16.x](https://github.com/VOICEVOX/voicevox_core/releases) で提供されるAPIをラップ
### Future work
- AccentPhrasesなどのjson形式で渡されるものを型で表現する
- ref: https://github.com/VOICEVOX/voicevox_core/issues/975
## License
MIT License
### Third-Party Licenses
This repository contains files that are licensed by the original authors under the MIT License. Please refer to the source of each file for license details.
- [Sources/VoicevoxCoreSwiftIOS/include/voicevox_core.h](https://github.com/VOICEVOX/voicevox_core/blob/main/LICENSE)
- [Sources/VoicevoxCoreSwiftMacOS/include/voicevox_core.h](https://github.com/VOICEVOX/voicevox_core/blob/main/LICENSE)