Skip to content

flatmax/WASMAudio

Repository files navigation

WASMAudio

Example project for processing AudioWorklet audio in WASM code.

Prerequisites

This project uses the Eigen headers : http://eigen.tuxfamily.org The Eigen package allows the handling of audio in matrices and is a powerful numerical processing in C++ tool.

Building

Initial Setup

./tools/autotools.sh

configuring

native C++

./configure

WASM

emconfigure ./configure

building

native C++

make

WASM

emmake make

installing

Really ?

Running the webapp

cd webApp

installing

npm install

running

npm start

Reference

The original mad chops coder AU mad chops coder AU icon