audio_isolation
Remove background noise and music from audio files to isolate speech.
Instructions
Isolate speech from an audio file by removing background noise/music.
Args: audio_file_path: path to the source audio file. output_filename: optional output file name.
Returns the absolute path of the cleaned audio file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audio_file_path | Yes | ||
| output_filename | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |