ed-xmos / fwk_voice

Voice Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XMOS Voice Framework DSP Library

This is the XMOS Voice Framework DSP library which contains high-performance audio processing algorithms, optimized for xcore.ai.

Supported Hardware

This library is designed to be used with all xcore.ai hardware.

Setup

Using this library requires CMake, version 3.21 or greater.

In your top level CMakeLists.txt, include this repository in your preferred manner, and add_subdirectory(fwk_voice). Then invoke CMake with the desired toolchain.

The fwk_voice CMake will define various targets that can be linked to your application. In your CMake build folder, you can use the following command to display available targets:

$ make help

About

Voice Framework

License:Other


Languages

Language:C 50.8%Language:Python 37.3%Language:CMake 5.2%Language:C++ 4.8%Language:Jupyter Notebook 1.2%Language:Shell 0.4%Language:XC 0.3%