<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
On 12/16/2011 10:27 AM, Ali Polatel wrote:<br>
&gt; Hello,<br>
&gt;<br>
&gt; I and a couple of friends have decided to set up an amateur internet<br>
&gt; radio. We have a relatively small budget thus we want to go step by step.<br>
&gt; What we&#39;ve thought so far is to have a devoted box with all the music<br>
&gt; archived. Ideally we want to make the interface very simple for DJs to<br>
&gt; use, even if this means increasing the maintenance cost of the system<br>
&gt; administrator. They should be able to grab a microphone and use a<br>
&gt; portable interface (yes, some DJs may be using windows) to choose music,<br>
&gt; play and start talking right away.<br>
&gt;<br>
&gt; The devoted box will be running Linux and I plan to administer the<br>
&gt; system. I have relatively good knowledge on Linux systems and<br>
&gt; programming in general. I want the system to be flexible, be it at the<br>
&gt; cost of difficulties in configuration or deployment.<br>
&gt;<br>
&gt; Please advice and share your experiences.<br></blockquote><div><br>Hi,<br><br>on the server side I am currently using shoutcast on a debian wheezy box, on the client side we are using Internet DJ Console (IDJC) as source for shoutcast.<br>
IDJC is jack compliant and it is very easy to setup  but it does not run on windows.<br><br>More complex setups can involve the using of Jamin through the IDJC dsp in/out ports and/or VoIP features (skype, google-talk).<br>
The former is quite straightforward if you are used to Qjackctl UI, the latter requires some additional work and understanding how alsa loop devices and jack pcm plugins work which is very well documented on <a href="http://alsa.opensrc.org/Jack_and_Loopback_device_as_Alsa-to-Jack_bridge">http://alsa.opensrc.org/Jack_and_Loopback_device_as_Alsa-to-Jack_bridge</a>.<br>
<br>Of course you can use any other alsa app to redirect audio signals to IDJC. eg. you can use ardour tracks to process DJ microphones input signals (add compression, eq, reverbs) and the route tracks outs to IDJC mic inputs.<br>
<br>-r<br></div></div>