Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PlayerOptions

Hierarchy

  • PlayerOptions

Index

Properties

Optional au

au: string

Whether or not to use au file for output

type

{string}

memberof

PlayerOptions

Optional audioDevice

audioDevice: string

Audio device to use

type

{string}

memberof

PlayerOptions

Optional cdr

cdr: string

Whether or not to use cdr file for output

type

{string}

memberof

PlayerOptions

Optional frames

frames: number

Number of frames to play

type

{number}

memberof

PlayerOptions

Optional gain

gain: number

Volume 0-100

type

{number}

memberof

PlayerOptions

Optional outputDeviceType

outputDeviceType: DeviceType

Output device type to use

type

{DeviceType}

memberof

PlayerOptions

Optional skip

skip: number

Frames to skip

type

{number}

memberof

PlayerOptions

Optional wave

wave: string

Whether or not to use wave file for output

type

{string}

memberof

PlayerOptions

Generated using TypeDoc