media/library
andrewlewis 74c493f51e Add back support for setting audio pitch
To play slow motion streams where the audio has been recorded at
slower speeds, it is necessary to be able to resample (rather than
time-stretch) the audio. This change undeprecates back the previously
deprecated PlaybackParameters class to allow apps to set pitch.

PiperOrigin-RevId: 328703116
2020-08-27 12:06:41 +01:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Only report 5G for SDK 29+. 2020-08-26 16:40:12 +01:00
core Add back support for setting audio pitch 2020-08-27 12:06:41 +01:00
dash Make all media source factories create a drm session 2020-08-21 12:55:14 +01:00
extractor Merge pull request #7667 from willtrking:dev-v2-mkv-dovi 2020-08-26 16:40:35 +01:00
hls Make all media source factories create a drm session 2020-08-21 12:55:14 +01:00
smoothstreaming Make all media source factories create a drm session 2020-08-21 12:55:14 +01:00
ui Add back support for setting audio pitch 2020-08-27 12:06:41 +01: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.