Some very high fidelity sound systems use active crossovers and multiple amplifiers. This approach is also common in automotive sound systems. Active crossovers divide the audio signal into different frequency ranges and then send these separated signals to the appropriate amplifier-speaker set. This approach allows a direct connection from amplifier to speaker. The benefits are better power efficiency and more precise control of the speaker by the amplifier.<br><br>It seems that Gstreamer is a good basis for a PC based active crossover system when combined computers having high quality audio output.<br><br>There may be a project out there that can already do this. However, bear with me for a bit as I believe there is not an implementation that has the advantages of this current idea.<br><br>Typical crossover implementations suffer from phase shifting of the signals relative to each other. This causes blurring of the sound and reduces listening pleasure. <br><br>A computer
 based system can eliminate this phase shifting in the following way. The audio track can be preprocessed and then saved onto disk as multiple tracks containing high, medium, and low frequencies. Then during playback each track can be sent through the audio subsytem to the appropriate amplifier-speaker.<br><br>The dividing of frequencies without creating a phase shift can be accomplished by using a simple moving average. For example consider a digital audio signal, S(x), that you want to divide into high, Sh, and low, Sl, frequencies.&nbsp; Let x be the index of a particular point in the audio file. Let "Size" be the an integer that determines what frequency the signal is divided at. The following pseudocode will divide the signal without introducing phase shift:<br>------------------------------<br>&nbsp;Average = the average value of S from S(x-Size) to S(x+Size)<br>&nbsp;SH(x) = S(x)-Average<br>SL(x) = Average<br>-----------------------------<br><br>Obviously adding the
 two resulting files will give the original file<br><br>The frequency division will not be very sharp (low crossover slope). The following additional process can be used repeatedly until the slope is sharp enough.<br>-------------------------------<br>For all x compute<br>SL_L(x) = the average value of SL from SL(x-Size) to SL(x+Size)<br>SL_H(x) =&nbsp; SL(x)&nbsp; -&nbsp; SL_L(x)<br>SH_L(x) = the average value of SH from SH(x-Size) to SH(x+Size)<br>SH_H(x) = SH(x) - SH_L(x)<br>after all SH_H, SH_L,SL_H, and SL_L are found then <br>SL(x) = SH_L(x) + SH_L(x)<br>SH(x) = SL_H(x) +SH_H(x)<br>---------------------------------<br><br>basically this trims high frequencies from the low frequency stream and&nbsp; adds then to the high frequency stream. and vice-verse. This would continue down the the limit of bit precision if enough passes were made over the two streams.<br>&nbsp;<br><br><br><br><br><br><p>&#32;
      <hr size=1>Luggage? GPS? Comic books? <br>
Check out fitting <a href="http://us.rd.yahoo.com/evt=48249/*http://search.yahoo.com/search?fr=oni_on_mail&p=graduation+gifts&cs=bz"> gifts for grads</a> at Yahoo! Search.