Skip to content

Commit 5fedbdf

Browse files
authored
Update readme.md
1 parent d749e14 commit 5fedbdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
_AudioBuffer_ - basic audio data container class with planar float32 data layout.
44

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-buffer utils outside of audio contexts or browsers.
66

77
Implementation is compatible with [Web Audio API AudioBuffer](https://developer.mozilla.org/en-US/docs/Web/API/AudioBuffer), can be used as ponyfill.
88

0 commit comments

Comments
 (0)