audio-buffer
Advanced tools
Comparing version 2.4.0 to 2.4.1
{ | ||
"name": "audio-buffer", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Audio data container", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -40,5 +40,4 @@ [AudioBuffer](https://developer.mozilla.org/en-US/docs/Web/API/AudioBuffer) optimal implementation for node. In browser provides just a useful constructor for web-audio’s _AudioBuffer_, in node is also useful instead of _Buffer_ in audio streams. | ||
//Type of storage to use for data - replace to Float64Array, if needed. | ||
//It will only affect node implementation. | ||
AudioBuffer.FloatArray = Float32Array; | ||
//Type of array for data. Float64 is faster for last node/browsers. | ||
AudioBuffer.FloatArray = Float64Array; | ||
@@ -45,0 +44,0 @@ //In browser, you can set the audio context (online/offline). |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
3570
2
0
55
1