analyze_sample_data_export
Export raw audio sample data to a text file for detailed analysis, enabling users to examine waveform values and perform custom data processing.
Instructions
Export raw sample data from the selected audio to a text file for analysis.
Args: path: Absolute path for the output file limit: Maximum number of samples to export. Default: 100
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| limit | No |