index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pulseaudio
/
audio_driver_pulseaudio.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move mix_rate, ouput_latency to AudioDriverManager
Fabio Alessandrelli
2020-05-18
1
-2
/
+2
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-3
/
+6
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-24
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-23
/
+2
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-33
/
+33
*
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
1
-10
/
+4
*
Remove duplicate WARN_PRINT macro.
Marcel Admiraal
2020-02-05
1
-2
/
+2
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-5
/
+5
*
Revert "Exposes capture methods to AudioServer + documentation" #30468
Rémi Verschelde
2020-01-20
1
-10
/
+10
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Check for null pointer in PulseAudio server info callback.
Marcel Admiraal
2019-12-28
1
-0
/
+2
*
Merge pull request #31077 from qarmin/coverity_bugs
Rémi Verschelde
2019-08-07
1
-1
/
+4
|
\
|
*
Add some code changes/fixes proposed by Coverity and Clang Tidy
qarmin
2019-08-07
1
-1
/
+4
*
|
Exposes capture methods to AudioServer, variable renames for consistency,
Saracen
2019-07-15
1
-10
/
+10
|
/
*
Explicitly set a channel map when initialising the Pulseaudio stream.
zwostein
2019-07-01
1
-0
/
+8
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-1
/
+1
*
Merge pull request #24301 from marcelofg55/default_device_pulseaudio
Rémi Verschelde
2019-01-07
1
-0
/
+42
|
\
|
*
PulseAudio driver will now change the device if the default system device cha...
Marcelo Fernandez
2018-12-12
1
-0
/
+42
*
|
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
|
/
*
Moved member variables to initializer list
Wilson E. Alvarez
2018-12-11
1
-27
/
+20
*
Fix possible error when switching audio devices with PulseAudio
Marcelo Fernandez
2018-11-25
1
-1
/
+4
*
Fix distorted sound with PulseAudio and uneven channels
Marcelo Fernandez
2018-11-17
1
-3
/
+3
*
Fix possible audio input buffer issues
Marcelo Fernandez
2018-10-20
1
-10
/
+8
*
Fix warnings about unhandled enum value in switch [-Wswitch]
Rémi Verschelde
2018-09-27
1
-1
/
+4
*
Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...
Rémi Verschelde
2018-09-27
1
-1
/
+1
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-4
/
+2
*
Add print_verbose to print to stdout only in verbose mode
Rémi Verschelde
2018-08-24
1
-7
/
+3
*
Fix compile error with PulseAudio driver and clang
Marcelo Fernandez
2018-08-11
1
-2
/
+2
*
Added support for single channel inputs for PulseAudio
Marcelo Fernandez
2018-07-27
1
-19
/
+61
*
Renamed AudioDriver audio_input_* vars to input_*
Marcelo Fernandez
2018-07-27
1
-8
/
+8
*
Implemented capture device selection for PulseAudio (marcelofg55)
Saracen
2018-07-27
1
-11
/
+117
*
Modified Microphone implementation to handle only one device at a time (WIP)
Marcelo Fernandez
2018-07-27
1
-59
/
+125
*
Experimental microphone support.
Saracen
2018-07-27
1
-0
/
+22
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-4
/
+4
*
Removed unnecessary assignments
Wilson E. Alvarez
2018-07-24
1
-1
/
+0
*
-Project/Editor settings now use new inspector
Juan Linietsky
2018-07-19
1
-2
/
+2
*
Add Audio Server profiling time to the profiler
Marcelo Fernandez
2018-07-17
1
-7
/
+9
*
Prevent PulseAudio driver to lock its mutex for too long
Marcelo Fernandez
2018-05-01
1
-2
/
+11
*
Fixed high cpu usage with PulseAudio
Marcelo Fernandez
2018-04-15
1
-1
/
+5
*
Fix PulseAudio problems with 8 channels devices
Marcelo Fernandez
2018-04-12
1
-26
/
+25
*
Merge pull request #18124 from marcelofg55/pulse_channels
Rémi Verschelde
2018-04-12
1
-2
/
+3
|
\
|
*
Fix PulseAudio driver for audio devices that report unknown number of channels
Marcelo Fernandez
2018-04-12
1
-2
/
+3
*
|
Fix error detecting for PulseAudio pa_stream_new call
Marcelo Fernandez
2018-04-11
1
-1
/
+4
|
/
*
Added new audio device functions to set/get the audio device
Marcelo Fernandez
2018-03-26
1
-113
/
+269
*
Support for uneven amount of channels on PulseAudio
Marcelo Fernandez
2018-03-01
1
-18
/
+44
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...
Juan Linietsky
2017-11-25
1
-1
/
+1
*
Fixed issues with surround sound on audio server
Marcelo Fernandez
2017-09-12
1
-24
/
+146
*
Corrections to audio buffer size calculations
Marcelo Fernandez
2017-09-01
1
-13
/
+31
[next]