<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Yes, but what about baz.ul and waldo.ul ?? :-)<br><br>Jim<br><br><div><div id="SkyDrivePlaceholder"></div><hr id="stopSpelling">From: wb3awj@comcast.net<br>To: app_rpt-users@ohnosec.org<br>Date: Sun, 18 Nov 2012 10:26:11 -0500<br>Subject: Re: [App_rpt-users] change function stanza<br><br>


  
  


How about calling an external script that just writes over the sound files?<br>
<br>
I keep a ulaw file which contains 250ms of silence on each repeater for that purpose. For example, my weather script creates ulaw files that are used as squelch tail files. If there aren't any weather events, the script copies the silence files to the tail files. When there's an event, it uses Cepstral to create the tail file. That way the tail files still play but no one notices it.<br>
<br>
You could have your external script copy the effects files somewhere. Copy the silence file into each of their places. Then when you return from the net, copy the originals back into place.<br>
Like this :<br>
 On start : cp foo.ul ./Archive/foo.ul<br>
                  cp bar.ul ./Archive/bar.ul   <br>
                  cp silence.ul foo.ul<br>
                  cp silence.ul bar.ul<br>
<br>
On return cp ./Archive/foo.ul foo.ul<br>
                  cp ./Archive/bar.ul bar.ul<br>
<br>
You get the idea.<br>
<br>
<table cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td>
-- <br>
<i>Robert A. Poff</i><br>
<i>Loganville, PA</i><br>
<br>
<b><i><a href="http://wb3awj.hobby-site.org/loon.htm" target="_blank">S/V Loon</a></i></b><br>
<i><font size="2">1983 Hunter 34</font></i><br>
<i><font size="2">Havre de Grace, MD.</font></i><br>
<br>
WB3AWJ<i> - Allstar 27784</i><br>
<i>Powered by Linux</i> <br>
<br>
</td>
</tr>
</tbody></table>
On Sat, 2012-11-17 at 19:51 -0700, Jeff Carrier wrote:
<blockquote>
    is there a way to switch the function stanza with a dtmf command?  Here's my issue.  I have some prerecorded audio clips that can be called via dtmf commands.  They're goofy things like canned laughs and applause clips.  I use the "playback" versus the "localplay" so the files will play on my 4 nodes that are permanently connected.  
</blockquote>
<blockquote>
     
</blockquote>
<blockquote>
<pre>
</pre>
</blockquote>


<br>_______________________________________________
App_rpt-users mailing list
App_rpt-users@ohnosec.org
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</div>                                     </div></body>
</html>