You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A drum synthesizer written in Cmajor with a TypeScript/React UI. Creates semi-realistic drum sounds using various audio synthesis techniques. Educational focus, serves as an introduction to audio programming and enables experimentation. Can be compiled as CLAP/VST3 plugin, standalone executable, or WebAssembly.
A React-based audio player with a metronome built using WaveSurfer.js and Chakra UI. The app allows users to play an audio track while a visual and audible metronome keeps time. The metronome can be muted/unmuted without interrupting the beat counting, and the player supports custom BPM and time signatures.