VRC (Voice VLC Remote Control) is an Android App to remotely control VLC over HTTP with your voice. It means that you say orders to your Android phone, and the media played on your computer with VLC (should) obey..
vrc is hosted in the following web site
https://github.com/cGuille/vrc
If you think the Android project vrc listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of vrc.
Item | Value |
---|---|
Java File Count | 7 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET android.permission.RECORD_AUDIO |
vrc has the following Java source files.
com.guillaumecharmetant.vlchttpcontroller.VlcHttpCommand.java com.guillaumecharmetant.vlchttpcontroller.VlcHttpCommandResponseHandler.java com.guillaumecharmetant.vlchttpcontroller.VlcHttpController.java com.guillaumecharmetant.vlchttpcontroller.VlcHttpResponse.java com.guillaumecharmetant.vrc.MainActivity.java com.guillaumecharmetant.vrc.SettingsActivity.java com.guillaumecharmetant.vrc.commandinterpreter.CommandInterpreter.java