While these docs are good (documentation), I seriously can't find any way to manipulate the files to play audio specifically in the c++ ide in repl.it. This isn't straightforward, and they only have a library for python, and node.js, so it requires me to go through the tmp/audio area.
Asked
Active
Viewed 178 times
0
-
What did you try doing? – user253751 Jan 15 '21 at 14:37
-
I tried a pipe, and also tried inputting the code for the request they had on their site @user253751 – flying Jan 15 '21 at 15:50
-
They say /tmp/audio is a named pipe. Do you know how to open a named pipe? Hint: it's exactly the same as a file – user253751 Jan 15 '21 at 16:06
-
how would I open a named pipe (as in code)? @user253751 – flying Jan 15 '21 at 18:01
-
hint: it's exactly the same as a file – user253751 Jan 15 '21 at 18:08
-
I already did fstream audio, but now how do I properly send a request? @user253751 – flying Jan 15 '21 at 18:15
-
Maybe you write a request like the one shown in the documentation – user253751 Jan 15 '21 at 20:12