-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it compatible with NextJs #32
Comments
have you tried using it as server component? cuz tls, buffer, and fs doesn't work in client component. |
i've tried using it as server component, but no luck, still can't find module 'tls'. |
Same issue with NextJs. Will pay someone to add a NextJs example that converts a text stream (from openai or other) to audio as it's being streamed into the app, then streams to frontend play button, all within a NextJs app, streaming code via playht within a route, then called in frontend via play button on response - would be great! Following example code here: Errors: Failed to compile. .. When I explicitly state 'use server' it returns a 'tls' error, as noted by others in the discord |
I have the same problem. Another person opened the same issue here: I have tried a lot of different things, but nothing has worked so far. I am looking into elevenlabs API now, since they also seem to support input text and output audio streaming. |
I've been trying to use the npm package with NextJs. I installed it but when i add it to my code i get an error saying Cannot find module 'tls' I tried installing the model but it didn't work ?
The text was updated successfully, but these errors were encountered: