I'm creating a web page, with a database already designed and functioning, that uses JavaScript to record users' audio and save it's storage path to the database. I'm using praat scripts to analyse this speech and so far it works offline (individually without interraction with the DB) and am storing the results in a txt file.
My question is, does anyone know how to incorporate the praat script into the webpage so that it will work with the click of a button? Without having to download the audio, and run the praat script on the desktop etc.
Any help would be greatly appreciated!