Device Targets Open Audio Pack¶
This pack provides compatibility-shaped profiles for common streaming device families.
Outcome Target¶
- maximize practical playback success on mainstream devices
- keep output envelopes explicit per device family
- preserve audio flexibility while remaining compatibility-first
Focus¶
- device-oriented criteria envelopes (Roku, Fire TV, Chromecast, Apple TV)
- compatibility-first packaging approach
- open audio stream strategy where possible
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