Apply suggestions from code review

Co-authored-by: zakary <zak@ary.dev>
pull/1847/head
TRaSH 3 months ago committed by GitHub
parent 7d1ef4dd49
commit 46274647eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,7 +2,7 @@
![!Audio Formats Flowchart](/Radarr/images/plex-audio-atv.png)
- Passthrough: The preferred method if you have an audio setup (AVR/Soundbar) so it can send the audio signals without any alteration or processing.
- Passthrough: The preferred method if you have an audio setup (AVR/Soundbar). This mode will send the audio signals without any alteration or processing.
- Direct Play: The client supports the container, video stream, and audio stream natively. The Plex server simply sends the media file as-is to the client. This uses very little CPU power.
- Transcode: The client does not support the video stream and/or the audio stream. The Plex server re-encodes the video, audio, or both into a compatible format. Transcoding video uses a lot of CPU power, but transcoding audio uses little to moderate CPU power.
- Decodes: Decompresses the audio before sending it to your AVR/Soundbar.
@ -12,13 +12,13 @@
??? info "Am I losing any quality by using LPCM? - [Click to show/hide]"
- No. Since LPCM is a lossless format, using it will result in no loss of quality. What your ears hear will be exactly the same. The only difference is your receiver will recognize the audio stream as PCM instead of Dolby/DTS.
- But object metadata/spatial metadata is dropped. (TrueHD Atmos, DTS-X)
- LPCM will discard object and spatial metadata. (TrueHD Atmos, DTS-X)
*source: [Infuse FAQ](https://support.firecore.com/hc/en-us/articles/217735707-Audio-Options-tvOS#h_01HE1Z5XNJZK5YTF1SVTPS0MTR){:target="_blank" rel="noopener noreferrer"}*
??? info "Should I block certain audio formats because something in my setup doesn't support it? - [Click to show/hide]"
If you have chosen a profile that includes Audio Formats, it's somewhat pointless to lower the scores or block certain audio formats, because 95% of the Remuxes and UHD Encodes are provided with those HD audio formats like TrueHD Atmos, TrueHD, DTS-X, etc.
If you have chosen a profile that includes Audio Formats, it's somewhat pointless to lower the scores or block certain audio formats since 95% of the Remuxes and UHD Encodes provide HD audio formats such as TrueHD Atmos, TrueHD, and DTS-X.
So you got 2 options.

@ -2,13 +2,13 @@
**Why would I choose All HDR formats?**
- You have an hardware media player device and a audio setup that supports **ALL** HD Audio (TrueHD, DTS-X, DTS-HD, etc).
- You have a hardware media player device and an audio setup that supports **ALL** HD Audio (TrueHD, DTS-X, DTS-HD, etc).
{! include-markdown "../../includes/cf/audio-limitations-atv.md" !}
- You've chosen a profile that includes Audio Formats. You should use all the Audio formats with Remuxes/UHD Encodes.
- You should add **ALL** the Audio formats - don't leave any of them out!
- Audio transcoding has a low impact on your server. If your server can't handle audio transcoding, you might consider choosing another quality profile.
- Audio transcoding has a low impact on your server. If your server can't handle audio transcoding, consider choosing another quality profile.
{! include-markdown "../../includes/cf/audio-info.md" !}

Loading…
Cancel
Save