On Tue, 14 Jan 2014 00:41:36 +0000
"Jeffery, Clint (jeffe...@uidaho.edu)" <jeffe...@uidaho.edu> wrote:

> Thanks Jay, for helping out.
> 
> It is true that if your program is run from a terminal that interprets
> ASCII codes properly, and if it has a working PC speaker, then control-G
> might give you a beep like it would in the old days.
> 
> The only alternative that I will bandy about is that if Unicon is built
> with sound enabled, then it can play sound files, including ones that
> contain beeps. Under Windows Icon and Unicon there was a legacy
> platform-specific function, WinPlayMedia(), and under some versions of UNIX
> (for example, Linux) Unicon has a function PlayAudio(), if you have the
> right libraries (OpenAL, Ogg/Vorbis, SDL, and SMPEG may all be useful)
> installed.
> 
> One of Unicon's biggest supporters is fond of saying that he's never heard
> Unicon actually make a sound, and had dozens of times when his Unicon build
> failed due to missing sound libraries or headers and associated autoconf
> bugs and what-not, so it is fair to take a skeptic's approach and believe
> it only when you hear it.
> 
> Cheers,
> Clint
> ________________________________________

Someone sent in a bug report with a fix a few years ago that got .wav files
working on Linux.
I updated the fix a year or 2 ago, and tested the patch on debian 32bit and
(more recently on) Mint 64bit. see 
http://sourceforge.net/p/unicon/bugs/146/
for the patch.

FYI: The 64bit build was broken on Mint16-64 at last check, not finding
libstdc++. (var LIBSTDCPP used by runtime.mak is not defined anywhere, 
should be in Makedefs after make Configure. iconc may need more.)

Charles


------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Unicon-group mailing list
Unicon-group@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to