psemek/libs/audio/source/effect
2026-07-19 01:48:39 +03:00
..
all_pass.cpp Mingw compilation fixes 2023-10-08 15:58:51 +03:00
compressor.cpp Rename 'geom' library to 'math' 2024-12-10 20:22:59 +03:00
distortion.cpp
echo.cpp Mingw compilation fixes 2023-10-08 15:58:51 +03:00
envelope.cpp Add audio envelope helper based on a sequence of linear or exponential segments 2026-07-18 22:32:47 +03:00
fade_in.cpp Rename envelope -> envelope_base 2026-07-18 22:31:53 +03:00
fade_out.cpp Rename envelope -> envelope_base 2026-07-18 22:31:53 +03:00
filter.cpp Replace audio::feedforward/feedback filters with general linear filters 2026-07-19 01:48:39 +03:00
pause.cpp MacOS fixes 2023-01-16 23:53:34 +03:00
pitch.cpp Fix audio resampling in mp3 loading & in pitch effect: make the stream stop instead of infinitely looping the last resampled patch 2023-11-03 12:58:02 +03:00
truncate.cpp Fix length computation in truncate filter 2026-07-18 19:03:29 +03:00
volume.cpp
volume_base.cpp