Skip to content

Latest commit

 

History

History

node-audio

node-audio

Read some text and/or play an mp3 file

  • Tessel based text to speech and mp3 player
  • Includes simple node server to broadcast humidity and temperature to the web
  • Remeber to run npm install in this project repo to get all the dependencies

Parts used:

NPM Software modules used:

  • node-static - simple web server to demonstrate project
  • os - used to get the server IP address and return it to a client
  • tessel - cannot live without it ;)
  • tessel-av - lets you play mp3s or speak text
  • socket.io - setup a web socket between the web server and browsers

--

Instructions

  1. Plug your USB Audio device into the top USB port, and some speakers or headphones into the green jack
  2. t2 list to make sure your Tessel is connected, then run t2 run app.js
  3. Your T2 app will begin outputting audio

So now the question is, what else can you do with this?! :)

--

Made with ♥ by CAA