media/library
krocard 422f451cf9 Name [-1,1] the "nominal" range of float samples
Float values are allowed to be > 0dbfs,
it is just not nominal as it will might
distort the signal when played without
attenuation.

This is also consistent with
[AudioTrack.write(FloatBuffer)](https://developer.android.com/reference/android/media/AudioTrack#write(float[],%20int,%20int,%20int)) that explicitly
allows it up to 3dbfs.

PiperOrigin-RevId: 321345077
2020-07-24 10:35:33 +01:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Migrate usages of renderer constants in C.java to the Renderer ones 2020-07-24 10:33:00 +01:00
core Name [-1,1] the "nominal" range of float samples 2020-07-24 10:35:33 +01:00
dash Release Extractor resources in DASH 2020-07-24 10:34:48 +01:00
extractor Fix sample time of partially fragmented MP4s with tfdt box 2020-07-24 10:31:12 +01:00
hls Migrate usages of DownloadHelper TrackSelector constants 2020-07-24 10:32:51 +01:00
smoothstreaming Release Extractor resources in DASH 2020-07-24 10:34:48 +01:00
ui Migrate usages of deprecated Player#set/getPlaybackParameters() 2020-07-24 10:33:36 +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.