You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-https://huggingface.co/pyannote/voice-activity-detection (optional, for better chunking)
221
+
3. Set token in environment: `export HF_TOKEN=your_token_here` (add to `~/.zshrc` or `~/.bashrc`)
222
+
223
+
Output will include speaker labels:
224
+
```
225
+
[00:00] [SPEAKER_00] Hello everyone, welcome to the show
226
+
[00:05] [SPEAKER_01] Thanks for having me
227
+
[00:08] [SPEAKER_00] Let's get started with today's topic
228
+
```
229
+
191
230
## ⚖️ Legal notice
192
231
- Make sure you respect YouTube Terms of Service and copyright law before downloading or processing any content. Only use the tool for media you own or have explicit permission to process.
193
232
- Output documents and logs may contain fragments of the original content. Store them locally and review licences before sharing.
0 commit comments