Skip to content

Commit d049f0d

Browse files
authored
Merge branch 'develop' into main
2 parents 0eead2b + e606729 commit d049f0d

File tree

7 files changed

+99
-3860
lines changed

7 files changed

+99
-3860
lines changed

packages/client-twitter/src/plugins/SttTtsSpacesPlugin.ts

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ interface PluginConfig {
2828
* - On speaker mute -> flush STT -> GPT -> TTS -> push to Janus
2929
*/
3030
export class SttTtsPlugin implements Plugin {
31+
name = "SttTtsPlugin";
32+
description = "Speech-to-text (OpenAI) + conversation + TTS (ElevenLabs)";
33+
3134
private space?: Space;
3235
private janus?: JanusClient;
3336

0 commit comments

Comments
 (0)