1.0.2 • Published 2 years ago

@ojuras/terminalplayer v1.0.2

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

terminalPlayer

Allows you to play .mp3 and .wav sounds on the Windows terminal

Installation

npm i @ojuras/terminalplayer

Examples

const tPlayer = require('@ojuras/terminalplayer');

tPlayer.playFrom('./sample.mp3');

tPlayer.playFrom('./../../sound.wav');

tPlayer.playFrom('C:/Program Files/audioSamples/track1.mp3');

License

MIT

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago