音声認識

Speech Recognition

ESP-ADFには、音声ウェイクアップコマンドを認識するための音声認識インターフェイスが付属しています。 現在実装されているウェイクアップコマンドのほとんどは中国語で、1つのコマンド「HiJeson」は英語です。

The ESP-ADF comes complete with speech recognition interface to recognize voice wakeup commands. Most of currently implemented wakeup commands are in Chinese with one command “Hi Jeson” in English.

このセクションで提供される機能には、音声アクティビティ検出(VAD)とも呼ばれる自動音声検出、および音声録音エンジンも含まれます。

Provided in this section functions also include automatic speech detection, also known as voice activity detection (VAD), and speech recording engine.

音声認識APIは、既存のオーディオフレームワークと簡単に統合して、オーディオチップに接続されたマイクからオーディオストリームを取得するように設計されています。

The Speech Recognition API is designed to easy integrate with existing Audio Framework to retrieve the audio stream from a microphone connected to the audio chip.