UNPKG
audio
Version:
latest (2.2.0)
next (2.0.0-1)
2.2.0
2.1.1
2.1.0
2.0.0
2.0.0-1
2.0.0-0
1.2.0
1.1.0
1.0.1
1.0.0
0.1.1
0.1.0
0.0.1
0.0.0
Audio loading, editing, and rendering for JavaScript
github.com/audiojs/audio
audiojs/audio
audio
/
fn
/
transform.js
7 lines
(5 loc)
•
176 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
audio
from
'../core.js'
audio.
op
(
'transform'
, {
process
:
(
chs, ctx
) =>
ctx.
args
[
0
](chs, ctx),
call
(
std, f
) {
return
this
.
run
({
type
:
'transform'
,
args
: [f] }) } })