Voice LLM Application - Experiment 02: Voice Dialogue
Experiment Preparation:
(Register and login to Doubao AI account, if already have one, just fill in the information)
(Experiment prerequisite: Complete experiment 01 dependency package download and iFlytek account registration)
- Get API Key: https://console.volcengine.com/ark/region:ark+cn-beijing/apiKey
- Get Model Endpoint ID: https://console.volcengine.com/ark/region:ark+cn-beijing/endpoint
- Replace personal API Key and Model Endpoint in config.py, Model Endpoint starts with "ep-"

Experiment Steps: (Ensure voice module is connected)
cd AI_online_voice# Enter main directorypython examples/02_voice_dialogue.py# Run example program
Experiment results:

Experiment Effect: Voice recording → iFlytek speech recognition → Doubao LLM dialogue → TTS voice synthesis → Playback, implementing full voice interaction loop
