Device Targets Open Audio Pack¶
Legacy compatibility pack.
This pack provides the older compatibility-shaped profiles for common streaming devices.
Outcome Target¶
- maximize practical playback success on mainstream devices
- keep output envelopes explicit per device family
- preserve audio flexibility while remaining compatibility-first
- remain available for compatibility while the newer explicit family packs take over as the clearer default
Focus¶
- device-oriented criteria envelopes (Roku, Fire TV, Chromecast, Apple TV)
- compatibility-first packaging approach
- open audio stream strategy where possible
- explicit SDR-target fallback on the 1080 H.264 lane when PQ/HLG inputs arrive without the full HDR tonemap filter stack
- superseded by:
roku_family_all_sub_convert_audio_conformfire_tv_family_all_sub_convert_audio_conformchromecast_google_tv_family_all_sub_convert_audio_conformapple_tv_family_all_sub_convert_audio_conformfire_tv_stick_4k_dv_all_sub_convert_audio_conform
Included Profiles¶
- roku_express_1080_open_audio
- roku_4k_open_audio
- fire_tv_stick_lite_1080_open_audio
- fire_tv_stick_4k_open_audio
- fire_tv_stick_4k_max_open_audio
- fire_tv_stick_4k_dv_open_audio
- chromecast_google_tv_hd_open_audio
- chromecast_google_tv_4k_open_audio
- apple_tv_hd_open_audio
- apple_tv_4k_open_audio
Pack Flow¶
flowchart TD
classDef stage fill:#e0f2fe,stroke:#0284c7,color:#0c4a6e,stroke-width:1.2px;
classDef gate fill:#fff7ed,stroke:#f59e0b,color:#7c2d12,stroke-width:1.5px;
classDef output fill:#dcfce7,stroke:#16a34a,color:#14532d,stroke-width:1.2px;
A[Candidate media]:::stage --> B{Matches any device profile envelope?}:::gate
B -->|Yes| C[Run first matching device-target profile]:::stage
B -->|No| D[Handled by other profile or skipped]:::stage
C --> E[Profile output written]:::output