/linkit-sdk-v4.6.2-houndify

MediaTek LinkIt(TM) Development Platform for FreeRTOS provides a Houndify AI Platform (SoundHound Inc.) software solution for devices based on the MT7686 SOCs.

Primary LanguageC

LinkIt SDK V4.6.2 HOUNDIFY Build Status GitHub release

Overview

MediaTek LinkIt(TM) Development Platform for RTOS provides a Houndify AI Platform (SoundHound Inc.) software solution for devices based on the MT7686 SOCs.

Video

  • Environment : 48dB Quite and 86dB noise.
  • Detected "Alexa" trigger and voice response from cloud service, and then light turn on/off.
Noise 48dB Quite 86dB Noise
Video Video Label Video Label

Block diagram

Block Diagram

Hardware

Build Enviroment

Previous Commits

Configuration

  • WiFi SSID / PASSWORD
Wifi_default.h (project\mt7686_hdk\apps\bse_hound\inc)

#define HOUND_WIFI_DEFAULT_STA_SSID               ("{wifi_ssid}")
#define HOUND_WIFI_DEFAULT_STA_SSID_LEN           ("{ssid_length}")
...
#define HOUND_WIFI_DEFAULT_STA_WPA_PSK            ("{wifi_password}")
#define HOUND_WIFI_DEFAULT_STA_WPA_PSK_LEN        ("{password_length}")
  • SoundHound Inc. Houndify account data.
Main.cpp (project\mt7686_hdk\apps\bse_hound\src)

#define CLIENT_ID         "{your_id}"
#define CLIENT_KEY        "{your_key}"