Comparing version 0.2.0 to 0.2.1
0.2.1 / 2014-07-07 | ||
================== | ||
* src: call open() and close() on the dummy audio_output_t instance (#36) | ||
* README: document the `float` format option | ||
0.2.0 / 2014-06-22 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -22,3 +22,3 @@ { | ||
], | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)", | ||
@@ -25,0 +25,0 @@ "repository": { |
@@ -68,3 +68,4 @@ node-speaker | ||
* `signed` - Boolean specifying if the samples are signed or unsigned. Defaults to `true` when bit depth is 8-bit, `false` otherwise. | ||
* `samplesPerFrame` The number of samples to send to the audio backend at a time. You likely don't need to mess with this value. Defaults to `1024`. | ||
* `float` - Boolean specifying if the samples are floating-point values. Defaults to `false`. | ||
* `samplesPerFrame` - The number of samples to send to the audio backend at a time. You likely don't need to mess with this value. Defaults to `1024`. | ||
@@ -71,0 +72,0 @@ #### "open" event |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3411542
110