9 Réponses
+ 1
You could use Python via web. There are some examples on sololearn how to do that (I don't have a particular one)
The problem with using audio in Python directly on Python playground would probably be the strict time-out...
+ 1
That's what I wrote? :)
Sorry, if it was unclear: I tried to explain why I think it doesn't work on *sololearn* *python* playground
0
bell I think so no. Sl doesn't support microphone 🎙️ facility
0
bell I mean using audio in runtime on the spot. Else you can store it in mp3 or Dropbox or anything else to use it
0
I have some doubts that we can make audio work directly on python playground:
* runtime of python scripts is very limited
* we cannot "pause"/ "delay" execution (e.g. sleep())
* we cannot create gui – I wouldn't be surprised if audio is denied either
A work-around could be to create a web code and include a different python interpreter ("brython"?) that allows for audio.
0
No Lisa I understood what you spoke. But try to tag the people to whom you are speaking because sometimes it creates confusion
0
Atul [Inactive] my comment on python audio was on the thread's question. It doesn't address a particular user