I have tested Boris Mikhaylov implementation of a cross feed for head phone listening, see http://bs2b.sourceforge.net. It seems to work quite good, I had to do some minor modifications to Boris program bs2b_convert to make it to work with transcoding (using stdin and stdout).
I have tried it under Linux (Fedora-9) and Squeezecenter 7.3.1. The source code could be found on my server: http://www.quensel.nu/bs2b-2.1.0.tar I have written a small instruction how to build and install the files (how-to-squeezecenter.txt, located inside the tar-file). A convert.conf file is also included in the tar-file. It would be nice if someone else could have a look at it, and maybe build a Win32 version of it? My convert.conf file is only adapted for WAV, FLAC and MP3 files. It does not work with oter than 44.1 khz files either. My 48khz-FLACs are played in slow-motion... It is possible to add sample rate to the command line in the convert.conf file? In the example below I would like to get the sample rate from the original file and not always use 44100, is there a variable like $SAMPLE_RATE$ that I could use? flc flc * * # FT:{START=--skip=%t}U:{END=--until=%v} /usr/bin/bs2b_convert -3fr $FILE$ - 2> /tmp/bs2b.log | [flac] -cs --endian little --channels 2 --bps 16 --sample-rate 44100 --sign signed --compression-level-0 - Another nice feature would be to able to switch the xfeed on and off using the remote! bs2b_convert only supports 2-channel files. -- rqu ------------------------------------------------------------------------ rqu's Profile: http://forums.slimdevices.com/member.php?userid=10054 View this thread: http://forums.slimdevices.com/showthread.php?t=57712 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/ripping
