Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.2 KB

File metadata and controls

34 lines (21 loc) · 1.2 KB

Android Application

The app runs on the phone. It uses the phone's built-in microphone for speech recognition (ASR) and receives azimuth angle data from the SpeechCompass phone case over USB. Visualizations are built with the Processing for Android framework.

App screenshot

Quickest way: install the pre-built APK

If you don't need to modify the app, sideload the pre-built APK via ADB:

adb install path/to/speechcompass.apk

The APK is available on Google Drive. Connect the phone to your PC before running the command.

The app may stop working on newer Android versions due to API changes.

Building from source

  1. Install the latest Android Studio.

  2. Download the zipped Android Studio project and unzip it.

  3. Open Android Studio and import the project (File → Open).

  4. Build the project (Build → Make Project).

  5. Connect the phone over USB and click Run to install and launch.