When an AudioParam needs to print a warning message, the name of the
AudioParam is included to help the user know which AudioParam is
affected. Currently, however, AudioParams from an AudioWorklet have
user-defined names that aren't displayed; a generic
"AudioWorklet.customParameter" is displayed.
Add support for this, to make it uniform with existing AudioParams.
Comment 1 by rtoy@chromium.org
, Oct 20 2017Status: Started (was: Available)