bvibber / audio-feeder

Small JS library to abstract Web Audio raw PCM output
Other
53 stars 7 forks source link

Add AudioNode output option #26

Closed GregSantulli closed 8 years ago

GregSantulli commented 8 years ago

Pass an audio node in the options to connect the feeder to it instead of just context.destination

bvibber commented 8 years ago

Looks good, thanks! This'll allow running the node through other post-processing nodes, should be handy for things like applying positional effects. :)