record_and_analyze
Record audio from a source and analyze it in one call to measure the effect of your changes. Returns both the capture and analysis.
Instructions
Capture source (see record_audio) then analyze it in one call — the
single primitive the tuning loop uses: change a parameter, then
record_and_analyze(source=track, bars=2, scene=N) to read the result.
Returns {capture, analysis}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bars | No | ||
| solo | No | ||
| scene | No | ||
| device | No | ||
| source | No | master | |
| seconds | No | ||
| position_beats | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |