CremyX Diarize
Pricing
Pay per usage
Go to Apify Store
CremyX Diarize
Speaker diarization with sherpa-onnx: returns speaker turns and can label an existing word-level transcript with speaker IDs.
CremyX Diarize
Pricing
Pay per usage
Speaker diarization with sherpa-onnx: returns speaker turns and can label an existing word-level transcript with speaker IDs.
Diarize speakers, or return supported capabilities.
https:// URL, or kv:/ from an earlier run (e.g. the audio16k.wav produced by cremyx-media-tools). Any format works — it is converted to 16 kHz mono internally.
https:// URL or kv:/ of a cremyx-asr transcript.json. When set, the actor also returns the same words/segments with a speaker label attached.
{ num_speakers, cluster_threshold, min_duration_on, min_duration_off, threads }. Set num_speakers when you know the exact count; otherwise clustering uses cluster_threshold (default 0.5). Sharding: start_sec, duration_sec, overlap_sec — diarize only that window; turns are offset back to the original timeline, items past duration_sec flagged _overlap. Speaker IDs are only consistent within one run/shard.
{ signed_upload_url } to PUT diarization.json straight into your own storage.
on_success = keep only result artifacts in the run's key-value store. always = also drop them after the signed upload. off = keep everything for debugging.