[Fuchsia] Fix Play() and SendPacket() order in AudioOutputStreamFuchsia
Two fixes for AudioOutputStreamFuchsia: - Don't call Play() until after the first SendPacket() call as is required by the AudioRenderer interface. - Add padding to min_lead_time_ for the first packet, to reduce the chance that samples at the beginning of the stream are dropped. Bug: 974029 Change-Id: If2dc43a3df7d671a42f7983dea130fa3b10ad1ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659230 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#669914}
Showing
Please register or sign in to comment