1.0.4 • Published 10 years ago

stdaudio v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

stdaudio

Takes PCM data from stdin, plays it on your speaker

Installation

npm install -g stdaudio

Usage

Usage: stdaudio [options]

Options:

-h, --help            output usage information
-V, --version         output the version number
-c, --channels <n>    number of channels in audio data
-b, --bitdepth <n>    bit depth of audio data
-s, --samplerate <n>  samplerate of audio data

Example

cat test/NXCAM_Guitar_audio_demo_v2.wav | stdaudio

The above will start playing the wav file on the local device's speakers.

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago