We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 353d720 commit 02c19ebCopy full SHA for 02c19eb
src/resources/pcm-convert.js
@@ -6,7 +6,7 @@ function pcmConvert(buffer, fromPartial, toPartial, target) {
6
dtype: fromPartial.dtype || 'float32',
7
endianness: fromPartial.endianness || 'le'
8
}
9
- to = {
+ var to = {
10
channels: toPartial.channels || from.channels,
11
interleaved: toPartial.interleaved || from.interleaved,
12
dtype: toPartial.dtype || from.dtype,
0 commit comments