archy/neode-ui/public/assets/audio/README-welcome-speech.md
Dorian 2472af790b Enhance audio and visual elements in the UI for improved user experience
- Added a new script in package.json to generate welcome speech audio for enhanced onboarding.
- Updated SplashScreen.vue and OnboardingWrapper.vue to use the new intro background image and poster.
- Modified Dashboard.vue and Login.vue to reflect changes in background images for consistency.
- Removed outdated background images and updated references to ensure a cohesive visual theme.
- Improved tap-to-start feature with new text and logo in SplashScreen.vue for better engagement.
- Enhanced audio playback functionality in useLoginSounds.ts to include welcome speech.
2026-02-18 08:18:14 +00:00

842 B

Welcome Noderunner Speech

The intro plays a sci-fi female voice saying "Welcome Noderunner" as the text types in.

Generate the audio (ElevenLabs)

  1. Get a free API key at elevenlabs.io (free tier: 10k chars/month)
  2. Run:
    cd neode-ui
    ELEVENLABS_API_KEY=your_key npm run generate-welcome-speech
    
  3. Commit welcome-noderunner.mp3 to the repo

Custom sci-fi voice

Browse ElevenLabs Voice Library and search for "sci-fi", "AI", "robot", or "character". Copy the voice ID from the URL or voice settings, then:

ELEVENLABS_API_KEY=your_key ELEVENLABS_VOICE_ID=voice_id npm run generate-welcome-speech

Recommended: "The Digital Oracle", "The Friendly AI Assistant", or similar character voices from the Synthetic/Character categories.