media/library
olly 2555fb36b4 Resample float audio to 16-bit by default to enable audio processing
This is less confusing than having audio processing functionality (e.g., playback
speed adjustment) just "not work" for some pieces of media.

If this change is merged, I will update #6749 to also track making DefaultAudioSink
intelligently enable/disable float output depending on how the audio processors are
configured.

Issue: #7134
PiperOrigin-RevId: 302871568
2020-03-25 13:06:17 +00:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Resample float audio to 16-bit by default to enable audio processing 2020-03-25 13:06:17 +00:00
core Resample float audio to 16-bit by default to enable audio processing 2020-03-25 13:06:17 +00:00
dash Remove generics from DRM components 2020-03-20 12:48:50 +00:00
extractor WAV: Don't read past data end position 2020-03-25 13:05:14 +00:00
hls Merge pull request #7098 from matamegger:feature/webvtt_negative_media_timestamp 2020-03-20 12:49:00 +00:00
smoothstreaming Remove generics from DRM components 2020-03-20 12:48:50 +00:00
ui Add option for sensor rotation in 360 playbacks 2020-03-19 00:47:12 +00:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.