Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 597 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 597 Bytes

Node.js shairport-sync

========================

Create Airtune/Airplay receivers in Node.js applications using shairport-sync

Features

  • Airplay receiver spawning
  • PCM output streaming (for stdout and pipe output)
  • Handle Airplay metadata

Requirements

  • Working shairport-sync command builded with needed configuration (outputs, metadata, etc..)

Installation

npm install shairport-sync --save

Usage

Read the documentation.