FreeRDP/channels
zihao.jiang 17139b9fe6 android: Fix sound redirection.
After #3097, the java side pass command line argument to JNI for freerdp settings. However there's several issues need to be fixed:
1. The argument /sound should be appended if freerdp is required to play sound at local device
2. The option value for "audio-mode" is not correct.
It should match the definition in client/common/cmdline.c
/* Audio Mode */
define AUDIO_MODE_REDIRECT     0 /* Bring to this computer */
define AUDIO_MODE_PLAY_ON_SERVER   1 /* Leave at remote computer */
define AUDIO_MODE_NONE         2 /* Do not play */
3. Uncomment support for WAVE_FORMAT_PCM in audin. I tested on my android phone and Nokia N1 tablet. It works on both device
2016-02-28 13:43:11 +08:00
..
audin android: Fix sound redirection. 2016-02-28 13:43:11 +08:00
client Add build-config.h 2015-11-09 15:54:22 +01:00
cliprdr cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
disp cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
drdynvc Fixed size checks (thanks to @virtman) 2016-01-28 11:45:06 +01:00
drive Fix bad malloc size in statvfs 2016-02-26 09:45:35 -08:00
echo cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
encomsp cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
parallel cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
printer Mutualize definitions for the printer channel 2016-02-16 22:24:51 +01:00
rail cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
rdpdr Removed broken check, fixes #3112 2016-02-05 10:50:26 +01:00
rdpei cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
rdpgfx cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
rdpsnd Refactor format_supported with a nice switch() statement 2016-01-29 09:58:48 -08:00
remdesk cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
serial cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
server cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
smartcard cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
tsmf Fixed flac caps creation. 2016-02-03 11:55:23 +01:00
urbdrc fix spelling 2016-02-22 17:01:43 +01:00
CMakeLists.txt build: fix a problem with cmake version 2.8.11 2016-01-15 13:32:25 +01:00