Skip to content

oramics/web-audio-as-signal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-audio-as-signal

Experimenting with a better web audio api:

import { sawtooth, filter, scale, sine, adsr } from 'web-audio-as-signal'

const synth = connect(
  sawtooth({ frequency: scale(sine(10), { min: 220, max: 880 }) }),
  lowpass(600),
  adsr({ release: 1.3 })
)
node.start({ duration: 1 })

About

The reverse of opposite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published