Emmanouil Papadeas
|
c36460060e
Further refactoring to AudioDriver implementations after #69120.
|
2 年之前 |
souplamp
|
5300daaff2
Audio rename (device, capture_device) -> (output_device, input_device)
|
2 年之前 |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 年之前 |
Álex Román Núñez
|
499928a36d
Fallback to IAudioClient when IAudioClient3 is not available in a more robust way
|
3 年之前 |
bruvzg
|
88adb6513e
Detect Wine and disable unsupported IAudioClient3 interface.
|
3 年之前 |
Rémi Verschelde
|
fa80064779
Merge pull request #64607 from RandomShaper/safe_audio_threading
|
3 年之前 |
kobewi
|
8be27dc59e
Replace Array return types with TypedArray
|
3 年之前 |
Pedro J. Estébanez
|
9d546bf05a
Make audio thread control flags safe
|
3 年之前 |
Rémi Verschelde
|
90019676b0
Code quality: Fix header guards consistency
|
3 年之前 |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 年之前 |
Rémi Verschelde
|
0e9d5a41d2
Merge pull request #53408 from EIRTeam/fix_wasapi_output_latency
|
4 年之前 |
Álex Román Núñez
|
fd4fa10d8b
Make WASAPI return accurate latency information
|
4 年之前 |
Bartłomiej T. Listwon
|
425ed0ffe0
Add missing WIN32_LEAN_AND_MEAN
|
4 年之前 |
K. S. Ernest (iFire) Lee
|
7560ba8aa1
Merge pull request #38210 from benjarmstrong/wasapi-audio-output-latency
|
4 年之前 |
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 年之前 |
Pedro J. Estébanez
|
99fe462452
Modernize Thread
|
4 年之前 |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 年之前 |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 年之前 |
Rémi Verschelde
|
1f6f364a56
Port member initialization from constructor to declaration (C++11)
|
5 年之前 |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 年之前 |
Pedro J. Estébanez
|
18fbdbb456
Reimplement Mutex with C++'s <mutex>
|
5 年之前 |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 年之前 |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 年之前 |
Wilson E. Alvarez
|
08f22f1cf0
Moved member variables to initializer list
|
6 年之前 |
Marcelo Fernandez
|
2cf8da9d9f
Implemented capture device selection for CoreAudio
|
7 年之前 |
Marcelo Fernandez
|
061358d838
Modified Microphone implementation to handle only one device at a time (WIP)
|
7 年之前 |
Saracen
|
76fd9d215c
Fixes for microphone clipping and latency (marcelofg55)
|
7 年之前 |
Saracen
|
f85062495c
Experimental microphone support.
|
7 年之前 |
Marcelo Fernandez
|
9f6536bd0a
Add Audio Server profiling time to the profiler
|
7 年之前 |
Marcelo Fernandez
|
ecc1b34cbc
Added new audio device functions to set/get the audio device
|
7 年之前 |