Audio Library For Wio Terminal Overview
This wiki introduces how to use the Audio library with Wio Terminal using ReSpeaker 2-Mic Hat. With the help of this library, you are able to record, play and analysis audio using Wio Terminal! Furthermore, this audio library can be implemented into different areas such as Speech recognition and much more!
Hardware Required
40 Pin Pi HAT Adapter board for Wio Terminal (Not released yet)
Hardware Connection
For now, if you want to test out the software, you will fly out leads.
Getting Started
To get started with the Audio library for Wio Terminal, please follow through the followings:
Installing the Seeed_Arduino_Audio
Visit the Seeed_Arduino_Audio repositories and download the entire repo to your local drive.
Now, the library can be installed to the Arduino IDE. Open the Arduino IDE, and click
sketch
->Include Library
->Add .ZIP Library
, and choose theSeeed_Arduino_Audio
file that you've have just downloaded.
Installing the FS libraries for Wio Terminal
- Please visit the official Wio Terminal File System wiki page.