sp-staticwasm-worklet

Superpowered static wasm with audio worklet example

A simple project that creates a custom WASM lib that uses Superpowered.

It includes the following tests:

  1. loopback in wasm (std::memcpy the input to output);
  2. loopback in wasm and add SP reverb;
  3. playing an .mp3 sample with Superpowered::AdvancedAudioPlayer;
  4. a simple white noise (just throwing random numbers in the output);
  5. White noise with Superpowered::Generator;
  6. Generating a sound with Superpowered::Generator;

GitHub repo: https://github.com/tralves/sp-staticwasm-worklet