| ... | ... | @@ -34,3 +34,7 @@ graph TD |
|
|
|
Y -->|Show passthrough| N
|
|
|
|
Z -->|Show passthrough| M
|
|
|
|
```
|
|
|
|
|
|
|
|
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 |