search for: spxs

Displaying 1 result from an estimated 1 matches for "spxs".

Did you mean: spx
2006 Aug 31
1
serving speex without a server
...t you also need h2acons.exe, fgrep.exe, and basename.exe to be in your path. (Some of these are in the well known UnxUtils collection.) For .spx files on my home page the script is:- -------------------------------------------- rem @echo off set url=http://www.coopersmith.demon.co.uk curl -s -o spxs %url% h2acons spxs /SILENT fgrep .spx spxs.txt set /p basename=Enter basename of the one to play: curl %url%/%basename%.spx | speexdec - -------------------------------------------- (The basename of this file can be whatever you like but I found that the .bat extension instead of .cmd does not wo...