godot/servers/audio
Catchawink 86096313be Fixed an issue with recording audio.
Prior to this fix, AudioEffectRecordInstance::init() was called before recording_active is set to true in AudioEffectRecord::set_recording_active(). This was setting is_recording to false in AudioEffectRecordInstance, because is_recording updates to the value of recording_active in AudioEffectRecordInstance::_io_thread_process(). To fix this issue, AudioEffectRecordInstance::init() is now called after recording_active is set to true.
2019-12-12 10:28:46 -05:00
..
effects Fixed an issue with recording audio. 2019-12-12 10:28:46 -05:00
audio_driver_dummy.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
audio_driver_dummy.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
audio_effect.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
audio_effect.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
audio_filter_sw.cpp Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
audio_filter_sw.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
audio_rb_resampler.cpp Small fixes, mostly dupicated code 2019-04-08 11:03:37 +02:00
audio_rb_resampler.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
audio_stream.cpp Exposes capture methods to AudioServer, variable renames for consistency, 2019-07-15 15:12:29 +01:00
audio_stream.h Exposes capture methods to AudioServer, variable renames for consistency, 2019-07-15 15:12:29 +01:00
reverb_sw.cpp Fix all -Wtype-limits warnings. 2019-02-21 19:34:35 +01:00
reverb_sw.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
voice_rb_sw.h Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "main" and "servers" directories 2019-08-09 11:27:39 -03:00