FreeRDP/client
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
..
Android android: Fix sound redirection. 2016-02-28 13:43:11 +08:00
common fix spelling 2016-02-22 17:01:43 +01:00
DirectFB Fixes for malloc / calloc + other fixes 2015-06-22 19:21:47 +02:00
iOS Implemented temporary certificate accept. 2016-02-05 02:04:57 +01:00
Mac Reformatted patch. 2016-02-02 09:50:23 +01:00
Sample Fixes for malloc / calloc + other fixes 2015-06-22 19:21:47 +02:00
Wayland Added some checks 2016-02-25 00:41:19 +01:00
Windows Merge pull request #2710 from akallabeth/cert_temp_accept_v2 2016-02-15 13:52:47 +01:00
X11 Merge pull request #2851 from ilammy/x11-cliprdr/improve-format-support 2016-02-23 09:56:17 +01:00
.gitignore cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
CMakeLists.txt cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
freerdp-client.pc.in cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
FreeRDP-ClientConfig.cmake.in appropriate names in server & client cmake exports 2016-02-03 13:37:35 +01:00