WebAudio / web-audio-api

The Web Audio API v1.0, developed by the W3C Audio WG
https://webaudio.github.io/web-audio-api/
Other
1.05k stars 167 forks source link

rename registerAudioWorkletProcessor to registerProcessor #930

Closed hoch closed 8 years ago

hoch commented 8 years ago

This issue was raised by @domenic in PR #869.

The method registerAudioWorkletProcessor() lives in AudioWorkletGlobalScope, so we can safely assume that it is about AudioWorkletProcessor. Can we rename this to regsterProcessor()?

joeberkovitz commented 8 years ago

I'd be in favor

hoch commented 8 years ago

@rtoy WDYT?

rtoy commented 8 years ago

Except for the typo, I'm fine with this as well.

On Mon, Aug 22, 2016 at 1:14 PM, Hongchan Choi notifications@github.com wrote:

@rtoy https://github.com/rtoy WDYT?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/WebAudio/web-audio-api/issues/930#issuecomment-241535401, or mute the thread https://github.com/notifications/unsubscribe-auth/AAofPLVN4nGckMl1W8GhxkVIECNYDKbdks5qigMugaJpZM4JeGvL .

Ray

joeberkovitz commented 8 years ago

WG approved

hoch commented 8 years ago

Fixed by #945.