Fabio Alessandrelli
|
90c7102b51
Move mix_rate, ouput_latency to AudioDriverManager
|
5 年之前 |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 年之前 |
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 年之前 |
Marcel Admiraal
|
f0db13502a
Remove duplicate WARN_PRINT macro.
|
5 年之前 |
Marcel Admiraal
|
5af3b4ca27
Remove duplicate ERR_PRINT macro.
|
5 年之前 |
Rémi Verschelde
|
837adb30fd
Revert "Exposes capture methods to AudioServer + documentation" #30468
|
5 年之前 |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 年之前 |
Marcel Admiraal
|
32eccb87e0
Check for null pointer in PulseAudio server info callback.
|
5 年之前 |
Rémi Verschelde
|
ba541bceca
Merge pull request #31077 from qarmin/coverity_bugs
|
6 年之前 |
qarmin
|
e0b5b21863
Add some code changes/fixes proposed by Coverity and Clang Tidy
|
6 年之前 |
Saracen
|
c81ec6f26d
Exposes capture methods to AudioServer, variable renames for consistency,
|
6 年之前 |
zwostein
|
9fa2e07588
Explicitly set a channel map when initialising the Pulseaudio stream.
|
6 年之前 |
marxin
|
8d51618949
Add -Wshadow=local to warnings and fix reported issues.
|
6 年之前 |
Rémi Verschelde
|
e4b02513fe
Merge pull request #24301 from marcelofg55/default_device_pulseaudio
|
6 年之前 |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 年之前 |
Marcelo Fernandez
|
a6743414f8
PulseAudio driver will now change the device if the default system device changes
|
6 年之前 |
Wilson E. Alvarez
|
08f22f1cf0
Moved member variables to initializer list
|
6 年之前 |
Marcelo Fernandez
|
b33464d1ae
Fix possible error when switching audio devices with PulseAudio
|
6 年之前 |
Marcelo Fernandez
|
dbf7cad04f
Fix distorted sound with PulseAudio and uneven channels
|
6 年之前 |
Marcelo Fernandez
|
fa26a5511d
Fix possible audio input buffer issues
|
6 年之前 |
Rémi Verschelde
|
7b081a7fc8
Fix warnings about unhandled enum value in switch [-Wswitch]
|
7 年之前 |
Rémi Verschelde
|
e5bbcb8bcf
Fix warnings for comparison between signed and unsigned integers [-Wsign-compare]
|
7 年之前 |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 年之前 |
Rémi Verschelde
|
de59fe04e7
Add print_verbose to print to stdout only in verbose mode
|
7 年之前 |
Marcelo Fernandez
|
eb3ab7cbbd
Fix compile error with PulseAudio driver and clang
|
7 年之前 |
Marcelo Fernandez
|
913eec5b04
Added support for single channel inputs for PulseAudio
|
7 年之前 |
Marcelo Fernandez
|
597301db34
Renamed AudioDriver audio_input_* vars to input_*
|
7 年之前 |