1.2.31 • Published 7 years ago

rpi3-audio-player v1.2.31

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

rpi3-audio-player

Audio player for the Raspberry Pi 3

Supports CLI use as well as a library in your Node.js project.

#This is a work in progress, so feel free to contribute :)

###Installation###

If npm is installed:

npm install -g rpi3-audio-player

Or, if you prefer local installation:

npm install rpi3-audio-player

To use as a library, simply:

const player = require('rpi3-audio-player');

CLI use

To use rpi3-audio player, audio tracks must be placed in the ~/Music directory...

rpi3-audio-player play #will play music from ~/Music

Or pass the path of a single mp3 file:

rpi3-audio-player <path/to/file.mp3>

rpi3-audio-player can also be passed the path of a directory with .mp3's inside it.

rpi3-audio-player <path/to/directory/with/*.mp3>

##More features coming soon!

1.2.31

7 years ago

1.2.30

7 years ago

0.2.30

7 years ago

0.2.28

7 years ago

0.2.27

7 years ago

0.2.25

7 years ago

0.2.24

7 years ago

0.2.23

7 years ago

0.2.22

7 years ago

0.1.20

7 years ago

0.1.13

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago