https://github.com/volcengine/ttsdk-ios
https://github.com/volcengine/ttsdk-ios
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/volcengine/ttsdk-ios
- Owner: volcengine
- License: mit
- Created: 2020-06-30T07:12:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-26T11:08:54.000Z (almost 3 years ago)
- Last Synced: 2024-11-06T13:11:46.142Z (over 1 year ago)
- Language: Objective-C
- Size: 142 MB
- Stars: 17
- Watchers: 7
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## TTSDK
**iOS** demo project for [TTSDK](https://github.com/volcengine/volcengine-specs/tree/master/TTSDK).
## Download
```
$ brew install git-lfs
$ git lfs install
$ git lfs clone https://github.com/volcengine/TTSDK-iOS.git
```
## Before Run
```
$ cd TTSDK-iOS/TTSDKDemo
$ pod install --repo-update
$ open TTSDKDemo.xcworkspace
```