However, each time I play a wav file, I have to type the file name as part of the shell script. I would like someone to help me to write a GUI so that it can load the whole CD into ram disk, and allow play back function like fast forward etc. Essentially, it is a GUI for running a shell script.
Should I look for someone who can write C++? Should not be too complicated.
can you give some tutorials, howto or documentation about this piece of software?
Since this software have not been updated for a long time. There are only few documents talking about the configuration and usage. An additional question is which desktop environment are you using?
This software allows digital signal processing which is what I required. The trick is to control the configuration file. with the shell script. In my origial script, I divided it into t1 t2 and t3. T1 and t3 are always the same, t2 is like this
This is the command needed to control the play back. When I play the music, I have another script which which combine t1, t2 and t3 into a single configuration file.
The problem I have now is that I have to type the file name every time and i would like it to be controlled by a good GUI.