Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Orbita Voice Android SDK will enable the integration of Orbita Voice services across Android apps. Development of services such as audio processing, speech to text conversion from scratch can be time-consuming. For this reason, Orbita has developed the SDK that can integrate all the voice-related services that a business requires, for easy and quick implementation.

Table of Contents

Prerequisites

...

  1. Open Android Studio.

  2. Create or open a project in which the SDK has to be installed.

  3. To import the unzipped files, select “Import Module” from the Main menu – File – New.

    Image RemovedImage Added

  4. Browse the address where you unzipped the file orbitaspeech.

    Image RemovedImage Added

  5. After selecting the directory, please make sure the module name is “:orbitaspeech”.

    Image RemovedImage Added

  6. Click Finish.

  7. Repeat Step 2 to import the next module.

    Image RemovedImage Added

  8. Browse the address where you unzipped the file sdk.

    Image RemovedImage Added

  9. After selecting the directory, please make sure the module name is “:sdk”.

    Image RemovedImage Added

  10. Click Finish.

  11. You should now see both orbitaspeech and sdk modules in the current project directory.

    Image RemovedImage Added

Error Handling

  1. The Gradle plugin version that is used for Orbita SDK is 0.8.2

  2. If the Gradle version in Android studio is 8.3 or newer, Gradle sync will fail.

    Image RemovedImage Added

  3. We will have to change the latest version of the le plugin. For that, select “build.gradle” from <Project name> directory – orbitaspeech – src.

  4. Select the code ‘google.protobuf:protobuf-gradle-plugin:0.8.2’ (shown in the screenshot below).

  5. Press alt+enter to get a dropdown menu.

  6. Select “Change to <new version number>”.

  7. Click on the “Try Again” link at the top of the tab to run Gradle sync.

    Image RemovedImage Added

Using the SDK

Login to Orbita services

...