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. | |
| record FQLab.PluginContracts.AudioFormat | ( | int | SampleRate, |
| int | ChannelCount | ||
| ) |
Couples together crucial metadata about the audio stream.
| SampleRate | Number of samples per second. |
| ChannelCount | Number of audio channels (e.g. 1 for mono, 2 for stereo). |
