Documentation
¶
Index ¶
Constants ¶
View Source
const ( // KindNone is nothing! KindNone = Kind(iota) // KindSoundCard is an active sound playback device (e.g.: a sound card attached to speakers) KindSoundCard )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct { Name string Channels int SamplesPerSecond int BitsPerSample int Filepath string OnRowOutput WrittenCallback }
Settings is the settings for configuring an output device
type WrittenCallback ¶
type WrittenCallback func(deviceCommon Kind, premix *premix.PremixData)
WrittenCallback defines the callback for when a premix buffer is mixed/rendered and output on the device
Click to show internal directories.
Click to hide internal directories.