BaseAudioContext.createPeriodicWave

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto createPeriodicWave(Sequence!(float) real_, Sequence!(float) imag, PeriodicWaveConstraints constraints)
  2. auto createPeriodicWave(Sequence!(float) real_, Sequence!(float) imag)
    struct BaseAudioContext
    nothrow
    createPeriodicWave
    ()
    (
    scope ref Sequence!(float) real_
    ,
    scope ref Sequence!(float) imag
    )

Meta