mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-24 02:42:11 +02:00
feat: clarify patch descriptions
This commit is contained in:
parent
e9ccd60b0b
commit
89dd62de26
@ -9,7 +9,7 @@ import app.revanced.util.patch.BaseResourcePatch
|
|||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
object OpusCodecPatch : BaseResourcePatch(
|
object OpusCodecPatch : BaseResourcePatch(
|
||||||
name = "Enable OPUS codec",
|
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(
|
dependencies = setOf(
|
||||||
OpusCodecBytecodePatch::class,
|
OpusCodecBytecodePatch::class,
|
||||||
SettingsPatch::class
|
SettingsPatch::class
|
||||||
|
@ -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_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_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_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:
|
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>
|
• This is only valid for users spoofing with very old clients."</string>
|
||||||
|
|
||||||
<string name="gms_core_settings_title">Open GmsCore</string>
|
<string name="gms_core_settings_title">Open GmsCore</string>
|
||||||
|
@ -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_on">Toast is shown.</string>
|
||||||
<string name="revanced_skip_preloaded_buffer_toast_summary_off">Toast is not 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_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_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_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>
|
<string name="revanced_reject_av1_codec_title">Reject software AV1 codec response</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user