Displaying 1 result from an estimated 1 matches for "h2acon".
Did you mean:
h2acons
2006 Aug 31
1
serving speex without a server
...peexdec.exe and curl.exe in one's path. Then
the command line to play a .spx file is
curl URL | speexdec -
Entering an entire URL is irksome and my friends can reduce this to
double-clicking an icon on the desktop which invokes a .cmd file.
The following example requires that 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 spx...