Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dy authored Jan 29, 2023
1 parent d749e14 commit 5fedbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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.
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.

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

Expand Down

0 comments on commit 5fedbdf

Please sign in to comment.