Project 1
Featured web project
Capture — Browser-Based Sampler Instrument
Capture is an interactive browser-based sampler instrument combining a React/TypeScript frontend with a C++ audio backend compiled to WebAssembly.
- Built around a React and TypeScript frontend focused on responsive, performance-conscious interaction.
- Uses Zustand to manage application and stage state in a way that stays lightweight and explicit.
- Integrates a C++ audio processing backend compiled to WebAssembly for real-time audio work in the browser.
- Combines modern web UI development with lower-level audio processing and browser runtime constraints.