Use case description
AudioTrack is useful to apps for multiple reasons
- exposes detailed state of the audio subsystem, such as offload.
- allows changing the preferred devices
Proposed solution
Make AudioTrack accessible in DefaultAudioSink.
Alternatives considered
Fully expose all interesting bits of AudioSink via accessors in DefaultAudioSink or Player.Listener events.