just-ai / aimybox-ios-sdk

Voice assistant SDK for iOS devices written in Swift
https://aimybox.com
Apache License 2.0
18 stars 7 forks source link

YandexSpeechKit #8

Closed vpopovyc closed 4 years ago

vpopovyc commented 4 years ago

YandexSpeechToText – subtype of SpeechToText component for use in Aimybox. YandexRecognitionAPI – wrapper on Yandex SpeechKit gRPC api. YandexTextToSpeech - subtype of TextToSpeech component for use in Aimybox. YandexSynthesisAPI - wrapper on Yandex SpeechKit HTTPS api.

WAVFileGenerator – appends .wav header to a raw lpcm audio from YandexKit. IAMTokenProvider – protocol of object that provides access token for auth. IAMTokenGenerator – service for auth in YandexCloud. Conforms to IAMTokenProvider.