Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Issue 2085353008: Allow disabling of resampling in decodeAudioData

Created:
4 years, 6 months ago by Raymond Toy
Modified:
4 years, 5 months ago
Reviewers:
CC:
chromium-reviews, blink-reviews, haraken, hongchan, Raymond Toy
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Allow disabling of resampling in decodeAudioData Add additional dictionary parameter to decodeAudioData to allow disabling the resampling of the decoded data. Currently, the decoded data is always resampled to the context sample rate. This allow this resampling to be disabled. BUG=622871 TEST=decode-audio-data-no-resampling.html

Patch Set 1 #

Patch Set 2 : Small API change, update tests #

Patch Set 3 : Rebase #

Powered by Google App Engine
This is Rietveld 408576698