@cycle-robot-drivers/sound
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

@cycle-robot-drivers/sound

Cycle.js drivers and action components for playing sounds using HTMLAudioElement.

Try the demo at StackBlitz!

Note that this package was tested with Chrome browser (>= 65.0.3325.181) only.

API

AudioPlayerAction(sources)

AudioPlayerAction action component.

Params:

  • sources
    • goal: a stream of {src: string} (as HTML audio src) or a string (as a value of src).
    • AudioPlayer: EventSource for ended and pause events.

Return:

  • sinks
    • state: a reducer stream.
    • status: a stream of action status.
    • result: a stream of action results.
    • AudioPlayer: a stream for AudioPlayer driver input.

HTML Audio driver factory.

Return:

  • Driver the HTML Audio Cycle.js driver function. It takes a stream of objects containing [src](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio#attr-src).org/en-US/docs/Web/API/SpeechSynthesisUtterance#Properties) fieldand returns a EventSource:

Readme

Keywords

none

Package Sidebar

Install

npm i @cycle-robot-drivers/sound

Weekly Downloads

2

Version

1.1.2

License

MIT

Unpacked Size

56.8 kB

Total Files

25

Last publish

Collaborators

  • mjyc