Oliyy / AudioTwitch

A lightweight twitch audio player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AudioTwitch

AudioTwitch is a light Node.JS application that lets you stream twitch channels with audio only. This saves you bandwidth, CPU and RAM.

Features

AudioTwitch includes

  • Chat functionality
  • Configuration
  • Audio only stream
  • Volume switching
  • Track display for Monstercat FM

(You can't see the emotes though, rip Kappa)

Commands

AudioTwitch has a few commands:

  • /kill or /stop - Stops the application.
  • /restart - Restarts the stream if it ended for some reason.
  • /volume [%] - Sets the volume (has a slight delay).

Installation

  1. Download the repository and extract somewhere
  2. Install Node.JS If you haven't already (I used the 'Current' version so I recommend that)
  3. Get node-gyp's requirements (You can find them from here)
  4. Download and install FFmpeg (You can place the binary in the same folder as the program)
  5. Run npm install to install all the required modules
  6. Edit config.js
  7. Run node stream or double-click the stream.bat

About

A lightweight twitch audio player

License:MIT License


Languages

Language:JavaScript 99.6%Language:Batchfile 0.4%