You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
_AudioBuffer_ - basic audio data container class with planar float32 data layout.
4
4
5
-
Useful instead of _Buffer_ in audio streams, audio components, in webworkers, nodejs, other environments without web-audio-api. Enables audio-buffer-utils outside of browsers.
5
+
Useful instead of _Buffer_ in audio streams, audio components, workers, nodejs, environments without web-audio-api. Enables various audio-bufferutils outside of audio contexts or browsers.
6
6
7
7
Implementation is compatible with [Web Audio API AudioBuffer](https://developer.mozilla.org/en-US/docs/Web/API/AudioBuffer), can be used as ponyfill.
0 commit comments