Emmanouil Papadeas
|
c36460060e
Further refactoring to AudioDriver implementations after #69120.
|
2 years ago |
souplamp
|
5300daaff2
Audio rename (device, capture_device) -> (output_device, input_device)
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Álex Román Núñez
|
499928a36d
Fallback to IAudioClient when IAudioClient3 is not available in a more robust way
|
2 years ago |
bruvzg
|
88adb6513e
Detect Wine and disable unsupported IAudioClient3 interface.
|
3 years ago |
Rémi Verschelde
|
fa80064779
Merge pull request #64607 from RandomShaper/safe_audio_threading
|
3 years ago |
kobewi
|
8be27dc59e
Replace Array return types with TypedArray
|
3 years ago |
Pedro J. Estébanez
|
9d546bf05a
Make audio thread control flags safe
|
3 years ago |
Rémi Verschelde
|
90019676b0
Code quality: Fix header guards consistency
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Rémi Verschelde
|
0e9d5a41d2
Merge pull request #53408 from EIRTeam/fix_wasapi_output_latency
|
4 years ago |
Álex Román Núñez
|
fd4fa10d8b
Make WASAPI return accurate latency information
|
4 years ago |
Bartłomiej T. Listwon
|
425ed0ffe0
Add missing WIN32_LEAN_AND_MEAN
|
4 years ago |
K. S. Ernest (iFire) Lee
|
7560ba8aa1
Merge pull request #38210 from benjarmstrong/wasapi-audio-output-latency
|
4 years ago |
Ben Armstrong
|
880d4703a4
Fixed the audio 'output latency' project setting not appearing when using the WASAPI audio driver. Added variable output latency support to the WASAPI audio driver for systems that support it.
|
5 years ago |
Pedro J. Estébanez
|
99fe462452
Modernize Thread
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 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 |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Wilson E. Alvarez
|
08f22f1cf0
Moved member variables to initializer list
|
6 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 |
Saracen
|
76fd9d215c
Fixes for microphone clipping and latency (marcelofg55)
|
7 years ago |
Saracen
|
f85062495c
Experimental microphone support.
|
7 years ago |
Marcelo Fernandez
|
9f6536bd0a
Add Audio Server profiling time to the profiler
|
7 years ago |
Marcelo Fernandez
|
ecc1b34cbc
Added new audio device functions to set/get the audio device
|
7 years ago |