yiannakop
March 27th, 2006, 07:36 AM
Hi everyone. I have developed a tool for audio characterization (segmentation + classification), using Matlab. I am planning to develop the tool in a programming language (I will probably choose Java for a number of reasons). But for the time I would like to create a simple web interface were the user will be able to upload wav files in a server, and after a short period of time, the the results (audio segments which have also been classified) will be returned in a page. I will be obliged to have Matlab installed in that server (until the tool will be developed in Java) so the web page will have to communicate (in the server's side) with matlab, or better with an executable which will call the matlab dlls.
Can you suggest a good technique to do this? What I want in simple words is an active page which will be used to:
a) upload a wav file.
b) call an executable (using matlab dlls) which will run in the server and will return a number of wav files (maybe in a folder where the user will be able to download them).
I know some asp and jsp, but I have no idea how I can "run" an executable in a server which will communicate with the server scripts (jsp or asp).
Regards,
Theodore
Can you suggest a good technique to do this? What I want in simple words is an active page which will be used to:
a) upload a wav file.
b) call an executable (using matlab dlls) which will run in the server and will return a number of wav files (maybe in a folder where the user will be able to download them).
I know some asp and jsp, but I have no idea how I can "run" an executable in a server which will communicate with the server scripts (jsp or asp).
Regards,
Theodore