The audio capture filter can only be used as the first filter of an input graph. It reads audio data from the specified MultiMedia device.
JSON Structure
{
"name": "Audio Capture",
"device": {
"name": "..."
},
"format": {
"sampleRate": "...",
"resolution": "...",
"numberOfChannels": "..."
}
}
|
Field |
Description |
|---|---|
|
device |
Defines the physical device.
|
|
format |
Describes the audio format, which is to be read from the device.
|