(Class) Stdout extends Stream
Provide this class to a ShairportSync instance to make it output to stdout.
Create ShairportSync
instance using Stdout this way:
import {ShairportSync, Stdout} from 'shairport-sync';
const output = new Stdout();
const instance = new ShairportSync(output);
Read Stream reference for full implementation.