add basic spectrum function

This commit is contained in:
Felix Roos 2024-11-09 20:57:09 +01:00
parent ae335ac40c
commit 648fbf99fa
4 changed files with 61 additions and 2 deletions

View file

@ -6,4 +6,5 @@ This program is free software: you can redistribute it and/or modify it under th
export * from './webaudio.mjs';
export * from './scope.mjs';
export * from './spectrum.mjs';
export * from 'superdough';