The segment
module attempts to identify approximate speaker change points in the audio.
To identify speakers in the audio, use the speakerid
module.
Mode | Input | Output | Description |
---|---|---|---|
nf
|
w
|
Performs speaker segmentation and broad classification. |
Example:
w <- segment (_, nf)
Some of these parameters do not have an internal default value. You must either set the configuration parameter to a suitable value, or set the value in the corresponding action parameter.
|