summaryrefslogtreecommitdiff
path: root/src/audio
AgeCommit message (Expand)Author
6 hoursfix(audio): eliminate startup delay with automatic buffer pre-fillskal
24 hoursfeat(tracker): add sample offset and humanizationskal
27 hoursstyle: Apply clang-format to codebaseskal
2 daysTracker: Sort pattern events + add validation/sanitize modesskal
4 daysfix: WAV dump header corruption and early exit handlingskal
6 daysfix: Audio startup hiccup - use fill_audio_buffer for pre-fillskal
7 daysfeat(gpu): Add parameter-driven ChromaAberrationEffectskal
7 daysfeat(audio): Eliminate temp buffer allocations and add explicit clipping (Tas...skal
7 dayschore: Clean up generated files and update project configskal
7 daysrefactor(audio): Finalize audio sync, update docs, and clean up test artifactsskal
7 daysstyle: Apply clang-format to all source filesskal
7 daysminor comment updateskal
8 daysfix(audio): Remove sample offsets - incompatible with tempo scalingskal
8 daysfix(audio): Calculate sample offsets from render position, not playback positionskal
8 daysfix(audio): Implement sample-accurate event timingskal
8 daysrefactor(audio): Convert tracker to unit-less timing systemskal
8 daysfix(audio): Synchronize audio-visual timing with playback timeskal
8 daysfeat(audio): Add SilentBackend, fix peak measurement, reorganize backendsskal
8 daysrefactor(audio): Convert miniaudio_backend.cc to use FATAL_* macros (Phase 3)skal
8 daysrefactor(audio): Convert ring_buffer.cc to use FATAL_CHECK macros (Phase 2)skal
8 daysdocs(audio): Document WavDumpBackend synchronization with MiniaudioBackendskal
8 daysfix(audio): Remove clipping from WavDumpBackend, add diagnosticsskal
8 daysrefactor(audio): Remove tempo logic from WavDumpBackendskal
9 daysfix(audio): Normalize procedurally generated notes to consistent RMS levelskal
9 daysfix(audio): Fix spectrogram amplification issue and add diagnostic toolskal
9 daysfix(audio): Remove Hamming window from synthesis (before IDCT)skal
9 daysfix(audio): Scale procedural note generation for orthonormal DCTskal
9 daysfeat(audio): Integrate FFT-based DCT/IDCT into audio engine and toolsskal
9 daysfix(audio): Complete FFT Phase 2 - DCT/IDCT via reordering methodskal
9 daysfeat(audio): FFT implementation Phase 1 - Infrastructure and foundationskal
9 daysfeat(audio): Add Spectral Brush runtime (Phase 1 of Task #5)skal
10 daysfeat(audio): Complete Task #56 - Audio Lifecycle Refactor (All Phases)skal
10 daysfeat(audio): Complete Phase 4 - Cleanup and Documentation (Task #56)skal
10 daysperf: Reduce audio test durations for faster test suiteskal
10 daysfeat(audio): Implement AudioEngine and SpectrogramResourceManager (Task #56 P...skal
10 daysfix(audio): Resolve tracker test failures due to initialization orderskal
11 daysfeat: Optional sequence end times and comprehensive effect documentationskal
11 daysfeat: Audio playback stability, NOTE_ parsing fix, sample caching, and debug ...skal
11 daysfix(audio): Add pending buffer for partial writes to prevent sample lossskal
11 daysfix(audio): Check buffer space before rendering to prevent sample lossskal
11 daysfix(audio): Render audio in small chunks to fix timing gapsskal
11 daysfeat(audio): Implement ring buffer for live playback timingskal
11 daysfeat(audio): Trigger pattern events individually for tempo scalingskal
11 daysfix(audio): WAV dump now outputs stereo format matching live audioskal
11 daysfix(audio): Properly sync tracker and synth timing in WAV dumpskal
11 daysfix(audio): WAV dump now calls tracker_update at 60Hz to prevent choppy audioskal
11 daysfix(audio): WAV dump backend now properly triggers tracker patternsskal
11 daysfeat(audio): Add WAV dump backend for debugging audio outputskal
11 daysfeat(audio): Implement mock audio backend for testing (Task #51.2)skal
11 daysfeat(audio): Implement audio backend abstraction (Task #51.1)skal