A modular web-based synthesizer with visualization. v0.2.0
Aphux is an interactive audio playground that combines synthesis with dynamic visuals.
- Three Oscillators with multiple waveform options
- Dual LFOs for modulating oscillators and filter
- Effects Chain: filter, delay, distortion, reverb
- Voice Synthesizer with vowel sequences and voice types
- Real-time Visualizations that respond to audio
- Chaos Matrix for introducing randomness
- Preset System to save your configurations
git clone https://github.com/flopdriver/aphux.git
cd aphux
npm install
npm run dev
Open your browser to localhost:5173 and click "START AUDIO" to begin.
Experiment with oscillator settings, apply effects, try the voice synthesizer, and watch how the visualizations respond to your audio creations.
MIT License.