Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Takes PCM data from stdin, plays it on your speaker

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages