diff --git a/src/main/kotlin/app/revanced/patches/music/misc/codecs/OpusCodecPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/codecs/OpusCodecPatch.kt index ebd9d8cbf..ab589dca5 100644 --- a/src/main/kotlin/app/revanced/patches/music/misc/codecs/OpusCodecPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/misc/codecs/OpusCodecPatch.kt @@ -9,7 +9,7 @@ import app.revanced.util.patch.BaseResourcePatch @Suppress("unused") object OpusCodecPatch : BaseResourcePatch( name = "Enable OPUS codec", - description = "Adds an option to use the OPUS audio codec instead of the MP4A audio codec.", + description = "Adds an options to enable the OPUS audio codec if the player response includes.", dependencies = setOf( OpusCodecBytecodePatch::class, SettingsPatch::class diff --git a/src/main/resources/music/settings/host/values/strings.xml b/src/main/resources/music/settings/host/values/strings.xml index 68f05c48f..79abd89e5 100644 --- a/src/main/resources/music/settings/host/values/strings.xml +++ b/src/main/resources/music/settings/host/values/strings.xml @@ -363,10 +363,10 @@ Some features may not work properly in the old player layout." Enable debug buffer logging Includes the buffer in the debug log. Enable OPUS codec - "Enables the OPUS audio codec instead of the MP4A audio codec. + "Enable the OPUS codec if the player response includes the OPUS codec. Info: -• Latest Android clients use the OPUS audio codec by default. +• Latest YouTube Music clients use the OPUS audio codec by default. • This is only valid for users spoofing with very old clients." Open GmsCore diff --git a/src/main/resources/youtube/settings/host/values/strings.xml b/src/main/resources/youtube/settings/host/values/strings.xml index 563549aa9..58f2ce887 100644 --- a/src/main/resources/youtube/settings/host/values/strings.xml +++ b/src/main/resources/youtube/settings/host/values/strings.xml @@ -1142,7 +1142,8 @@ Info: Toast is shown. Toast is not shown. Spoof device dimensions - Spoofs the device dimensions in order to unlock higher video qualities that may not be available on your device. + "Spoofs the device dimensions to the maximum value. +High quality may be unlocked on some videos that require high device dimensions, but not all videos." Replace software AV1 codec Replaces the software AV1 codec with the VP9 codec. Reject software AV1 codec response