Revert "Use resampler for playback speeds close to 1.0"
This reverts commit ab98b39d. Reason for revert: Consistently failing on MSan https://crbug.com/1018617 Original change's description: > Use resampler for playback speeds close to 1.0 > > The WSOLA algorithm introduces noticeable audio artifacts when doing > small adjustments to playback rate (e.g. 1.03 playback speed). The > distortions can be described as warbling or transient stuttering. > > This CL introduces fixes this issue by using resampling instead, for > speeds close to 1.00. The resampled audio doesn't have any distortions, > but its pitch is shifted proportionally to the playback changes. The > maximal slowdown/speed up we use resampling for is 5-6%, which > corresponds to shifting by 1 note tone. Beyond that, the WSOLA > artifacts become tolerable, and the pitch shifting doesn't. > > Bug: 920019 > Change-Id: Ia1f93dc6a5de8be14e054b9e165fb9508af491f1 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1875654 > Commit-Queue: Thomas Guilbert <tguilbert@chromium.org> > Reviewed-by: Dale Curtis <dalecurtis@chromium.org> > Cr-Commit-Position: refs/heads/master@{#709679} TBR=dalecurtis@chromium.org,tguilbert@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 920019 Change-Id: I5c7f531c446ebb2af24d26698994a0747dd68aba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1882255Reviewed-by:Meredith Lane <meredithl@chromium.org> Commit-Queue: Meredith Lane <meredithl@chromium.org> Cr-Commit-Position: refs/heads/master@{#709788}
Showing
Please register or sign in to comment