From 9acf1e8d10d4efdf0c99e5c4c34882956bafb1fd Mon Sep 17 00:00:00 2001 From: bachinger Date: Mon, 21 Sep 2020 14:38:09 +0100 Subject: [PATCH] Mention moving skipSilence in release note Issue: #7939 PiperOrigin-RevId: 332838586 --- RELEASENOTES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 966c27ece0..384aac108e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -39,6 +39,9 @@ * Deprecate `EventListener.onSeekProcessed` because seek changes now happen instantly and listening to `onPositionDiscontinuity` is sufficient. + * Split off `skipSilence' from `PlaybackParameter` and move it + to `AudioComponent.setSkipSilenceEnabled` with callback + `AudioListener.onSkipSilenceEnabledChanged`. * `ExoPlayer`: * Add `setMediaSource(s)` and `addMediaSource(s)` to `ExoPlayer`, for adding `MediaSource` instances directly to the playlist.