You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2020/01/22 06:08:54 UTC

[guacamole-server] branch staging/1.1.0 updated (24b6a3f -> 75b658c)

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


[guacamole-server] 01/01: GUACAMOLE-934: Merge support for the Play Sound PDU.

Posted by jm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jmuehlner pushed a commit to branch staging/1.1.0
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git

commit 75b658c6c9168eda100c2cd2d3df0f95977f5edc
Merge: 24b6a3f b21d19d
Author: James Muehlner <ja...@guac-dev.org>
AuthorDate: Tue Jan 21 22:08:44 2020 -0800

    GUACAMOLE-934: Merge support for the Play Sound PDU.

 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(-)