@acpfx/play-file
v0.2.6
Published
Writes received audio chunks to a WAV file. Useful for recording pipeline output during testing.
Readme
@acpfx/play-file
Writes received audio chunks to a WAV file. Useful for recording pipeline output during testing.
Usage
This package is a pipeline node for @acpfx/cli. See the CLI package for installation and usage.
Manifest
- Consumes:
audio.chunk,control.interrupt,lifecycle.done - Emits:
lifecycle.ready,lifecycle.done
Settings
| Name | Type | Default | Description |
|------|------|---------|-------------|
| path | string | (required) | Output WAV file path |
Pipeline Example
nodes:
output:
use: "@acpfx/play-file"
settings: { path: ./output.wav }License
ISC
