bep40 commited on
Commit
fc8d7c6
·
verified ·
1 Parent(s): 254d480

Upload src/app.js

Browse files
Files changed (1) hide show
  1. src/app.js +0 -5
src/app.js CHANGED
@@ -1,8 +1,3 @@
1
- // @ts-check
2
- /**
3
- * App wiring: the avatar stage + the speech-to-speech session.
4
- * Modes: voice (mic + VAD) OR text (keyboard only, no mic needed).
5
- */
6
  import { S2sWsRealtimeClient } from "./s2s/s2s-ws-client.js";
7
  import { AvatarStage, AVATAR_MOODS, AVATAR_GESTURES } from "./avatar.js";
8
  import { smartNormalize, prepareForTTS } from "./viNumberFix.js";
 
 
 
 
 
 
1
  import { S2sWsRealtimeClient } from "./s2s/s2s-ws-client.js";
2
  import { AvatarStage, AVATAR_MOODS, AVATAR_GESTURES } from "./avatar.js";
3
  import { smartNormalize, prepareForTTS } from "./viNumberFix.js";