RE: making a web-radio player? |
So the bot in this script uses "commands" in Bot Libre to pass back the audio commands to the client. Your web or mobile client needs to process these commands to play the audio. In the example website it uses some JavaScript code to process the audio command, you need this code for you bot to play audio. var audio = new Audio(); |
|
|
|
|