register_voiceprint
Register a person's voiceprint from an audio file to identify them in future meeting transcriptions. Provide the person's name and the audio file path.
Instructions
Register a person's voiceprint from an audio file. The audio should contain only one person speaking clearly for 20-30 seconds. The voiceprint will be saved and used to identify this person in future meeting transcriptions.
Args:
name: The person's name (will be used as label in transcriptions)
file_path: Absolute path to an audio file with the person's voice
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |