Fabio Alessandrelli
|
90c7102b51
Move mix_rate, ouput_latency to AudioDriverManager
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
Rémi Verschelde
|
1f6f364a56
Port member initialization from constructor to declaration (C++11)
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Pedro J. Estébanez
|
18fbdbb456
Reimplement Mutex with C++'s <mutex>
|
5 years ago |
Marcel Admiraal
|
f0db13502a
Remove duplicate WARN_PRINT macro.
|
5 years ago |
Rémi Verschelde
|
837adb30fd
Revert "Exposes capture methods to AudioServer + documentation" #30468
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
bruvzg
|
7b64340eb0
Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` for macOS CI.
|
5 years ago |
Braden Bodily
|
71d71d55b5
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
|
6 years ago |
Saracen
|
c81ec6f26d
Exposes capture methods to AudioServer, variable renames for consistency,
|
6 years ago |
Rémi Verschelde
|
68735d2a88
Fix compilation warnings in JS and Windows builds
|
6 years ago |
Marcelo Fernandez
|
e1e4f96995
Fix WASAPI driver not working when the device doesn't supports the mix format
|
6 years ago |
Marcelo Fernandez
|
548a66a621
Extended WASAPI Initialize error message
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Marcelo Fernandez
|
fa26a5511d
Fix possible audio input buffer issues
|
6 years ago |
Aaron Franke
|
4f7b33cdcf
Remove redundant "== false" code
|
6 years ago |
Aaron Franke
|
37386f112b
Remove redundant "== true" code
|
6 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 years ago |
Marcelo Fernandez
|
10a4925159
Fix possible crash when switching audio device on WASAPI driver
|
7 years ago |
Rémi Verschelde
|
de59fe04e7
Add print_verbose to print to stdout only in verbose mode
|
7 years ago |
Marcelo Fernandez
|
a9f071c41b
MinGW compile fix
|
7 years ago |
Saracen
|
d91183be52
Added pointer to WASAPI input_buffer_write method.
|
7 years ago |
Marcelo Fernandez
|
597301db34
Renamed AudioDriver audio_input_* vars to input_*
|
7 years ago |
Saracen
|
0a877b58b8
Reset audio input during render device change to keep synchronisation.
|
7 years ago |
Saracen
|
aca6e291d6
Fixed audio clipping on WASAPI by fixing argument order on AudioClient
|
7 years ago |
Saracen
|
7142e1d3f7
Fix single channel capture devices on WASAPI.
|
7 years ago |
Marcelo Fernandez
|
909cf03568
Fixed device capture switching for WASAPI driver
|
7 years ago |
Marcelo Fernandez
|
2cf8da9d9f
Implemented capture device selection for CoreAudio
|
7 years ago |
Marcelo Fernandez
|
061358d838
Modified Microphone implementation to handle only one device at a time (WIP)
|
7 years ago |