i want to use sox & mpg123 in "browsing" soundfiles in a tk app, but i do not simply want system "play file.wav" since i would like to give me the user the option of stopping the command in media res.
Is there a simple clever way to do this via some module or do i have to go about getting the pid of the process and kill it circuitously?