godot/servers/audio/effects
2025-06-12 12:54:19 +08:00
..
audio_effect_amplify.cpp Add volume_linear property and methods for audio-related classes 2024-12-18 12:41:57 -08:00
audio_effect_amplify.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
audio_effect_capture.cpp Add 64-bit versions of core power of 2 functions 2025-06-01 23:11:12 -07:00
audio_effect_capture.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
audio_effect_chorus.cpp Core: Replace C math headers with C++ equivalents 2025-04-16 15:49:02 -05:00
audio_effect_chorus.h SCons: Add enum conversion warning 2025-04-26 12:06:20 -05:00
audio_effect_compressor.cpp Compile out editor-only logic within validate_property in games 2025-06-12 12:54:19 +08:00
audio_effect_compressor.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
audio_effect_delay.cpp Core: Replace C math headers with C++ equivalents 2025-04-16 15:49:02 -05:00
audio_effect_delay.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
audio_effect_distortion.cpp Core: Replace C math headers with C++ equivalents 2025-04-16 15:49:02 -05:00
audio_effect_distortion.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
audio_effect_eq.cpp Fix member names of AudioFrame to match extension 2024-02-13 15:37:09 +01:00
audio_effect_eq.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
audio_effect_filter.cpp Fix member names of AudioFrame to match extension 2024-02-13 15:37:09 +01:00
audio_effect_filter.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
audio_effect_hard_limiter.cpp Remove ABS in favor of Math::abs 2025-03-19 13:52:40 +01:00
audio_effect_hard_limiter.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
audio_effect_limiter.cpp Fix member names of AudioFrame to match extension 2024-02-13 15:37:09 +01:00
audio_effect_limiter.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
audio_effect_panner.cpp Fix member names of AudioFrame to match extension 2024-02-13 15:37:09 +01:00
audio_effect_panner.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
audio_effect_phaser.cpp Core: Replace C math headers with C++ equivalents 2025-04-16 15:49:02 -05:00
audio_effect_phaser.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
audio_effect_pitch_shift.cpp Merge pull request #104386 from Repiteo/core/cpp-math 2025-04-27 19:21:22 -05:00
audio_effect_pitch_shift.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
audio_effect_record.cpp Remove unused headers in servers. 2024-12-20 18:51:01 +08:00
audio_effect_record.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
audio_effect_reverb.cpp Fix member names of AudioFrame to match extension 2024-02-13 15:37:09 +01:00
audio_effect_reverb.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
audio_effect_spectrum_analyzer.cpp Core: Replace C math headers with C++ equivalents 2025-04-16 15:49:02 -05:00
audio_effect_spectrum_analyzer.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
audio_effect_stereo_enhance.cpp Fix various typos and code style issues 2024-11-28 17:40:42 +01:00
audio_effect_stereo_enhance.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
audio_stream_generator.cpp Add 64-bit versions of core power of 2 functions 2025-06-01 23:11:12 -07:00
audio_stream_generator.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
eq_filter.cpp Core: Replace C math headers with C++ equivalents 2025-04-16 15:49:02 -05:00
eq_filter.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
reverb_filter.cpp Core: Replace C math headers with C++ equivalents 2025-04-16 15:49:02 -05:00
reverb_filter.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00