Describe the bug
The ElevenLabs app sample is not working. There is an issue with the audioStream processing.
Steps To Reproduce
- Create the app sample using
npm create voltagent-app@latest -- --example with-voice-elevenlabs
- Install the dependencies:
npm install
- Run the
dev script: npm run dev
- The script throws the following error when trying to write the audio stream:
Error: TypeError: audioStream?.pipe is not a function
at <anonymous> (/Users/user/projects/with-voice-elevenlabs/src/index.ts:56:18)
Expected behavior
The script should write the output.mp3 file with the audio stream.
Packages
Additional Context
No response
Describe the bug
The ElevenLabs app sample is not working. There is an issue with the audioStream processing.
Steps To Reproduce
npm create voltagent-app@latest -- --example with-voice-elevenlabsnpm installdevscript:npm run devExpected behavior
The script should write the
output.mp3file with the audio stream.Packages
Additional Context
No response