Audio support (C++)
Is it possible to create audio using repl.it c++? It can be using GFX or the terminal, it doesn't make a difference to me.
Voters
Ask coding questions
Is it possible to create audio using repl.it c++? It can be using GFX or the terminal, it doesn't make a difference to me.
Yeah, audio is not supported right now. It's a planned feature. A month or so ago they said they're open to the feature, but this post suggests it works in Python. I haven't tried to get audio to work with C++ myself, but it wouldn't be unlikely for it not to work My best guess is that it works for some languages (such as Python) and fails to work for others (like C++). :P
@eankeen I see, thanks chief