1.0.0 • Published 4 years ago

speaker-cli v1.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

speaker-cli

Command line tool to listen to what you pipe inside. Remember that the input needs to be raw audio (PCM).

npm i -g speaker-cli
# convert any audio file and play it
ffmpeg -i some-audio.mp3 -f s16le -acodec pcm_s16le - | speaker

npm version ISC-licensed chat on gitter support me on Patreon

Installing

npm install -g speaker-cli

Or use npx. ✨

Usage

Usage:
    speaker

Examples:
    cat some-audio.pcm | speaker

Related

  • speaker – The library used by this tool.

Contributing

If you have a question or have difficulties using speaker-cli, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to the issues page.

1.0.0

4 years ago

0.1.1

7 years ago

0.1.0

7 years ago