Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.14 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.14 KB

ArmTTS

Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Subscribe to one of the available plans in RapidAPI and do not forget to update the 'X_RapidAPI_Key' with the key provided by RapidAPI.

Installation

ArmTTS is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'ArmTTS'

And apply the following patch for ONNX Runtime.

cd Example
cp onnxruntime_add_int64_uin64_support.patch Example/Pods
cd Example/Pods
git apply onnxruntime_add_int64_uin64_support.patch

Author

Albert Grigoryan, [email protected]

License

ArmTTS is available under the MIT license. See the LICENSE file for more info.