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
Copy file name to clipboardExpand all lines: livekit-plugins/livekit-plugins-trillet-antibot/README.md
+3-96Lines changed: 3 additions & 96 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,6 @@
1
-
# Trillet Voiceguard Plugin
1
+
# Trillet Antibot Plugin
2
2
3
-
A real-time AI voice detection plugin for LiveKit that identifies synthetic/fake voices during voice calls. This plugin analyzes audio streams during the first 30 seconds of calls and can automatically terminate calls when fake voices are detected.
4
-
5
-
## Features
6
-
7
-
- 🎯 **Real-time Voice Detection**: Analyzes audio streams in real-time using AI voice detection
8
-
- 🔊 **Audio Processing**: Converts audio to optimal format (16-bit PCM, Mono, 16kHz)
9
-
- ⚡ **WebSocket Integration**: Streams audio data to Trillet Voiceguard service via WebSocket
10
-
- 🛡️ **Automatic Call Protection**: Optionally terminates calls when fake voices are detected
11
-
- 📊 **Comprehensive Reporting**: Provides detailed analysis results and summaries
12
-
- 🎚️ **Configurable Parameters**: Customizable detection parameters and thresholds
13
-
- 💾 **Audio Recording**: Optional audio recording for archival purposes
3
+
A real-time AI voice detection plugin for LiveKit that identifies synthetic/fake voices during voice calls. This plugin analyzes audio streams during the calls and can automatically terminate calls when fake voices are detected.
14
4
15
5
## Installation
16
6
@@ -278,25 +268,6 @@ The final summary includes:
278
268
"fake_percentage": 70.0,
279
269
"average_fake_confidence": 0.78,
280
270
"average_real_confidence": 0.22,
281
-
# Audio contribution info (if save_audio_to_s3=True)
0 commit comments