YouTube-In-Background (YiB) YiB is an Android app, which plays audio of YouTube Videos in the background. Also, YiB provides mechanisms for searching videos, playing your playlists and downloading videos. This feature is against YouTube terms of service a
//app/build.gradle
dependencies {
implementation 'com.github.takusemba:audiothief:x.x.x'
}
// build.gradle
allprojects {
repositories {
// AudioFocus will be available in Jcenter soon.
maven { url "https://dl.bintray.com/takusemba/maven" }