summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/pulse
Commit message (Collapse)AuthorAgeFilesLines
* chansrv: remove pulseaudio modules from xrdp source treeIdan Freiberg2018-08-037-1354/+0
| | | | | | | its actually an independent code which is not part of xrdp moved to its own repoistory: https://github.com/neutrinolabs/pulseaudio-modules Signed-off-by: Idan Freiberg <speidy@gmail.com>
* Corrected spacing between arguments to `cc` for Pulseaudio chanserv MakefileBrandon Wooldridge2018-08-021-1/+1
|
* Simplify pulseaudio module build instructionsDominik George2017-12-261-33/+5
|
* pulse: replace old pulse notes with bran-new READMEKoichiro IWAO2017-12-263-156/+145
|
* pulse: respect XRDP_SOCKET_PATH environment variableKoichiro IWAO2017-05-163-6/+18
|
* pulse: define default socket directory in MakefileKoichiro IWAO2017-04-061-1/+4
|
* Rename file_loc.h to xrdp_sockets.h, install itPavel Roskin2017-03-282-2/+2
| | | | Include xrdp_sockets.h directly, not through headers.
* pulse: refer correct path to file_loc.hKoichiro IWAO2017-03-242-2/+2
|
* pulse: use correct macro for audio in/out socketsKoichiro IWAO2017-03-242-2/+2
|
* Make socket directory configurable, don't hardcode /tmp/.xrdpPavel Roskin2017-03-172-2/+2
| | | | | | | | | | Use XRDP_SOCKET_PATH in file_loc.h Don't define any non-socket paths in file_loc.h, they should come from the makefiles. Define all paths unconditionally, they should not be defined elsewhere. Pass XRDP_SOCKET_PATH as environment variable to the backends.
* chansrv: fix warnings in pulse moduleKoichiro IWAO2017-02-021-4/+4
|
* Use better symbols to protect include filesPavel Roskin2016-05-052-4/+4
|
* pulse: fix build pulseaudio 6.0 or higherKoichiro IWAO2016-02-182-1/+10
| | | | | | | | | | | | Discovered in #321. The number of argument for pa_rtpoll_run have been changed since 6.0. >=6.0 : int pa_rtpoll_run(pa_rtpoll *f); <6.0 : int pa_rtpoll_run(pa_rtpoll *f, bool wait); Check pulseaudio version by PA_CHECK_VERSION macro introduced since pulseaudio 0.9.16. In case PA_CHECK_VERSION is not defined, pa_rtpoll_run takes 2 arguments.
* Don't ignore files known to gitPavel Roskin2016-02-121-0/+1
| | | | | | | | | | | | | That can cause unexpected behavior, especially with third party tools. The ignored files will be lost if the source tree is re-imported to another git repository, unless special care is taken. Whitelist all non-generated makefiles. To whitelist instfiles/pam.d/xrdp-sesman, add path to all generated executables listed in the top-level .gitignore, sort .gitignore alphabetically. Add mkinstalldir, it's used by Automake on some systems.
* Add missing spaces in the strings that are split for line wrappingPavel Roskin2016-02-121-1/+1
|
* Run through codespellPavel Roskin2016-01-142-2/+2
|
* chansrv: change to 44100 recording, disconnect / reconnect fixesJay Sorg2014-11-261-11/+44
|
* pulse: fix for recording delayJay Sorg2014-11-021-6/+32
|
* pulse sink: check for partial sendsJay Sorg2014-08-061-3/+16
|
* pulseaudio: let module-xrdp-source compile on CentOS6 (PA 0.9.21)speidy2014-04-221-1/+9
|
* pulse: fix for build with pulseaudio 4.0+Jay Sorg2014-04-212-2/+19
|
* pulseaudio: fixed some build issuesLaxmikant Rashinkar2014-01-171-3/+11
|
* we now load module-xrdp-sink/source automatically so user's dont have to ↵Laxmikant Rashinkar2014-01-123-22/+11
| | | | mess around with configuring /etc/pulse/default.pa config file
* missed some files for microphone redirection using rdesktopLaxmikant Rashinkar2014-01-073-37/+82
|
* added support for microphone redirection using rdesktopLaxmikant Rashinkar2014-01-072-0/+489
|
* pulse notesJay Sorg2013-09-051-2/+16
|
* pulse: change some errors to debugJay Sorg2013-06-061-3/+2
|
* more pulse notesJay Sorg2013-06-062-0/+27
|
* pulse work and cleanupJay Sorg2013-05-121-0/+1
|
* pulse sink changesJay Sorg2013-05-111-23/+19
|
* pulse sink, don't need i18n.hJay Sorg2013-05-072-2/+3
|
* work on pulse sink, added close messageJay Sorg2013-04-281-0/+25
|
* chansrv: added some pulse sink notesJay Sorg2013-03-311-1/+17
|
* chansrv: work on pulse sinkJay Sorg2013-03-312-10/+33
|
* chansrv: work on pulse sinkJay Sorg2013-03-312-87/+107
|
* chansrv: work on pulse sinkJay Sorg2013-03-301-18/+70
|
* chansrv: work on pulse sinkJay Sorg2013-03-302-28/+80
|
* chansrv: work on pulse sinkJay Sorg2013-03-294-0/+514