-
Notifications
You must be signed in to change notification settings - Fork 17
iOS SDK overview
Konstantin Sipunin edited this page Mar 1, 2024
·
4 revisions
/IOS-SDK/ezgif-2-8ebae9bdb2f6_1vvecd1.gif
Aimybox provides open source iOS SDK written in pure Swif. This SDK contains all you need to create a voice assistant or embed it into your existing iOS project:
- core Aimybox service maintains all voice assistant related processes
- ready to use modules of speech to text, text to speech and NLP/NLU engines
- ready to use voice assistant UI components that can be embedded into an existing application
- fully extendable and customisable
- can be quickly embedded into any existing iOS app
- custom voice skills can explore local device's services and networks
- Apache 2.0 license means that you can modify the source code and don't have to open your
There are two parts of the SDK: Core iOS SDK and UI components.
Use this module if you have to add voice capabilities to your existing application or create all new voice assistant.
|| Note that in this case you have to implement all UI/UX of the voice assistant on your own
Learn more about Core Android SDK
Use this library if you plan to embed a ready to use voice assistant into an existing application or create yet another voice assistant with well-known UI.
| UI components includes all you need to quickly embed voice capabilities into your app