blob: 3ad3b5a9fc27c6548cc7eb844fe0460a7fbcac29 [file] [log] [blame]
{
"name": "record",
"description": "Capture audio data directly from ring buffer.",
"examples": [],
"flags": [
{
"kind": "Switch",
"optionality": "optional",
"long": "--help",
"short": null,
"description": "display usage information",
"hidden": false
},
{
"kind": {
"Option": {
"arg_name": "duration"
}
},
"optionality": "optional",
"long": "--duration",
"short": null,
"description": "duration of output signal. Examples: 5ms or 3s. If not specified, press ENTER to stop recording.",
"hidden": false
},
{
"kind": {
"Option": {
"arg_name": "format"
}
},
"optionality": "required",
"long": "--format",
"short": null,
"description": "output format (see 'ffx audio help' for more information).",
"hidden": false
},
{
"kind": {
"Option": {
"arg_name": "element-id"
}
},
"optionality": "optional",
"long": "--element-id",
"short": null,
"description": "signal processing element ID, for an Endpoint element of type RingBuffer",
"hidden": false
}
],
"notes": [],
"commands": [],
"positionals": [],
"error_codes": []
}