virtualx-engine/servers/audio/effects
Rémi Verschelde f7c611ab71
Style: Misc docs and comment style and language fixes
- Removed empty paragraphs in XML.
- Consistently use bold style for "Example:", on a new line.
- Fix usage of `[code]` when hyperlinks could be used (`[member]`, `[constant]`).
- Fix invalid usage of backticks for inline code in BBCode.
- Fix some American/British English spelling inconsistencies.
- Other minor fixes spotted along the way, including typo fixes with codespell.
- Don't specify `@GlobalScope` for `enum` and `constant`.
2022-11-02 19:01:18 +01:00
..
audio_effect_amplify.cpp Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
audio_effect_amplify.h
audio_effect_capture.cpp
audio_effect_capture.h
audio_effect_chorus.cpp Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
audio_effect_chorus.h
audio_effect_compressor.cpp Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
audio_effect_compressor.h
audio_effect_delay.cpp Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +01:00
audio_effect_delay.h
audio_effect_distortion.cpp Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +01:00
audio_effect_distortion.h
audio_effect_eq.cpp Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
audio_effect_eq.h
audio_effect_filter.cpp Use constexpr in the conditions with template parameters and sizeofs to suppress C4127 warnings. 2022-09-29 10:38:21 +03:00
audio_effect_filter.h
audio_effect_limiter.cpp Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
audio_effect_limiter.h
audio_effect_panner.cpp
audio_effect_panner.h
audio_effect_phaser.cpp
audio_effect_phaser.h
audio_effect_pitch_shift.cpp
audio_effect_pitch_shift.h
audio_effect_record.cpp Remove NO_THREADS fallback code, Godot 4 requires thread support 2022-10-03 11:23:26 +02:00
audio_effect_record.h
audio_effect_reverb.cpp
audio_effect_reverb.h
audio_effect_spectrum_analyzer.cpp
audio_effect_spectrum_analyzer.h
audio_effect_stereo_enhance.cpp
audio_effect_stereo_enhance.h
audio_stream_generator.cpp Use constexpr in the conditions with template parameters and sizeofs to suppress C4127 warnings. 2022-09-29 10:38:21 +03:00
audio_stream_generator.h Change time parameters and variables to double type 2022-09-26 13:52:54 -05:00
eq_filter.cpp
eq_filter.h
reverb_filter.cpp Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +01:00
reverb_filter.h
SCsub