We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On nodejs public folder i have some audio files. that i want to play with streamFile
const filePath = `http://host.docker.internal:8081/audio/${voiceFileName}.wav`; return elementApi.environment.variables.context.streamFile(filePath) .then((response) => { console.log("response played", response); return response; }) .catch((err) => { console.log("error", err) });
the filePath that i have given, is accessible through browser and even using request api i checked that url is valid.
But agi server does not play the sound.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On nodejs public folder i have some audio files. that i want to play with streamFile
the filePath that i have given, is accessible through browser and even using request api i checked that url is valid.
But agi server does not play the sound.
The text was updated successfully, but these errors were encountered: