optimize a getValue
This commit is contained in:
parent
7c5a528749
commit
d64289964b
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ HandleAudioProcess(_THIS)
|
|||
}
|
||||
|
||||
for (var j = 0; j < $1; ++j) {
|
||||
channelData[j] = getValue($0 + (j*numChannels + c)*4, 'float');
|
||||
channelData[j] = HEAPF32[$0 + ((j*numChannels + c) << 2) >> 2];
|
||||
}
|
||||
}
|
||||
}, buf, byte_len / bytes / this->spec.channels);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue