From 2f21b10442f3909019ba52bec7ef5c45022d43fa 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 e3df35dd36..3fb578a564 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -49,6 +49,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.