NM-TAFE / dip-programming-prj-advanced-gui-awesome

Creative Commons Zero v1.0 Universal
0 stars 5 forks source link

Add sound to video player when code is on screen #21

Closed 20095325 closed 3 months ago

20095325 commented 4 months ago

add play_sound function to update_video_data when code is on screen.

MasterAirscrachDev commented 4 months ago

easily generate sounds: https://sfxr.me/

LukeyTheFireCube commented 4 months ago

Would adding the package "playsound" to the requirements be alright?

MasterAirscrachDev commented 4 months ago

How do you add a package to front end js?

LukeyTheFireCube commented 4 months ago

i think it has something to do with node.js basically opening a command prompt and telling NPM to download the package so something like npm install

MasterAirscrachDev commented 4 months ago

Uhh no, stick with browser js, nodejs is for desktop applications

20095325 commented 3 months ago

@sdthinlay are we making progress on this?