VBAN-API
API for the known VB-Audio VBAN Network interface
Usage
Gradle
For importing this project using Gradle, you need to add the following to your build.gradle
:
repositories {
jcenter()
}
dependencies {
implementation 'de.comroid:vban-api:1.0.1'
}