| Index: Source/modules/webaudio/AudioBuffer.idl
|
| diff --git a/Source/modules/webaudio/AudioBuffer.idl b/Source/modules/webaudio/AudioBuffer.idl
|
| index 7d0f56f3b3103744b81635466a616c3eea4e3ab9..a9aab6e86d2e5eeb5d3f6ed9b775d4871a1c3d03 100644
|
| --- a/Source/modules/webaudio/AudioBuffer.idl
|
| +++ b/Source/modules/webaudio/AudioBuffer.idl
|
| @@ -33,8 +33,6 @@
|
| readonly attribute double duration; // in seconds
|
| readonly attribute float sampleRate; // in sample-frames per second
|
|
|
| - attribute float gain; // linear gain (default 1.0)
|
| -
|
| // Channel access
|
| readonly attribute unsigned long numberOfChannels;
|
| [RaisesException] Float32Array getChannelData(unsigned long channelIndex);
|
|
|