summaryrefslogtreecommitdiffstats
path: root/drivers/pulseaudio/audio_driver_pulseaudio.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Handle having no sinks in the PulseAudio driver.R. Alex Hofer2021-05-131-1/+1
* Dynamically load libpulse.so.0 and libasound.so.1 on LinuxHein-Pieter van Braam-Stewart2021-02-161-1/+1
* Modernize ThreadPedro J. Estébanez2021-01-291-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Ensure header guards enclose entire header.Marcel Admiraal2020-09-031-4/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-18/+18
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix possible audio input buffer issuesMarcelo Fernandez2018-10-201-1/+0
* Added support for single channel inputs for PulseAudioMarcelo Fernandez2018-07-271-1/+3
* Implemented capture device selection for PulseAudio (marcelofg55)Saracen2018-07-271-0/+15
* Modified Microphone implementation to handle only one device at a time (WIP)Marcelo Fernandez2018-07-271-5/+5
* Experimental microphone support.Saracen2018-07-271-0/+5
* Fix PulseAudio problems with 8 channels devicesMarcelo Fernandez2018-04-121-1/+1
* Added new audio device functions to set/get the audio deviceMarcelo Fernandez2018-03-261-2/+24
* Support for uneven amount of channels on PulseAudioMarcelo Fernandez2018-03-011-1/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-2/+7
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Fixed issues with surround sound on audio serverMarcelo Fernandez2017-09-121-7/+4
* Corrections to audio buffer size calculationsMarcelo Fernandez2017-09-011-0/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-15/+13
* Adapt platforms to AudioServer refactoringRémi Verschelde2017-01-161-1/+1
* Oops! Audio engine has vanished :DJuan Linietsky2017-01-151-4/+4
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* Fixed theora playback. Removed theoraplayer.Juan Linietsky2015-09-261-0/+5
* Implemented PulseAudio backend and fixed audio driver selection on X11Alexander Stillich2014-12-191-0/+79