Sections 1 through 11 now use the same names as list-effect.md in the popup menu. The basic layer handles the streaming-safe clip operations, the color/time layer handles saturation and pitch work, the modern/creative layer handles the low-latency previews for sections 8 and 9, the spectral/spatial layer handles sections 10 and 11, the native WASM chain handles EQ/filter/dynamics, and the modulation/space layers run in dedicated realtime browser DSP paths.
CSS customization
The interface still uses CSS variables in :root, so you can restyle the menu, modal layout, and player chrome without changing the processing logic.
Voxis Realtime Starter
Streaming preview for Basic effects, Dynamics, EQ / Filters, Modulation, Space / Ambience, Distortion / Saturation, Pitch / Time, Modern / AI-like effects, Creative / special effects, Spectral processing, and Advanced stereo / spatial
File or microphone in, Web Audio API graph in the middle, speakers out. The JS basic processor carries the checklist-aligned clip effects, the JS color/time processor handles saturation and pitch work, the JS modern/creative processor handles sections 8 and 9, the JS spectral/spatial processor handles sections 10 and 11, the Voxis native WASM module carries the realtime EQ/filter/dynamics chain, and the browser-side modulation/space rack handles the motion and ambience layers.
Interactive latency hintAudioWorklet custom DSPEQ + Dynamics in WASMModern + creative in JSSpectral + spatial in JSBasic effects in JSMic + file preview
{% include '_basic_modals.html' %}
{% include '_eq_modals.html' %}
{% include '_dynamics_modals.html' %}
{% include '_modulation_modals.html' %}
{% include '_space_modals.html' %}
{% include '_distortion_modals.html' %}
{% include '_pitch_time_modals.html' %}
{% include '_modern_modals.html' %}
{% include '_creative_modals.html' %}
{% include '_spectral_modals.html' %}
{% include '_stereo_spatial_modals.html' %}
{% include '_extras_modals.html' %}