AllStarLink Audio out to built-in sound card... for off-the-shelf monitoring
Note: This only works on the ASL image. It will not work on HamVoip because HamVoip does not recognzie the Pi's built-in audio out.
Adding the following to rpt.conf will pipe audio that would go to your node radio or sound fob speaker into your Pi's built-in audio jack. Presumably, it will still also route audio to all the other places you expect... sound fob to radio, etc.
Best of all, there should be only milliseconds of delay between real-time audio and what falls out of the audio jack.
I believe this command is what repeaters use to pipe their audio to services like Broadcastify. In fact, the first commented out example does just that: uses lame to encode the audio to mp3 and pipe it into ezstream to send it to Broadcastify (when configured in allstar.xml). Or at this point, you could actually install and configure IceCast2 locally and have ezstream stream the audio to IceCast2. In that case, you will be running your own streaming server. Please note that all audio will be delayed from real-time by about 40-70 seconds. I believe this is a result of the audio transcoding to mp3.
I put the following right after the Status Reporting section and just before the [functions] stanza. Works like a charm.