Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 717 Bytes

README.md

File metadata and controls

48 lines (30 loc) · 717 Bytes

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