Skip to content

Commit

Permalink
cmdline: add AUDIO_PRIMARY configs
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikjesus authored Apr 2, 2024
1 parent 2a3fed7 commit 5222cfb
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,13 @@ In some cases, we are working with hardware that requires Gralloc4 specs. We can

### Media Stack:

#### Audio HAL:

The latest versions of Bliss OS have 2 audio HALs, and defaults to the new one (x86_celadon).
We can configure them though by using the following boot flags:
- `AUDIO_PRIMARY=x86_celadon`
- `AUDIO_PRIMARY=x86`

#### Video Encoders/Decoders:

By default, BlissOS will use AOSP's codec2 software decoder. We also offer a few various options that allow you to select different video decoders stack options:
Expand Down

0 comments on commit 5222cfb

Please sign in to comment.