| ... | @@ -33,4 +33,8 @@ graph TD |
... | @@ -33,4 +33,8 @@ graph TD |
|
|
X -->|Show passthrough| O
|
|
X -->|Show passthrough| O
|
|
|
Y -->|Show passthrough| N
|
|
Y -->|Show passthrough| N
|
|
|
Z -->|Show passthrough| M
|
|
Z -->|Show passthrough| M
|
|
|
``` |
|
```
|
|
\ No newline at end of file |
|
|
|
|
|
NB:
|
|
|
|
- Amazon devices are not compatible with AudioTrack. So it fallbacks automatically to OpenSLES in libvlc if an Amazon device is detected
|
|
|
|
- AAudio cannot do passthrough. if the user chooses AAudio and check passthrough, AudioTrack will be used instead (done in libvlc) |
|
|
|
\ No newline at end of file |