feat: clarify patch descriptions

This commit is contained in:
inotia00 2024-06-11 03:35:12 +09:00
parent e9ccd60b0b
commit 89dd62de26
3 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -363,10 +363,10 @@ Some features may not work properly in the old player layout."</string>
<string name="revanced_enable_debug_buffer_logging_title">Enable debug buffer logging</string>
<string name="revanced_enable_debug_buffer_logging_summary">Includes the buffer in the debug log.</string>
<string name="revanced_enable_opus_codec_title">Enable OPUS codec</string>
<string name="revanced_enable_opus_codec_summary">"Enables the OPUS audio codec instead of the MP4A audio codec.
<string name="revanced_enable_opus_codec_summary">"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."</string>
<string name="gms_core_settings_title">Open GmsCore</string>

View File

@ -1142,7 +1142,8 @@ Info:
<string name="revanced_skip_preloaded_buffer_toast_summary_on">Toast is shown.</string>
<string name="revanced_skip_preloaded_buffer_toast_summary_off">Toast is not shown.</string>
<string name="revanced_spoof_device_dimensions_title">Spoof device dimensions</string>
<string name="revanced_spoof_device_dimensions_summary">Spoofs the device dimensions in order to unlock higher video qualities that may not be available on your device.</string>
<string name="revanced_spoof_device_dimensions_summary">"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."</string>
<string name="revanced_replace_av1_codec_title">Replace software AV1 codec</string>
<string name="revanced_replace_av1_codec_summary">Replaces the software AV1 codec with the VP9 codec.</string>
<string name="revanced_reject_av1_codec_title">Reject software AV1 codec response</string>