cliveb wrote: 
> Excellent - many thanks. That all looks very straighforward, and I
> already have the REW filter settings.
> 
> It will interesting to see if the filters used by SOX produce bass
> artefacts like those on the HiFiBerry DSP card.
> If they don't, the DSP card will be going on eBay!
> 
> EDIT: Given that I want to target the specific piCorePlayer in my living
> room, I presume I need to set up custom-convert like so:
> > 
Code:
--------------------
  >   > 
  > flc flc * PLAYER-ID
  >     [sox] ...
  > 
--------------------
> > 
> where PLAYER-ID is the MAC address or IP address of the target
> piCorePlayer?

Yes, it should just be the MAC address.

If you want an easy way to see if it's working, use the following which
will turn off the right channel:


Code:
--------------------
    flc flc * *
        [sox] -q --no-clobber -t flac $FILE$ -t flac - remix -m 1 0
--------------------


It does add to the load on the Pi, but it's not much (about 6% cpu load
running, 26% starting the track) - the initial start time to play a
track is a little longer (still under 2 seconds from my testing with
about 5 filters and a remix to alter the balance).


------------------------------------------------------------------------
BoxOfCables's Profile: http://forums.slimdevices.com/member.php?userid=72091
View this thread: http://forums.slimdevices.com/showthread.php?t=114824

_______________________________________________
audiophiles mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/audiophiles

Reply via email to