FQLab
A spectral audio sandbox
 
Loading...
Searching...
No Matches
FQLab.PluginContracts Namespace Reference

Classes

interface  IAudioPlugin
 Defines the contract for third party plugins. More...
 

Functions

record AudioFormat (int SampleRate, int ChannelCount)
 Couples together crucial metadata about the audio stream.
 

Function Documentation

◆ AudioFormat()

record FQLab.PluginContracts.AudioFormat ( int  SampleRate,
int  ChannelCount 
)

Couples together crucial metadata about the audio stream.

Parameters
SampleRateNumber of samples per second.
ChannelCountNumber of audio channels (e.g. 1 for mono, 2 for stereo).
Here is the caller graph for this function: