Open hkfi opened 3 months ago
I just get undefined
🤷🏻♂️
const audioStream = await elevenlabs.textToSpeech.streamWithTimestamps(
SARAH_VOICE_ID,
{ text }
);
console.log(audioStream) // undefined
Hi, any updates on this?
I just get
undefined
🤷🏻♂️const audioStream = await elevenlabs.textToSpeech.streamWithTimestamps( SARAH_VOICE_ID, { text } ); console.log(audioStream) // undefined
Same for me! Do we need to handle this in another way?
I switched to calling the API directly instead of using the SDK. It's really not any harder to just make the http requests and you'll be able to use all the features.
It would be nice to have a typed response.
Eg.