Skip to content

sourabhdesai/stdaudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published