This is an automated email from the ASF dual-hosted git repository.
jmuehlner pushed a change to branch staging/1.1.0
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git.
from 24b6a3f GUACAMOLE-931: Merge FreeRDP user home directory safety
checks.
add ddc09b1 GUACAMOLE-934: Add support for the Play Sound PDU.
add b8148b0 GUACAMOLE-934: Handle potential lack of available audio
streams.
add b21d19d GUACAMOLE-934: Correct waveform calculation. Switch to
triangle wave to reduce aliasing distortion.
new 75b658c GUACAMOLE-934: Merge support for the Play Sound PDU.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/libguac/audio.c | 9 +++
src/libguac/guacamole/audio.h | 3 +-
src/libguac/guacamole/client.h | 3 +-
src/libguac/guacamole/user.h | 8 ++-
src/protocols/rdp/Makefile.am | 2 +
src/protocols/rdp/beep.c | 147 +++++++++++++++++++++++++++++++++++++++++
src/protocols/rdp/beep.h | 65 ++++++++++++++++++
src/protocols/rdp/rdp.c | 4 ++
8 files changed, 237 insertions(+), 4 deletions(-)
create mode 100644 src/protocols/rdp/beep.c
create mode 100644 src/protocols/rdp/beep.h