1.0.0 • Published 8 years ago

triolet.dsp v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

triolet.dsp

NPM Version License

base class for triolet DSP

Installation

$ npm install triolet.dsp

API

TrioletDSP

  • constructor()

Instance attributes

  • triolet: Triolet (required)
  • sampleRate: number (implicit readonly)
  • bufferLength: number (implicit readonly)

Instance methods

  • setup(opts: object): void
  • start(): void
  • stop(): void
  • sendToAPI(...args: any): void
  • recvFromAPI(data: object): void
  • process(bufL: Float32Array, bufR: Float32Array): void

Triolet Interface

interface Triolet {
  dsp: TrioletDSP;
  sendToAPI(...args: any) => void;
}

License

MIT

1.0.0

8 years ago

0.7.0

8 years ago

0.4.0

8 years ago

0.2.0

8 years ago