Hi Everyone,<div><br></div><div>I&#39;m currently working on writing a live digital effects program (<a href="https://github.com/mtytel/dfex" target="_blank">https://github.com/mtytel/dfex</a>) for my computer (a digital effects pedal without the pedal). I currently have everything working with JACK audio, but there are a few limitations it has. I&#39;m considering GStreamer as a replacement, and here is what I&#39;m looking for:</div>

<div><br></div><div>- Low Latency (This is a must because I&#39;m already taking a hit by making a <i>digital</i> effects pedal)</div><div>- Easy Audio IO (I want to take audio input, run my effects and redirect to output. I just want a simple call back when the audio buffer is ready and an easy way to pass off the output)</div>

<div>- Reading/Writing Audio Files. (JACK doesn&#39;t do this at all but would really help me out)</div><div>- Eventually I want to have multiple audio inputs possibly through a USB pre-amp.  Is this possible?</div><div>
<br></div><div>Thanks for your time,</div><div>Matt</div>