Open MurzNN opened 10 years ago
As I understand, at now STFU use ssh connection for contol Pulseaudio volume, so here is not short delay before click and result. Pulseaudo can work via tcp connection: http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Modules/#index22h3
So you can run pulseaudio control functions locally on Android that sends command to sever via tcp.
For pacmd you can setup Pulseaudio server IP via command like: export PULSE_SERVER=192.168.1.2:4000
Would be great to have that since the remote problems issued in https://github.com/rain0r/STFU/issues/2
As I understand, at now STFU use ssh connection for contol Pulseaudio volume, so here is not short delay before click and result. Pulseaudo can work via tcp connection: http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Modules/#index22h3
So you can run pulseaudio control functions locally on Android that sends command to sever via tcp.
For pacmd you can setup Pulseaudio server IP via command like: export PULSE_SERVER=192.168.1.2:4000