bruvzg
|
dd068794c3
[Linux] Make SO wrapper usage optional.
|
2 years ago |
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
|
5b1df48c6c
Convert en_GB spelling to en_US with codespell
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 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 |
bruvzg
|
de4c97758a
Fix more issues found by cppcheck.
|
3 years ago |
bruvzg
|
f851c4aa33
Fix some issues found by cppcheck.
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Hugo Locurcio
|
de912a8bd9
Print the number of PulseAudio input channels when in verbose mode
|
3 years ago |
Nathan Franke
|
72d8aac3a1
Use application name for pulseaudio device
|
3 years ago |
Ibrahn Sahir
|
47496a55bc
AudioDriverPulseAudio: move Vector Cow access outside tight loop.
|
4 years ago |
Max Hilbrunner
|
5dc02eb8b0
Save all 64 bits of get_ticks_msec() in more cases
|
4 years ago |
Pedro J. Estébanez
|
958d79828b
Fix crash when using ALSA MIDI with PulseAudio
|
4 years ago |
R. Alex Hofer
|
65a10f4db5
Handle having no sinks in the PulseAudio driver.
|
4 years ago |
Hein-Pieter van Braam-Stewart
|
5233d78f49
An update to the dylibloader for older inttypes
|
4 years ago |
reduz
|
64140eaf42
Reorganize Project Settings
|
4 years ago |
Hein-Pieter van Braam-Stewart
|
09f82fa6ea
Dynamically load libpulse.so.0 and libasound.so.1 on Linux
|
4 years ago |
Pedro J. Estébanez
|
99fe462452
Modernize Thread
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 years ago |
Fabio Alessandrelli
|
90c7102b51
Move mix_rate, ouput_latency to AudioDriverManager
|
5 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
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.
|
6 years ago |