Nick
Nick
I was debugging start commands I shouldn't be recieving, and the startSelfIntent with empty action was sort of confusing because it wasn't immediately obvious where it came from. Adding a...
The session->controller data flow already nicely avoids bundling if we don't have to bundle by skipping the entire PlayerInfo object which contains almost everything. But in the controller->session data flow,...
### Version Media3 main branch ### More version details _No response_ ### Devices that reproduce the issue all of them ### Devices that do not reproduce the issue N/A ###...
...and throw more useful exceptions instead. This will however not throw exceptions where foreground service start is not absolutely required, and keep logging warnings in these cases instead. Issue: https://github.com/androidx/media/issues/2591...
Due to too high max speed, buffer size is too large and AudioTrack creation fails due to out of memory. ``` 11-21 20:13:45.982 11934 18111 E AF::TrackBase: TrackBase(275): not enough...
I'm working on a ReplayGain implementation for my music player. To ensure battery usage is low, I want to make offload work with it as well. ReplayGain handles files with...
Dolby codecs have an optimized downmix feature. If max output channels is not set, it will output stereo audio with downmix optimized for sound quality. If max output channels is...
see http://gabriel.mp3-tech.org/mp3infotag.html#replaygain
This is a step towards Issue: https://github.com/androidx/media/issues/770