Skip to content

[BUG] ElevenLabs integration is not working #62

@luixaviles

Description

@luixaviles

Describe the bug

The ElevenLabs app sample is not working. There is an issue with the audioStream processing.

Steps To Reproduce

  1. Create the app sample using npm create voltagent-app@latest -- --example with-voice-elevenlabs
  2. Install the dependencies: npm install
  3. Run the dev script: npm run dev
  4. 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

  • @voltagent/voice

Additional Context

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions