-
Notifications
You must be signed in to change notification settings - Fork 214
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
Export as stream without saving? #123
Comments
If audio is output via speakers or headphones you can capture the stream. See https://github.com/guest271314/captureSystemAudio. |
@guest271314, I would like to get stream inside my app and not hear it myself. My project is a small Discord bot that is playing TTS upon different events, I don't want to hear it myself since I host it at my pc. |
I havn't tried say.js. It is certainly possible to stream raw PCM without outputting to speakers locally. Here I |
Trying to add stream to
|
Is there way to export audio in WAV as Uint8Array or something?
After looking at examples and code, it doesn't seem it has such thing. Is it possible to add it?
The text was updated successfully, but these errors were encountered: