Skip to content

guozixunnicolas/guitar_pedal_raspberrypi_webcontroller

Repository files navigation

DIP Project

A Live Audio Streaming Platform. This enables a speaker to stream the audio live and have the audio control on a webserver which everyone on the same network can access, hence a "Smart" IOT.

Please find the demo video here.

Getting Started

  1. Install Pure Data.
  2. Have Python 3 installed.
  3. Install node.js.
  4. Install IceCast.

Usage

Start Icecast server

icecast -c /path/to/icecast.xml

Install dependancies and start backend server

source env/bin/activate
cd website/backend
pip install -r requirements.txt
python server.py

Install frontend dependancies and start it

cd website/frontend
npm install
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •