godot/drivers
Emmanouil Papadeas c36460060e
Further refactoring to AudioDriver implementations after #69120.
- Rename all instances of `capture_start()` and `capture_end()` to their new
  names. Fixes #72892.
- More internal renames to match what was started in #69120.
- Use `override` consistently so that such refactoring bugs can be caught.
- Harmonize the order of definition of the overridden virtual methods in each
  audio driver.
- Harmonize prototype for `set_output_device` and `set_input_device`.

Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2023-02-09 11:02:00 +01:00
..
alsa Further refactoring to AudioDriver implementations after #69120. 2023-02-09 11:02:00 +01:00
alsamidi
coreaudio Further refactoring to AudioDriver implementations after #69120. 2023-02-09 11:02:00 +01:00
coremidi
gl_context
gles3 Handle 0 exponent in float/half conversion for OpenGl 2023-02-08 20:41:44 +01:00
png
pulseaudio Further refactoring to AudioDriver implementations after #69120. 2023-02-09 11:02:00 +01:00
unix Merge pull request #71514 from akien-mga/os-unset_environment 2023-01-18 08:35:43 +01:00
vulkan Add more debug information to swapchain errors in Vulkan context 2023-02-07 13:52:36 -08:00
wasapi Further refactoring to AudioDriver implementations after #69120. 2023-02-09 11:02:00 +01:00
windows
winmidi
xaudio2 Further refactoring to AudioDriver implementations after #69120. 2023-02-09 11:02:00 +01:00
register_driver_types.cpp
register_driver_types.h
SCsub