Skip to content

Commit 02c19eb

Browse files
committed
Update pcm-convert.js
1 parent 353d720 commit 02c19eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/pcm-convert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function pcmConvert(buffer, fromPartial, toPartial, target) {
66
dtype: fromPartial.dtype || 'float32',
77
endianness: fromPartial.endianness || 'le'
88
}
9-
to = {
9+
var to = {
1010
channels: toPartial.channels || from.channels,
1111
interleaved: toPartial.interleaved || from.interleaved,
1212
dtype: toPartial.dtype || from.dtype,

0 commit comments

Comments
 (0)