Update diarize.py for pyannote.audio 4.0 API compatibility
- Replace deprecated `use_auth_token` with `token` parameter
- Use `exclusive_speaker_diarization` for cleaner turn segments
- Use built-in `speaker_embeddings` from DiarizeOutput instead of
manual extraction with separate embedding model
- Simplify `save_speaker_embeddings` to accept dict directly
- Remove unused EMB_MODEL_ID constant and imports
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>