joshk wrote:
This is further down on my to-do list but it does look very doable. Robin basically gave the biggest hints and direction on how to get it done.
Good luck and keep us abreast on your findings.

Josh,

I've just started looking at BruteFIR.

I've built it without any external sound interfaces (i.e. just the raw PCM file interface) by commenting out the following lines in the Makefile:

#LIB_TARGETS    += alsa.bfio
#LIB_TARGETS    += oss.bfio
#LIB_TARGETS    += jack.bfio

Basically, it should be as simple as adding brutefir to a line in convert.conf (or better, slimserver-convert.conf).

Something like:

flc flc * *
[flac] -dcs --skip=$START$ --until=$END$ -- $FILES | [brutefir] config_file_name -quiet

[someone more knowledgeable might like to confirm this]

Then, set up config_file_name to point to the brutedir config file, which should at least contain the following settings:

input {
  device: "file" { path: "/dev/stdin"; };
  ...
}

output {
  device: "file" { path: "/dev/stdout"; };
  ...
}

Plus of course the details of whatever filter you are implementing.

I've not tested any of this, but I see no reason why it shouldn't work.

R.
--
http://robinbowes.com

If a man speaks in a forest,
and his wife's not there,
is he still wrong?

_______________________________________________
Discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to