taktran / pi-music

Quick and dirty way to test sound on a raspberry pi.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pi-music

Quick and dirty way to test sound on a raspberry pi.

Based on https://gist.github.com/TooTallNate/3947591

Installation

  • Install nvm

  • Use the correct node version: nvm use

  • Install dependencies

      sudo apt-get install libasound2-dev
      npm install
    

Usage

node index.js sound-file.mp3

About

Quick and dirty way to test sound on a raspberry pi.


Languages

Language:JavaScript 100.0%