analyze_sample_data_export
Export selected audio sample values to a text, CSV, or HTML file for analysis. Specify output path, sample limit, and units (dB or linear) to capture raw data.
Instructions
Export raw sample values from the selection to a text/CSV/HTML file.
Args: path: Absolute output path. Extension determines format (.txt, .csv, .html). limit: Maximum number of samples to export, 1-1000000. Default: 100 units: Measurement scale - "dB" or "Linear". Default: "dB"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| limit | No | ||
| units | No | dB |