diff --git a/js/AudioRenderCapacity.js b/js/AudioRenderCapacity.js index 0e3ab92..8818115 100644 --- a/js/AudioRenderCapacity.js +++ b/js/AudioRenderCapacity.js @@ -85,7 +85,7 @@ class AudioRenderCapacity extends EventTarget { throw new TypeError(`Invalid Invocation: Value of 'this' must be of type 'AudioRenderCapacity'`); } - return this[kNapiObj].start(); + return this[kNapiObj].stop(); } }