Hi JackOfAll,

It is my first post in CSOS forum. I appreciate your great work on
Community Squeeze project!
Here is my painful way to make BrutefirDRC working on CSOS. I am more
acoustic then Linux guy, 
so please check if there are any errors in my thinking logic writting
attached instructions.


1.

Install BrutefirDRC:


Code:
--------------------
    sudo csos-cleanInstall logitechmediaserver-plugin-BrutefirDRC
--------------------



2.

Add Samba share folder:


Code:
--------------------
    sudo nano /etc/samba/smb.conf
--------------------




Code:
--------------------
    ## add  BrutefirDRC samba shared directory ##
  
  [BrutefirDRC]
  comment = Read/Write file share
  path = /etc/squeezeboxserver/BrutefirDrc
  guest ok = yes
  writeable = yes
  create mask = 0777
  
--------------------



3.

Make directories used by BrutefirDRC writtable.


Code:
--------------------
    sudo chmod -R 777 /etc/squeezeboxserver
  sudo chmod -R 777 /usr/share/squeezeboxserver/Plugins/BrutefirDrc
  
--------------------


4.

Go to Samba share folder "BrutefirDRC" from your PC and add required
filters in /filters folder.


Each filter for given frequency consist from 3 parts:

Filter_44100.txt
Filter_44100_Left.pcm
Filter_44100_Right.pcm

They reside in folder /etc/squeezeboxserver/BrutefirDrc/filters/

Examples of working filters can be found @ 
sourceforge.net/projects/brutefirdrc/files/brutefirdrc/4.1.beta/filter_examples_4.1.beta.tar.gz/download

You need to edit sample .txt files to use your .pcm left and right
filters!

5. 

Having more popular filter format like: Filter_44100_stereo_32bit.wav
(generated from awesome program Rephase 9.7)
You can use sox conversion to obtain .pcm filters
Just place Filter_44100_stereo_32bit.wav in folder
/etc/squeezeboxserver/BrutefirDrc/filters/
and use code:



Code:
--------------------
    sox -t wav 
/etc/squeezeboxserver/BrutefirDrc/filters/Filter_44100_stereo_32bit.wav -e 
floating-point -t raw 
/etc/squeezeboxserver/BrutefirDrc/filters/Filter_44100_Left.pcm remix 1
  
  sox -t wav 
/etc/squeezeboxserver/BrutefirDrc/filters/Filter_44100_stereo_32bit.wav -e 
floating-point -t raw 
/etc/squeezeboxserver/BrutefirDrc/filters/Filter_44100_Right.pcm remix 2
  
--------------------


6. 

>From LMS player menu choose your "Player" and "BruteFir Room Corection"
submenu.
Choose for example Flac, then Filter_44100.txt


7.

>From LMS settings menu choose advanced/file types and make sure that
your Flac conversion is executed by sox/Brutefirwrapper only.


8.

Play some flac files...

9.
Go to:


Code:
--------------------
    sudo nano /var/log/squeezeboxserver/brutefir.log
--------------------


to check for possible error massages.








JackOfAll wrote: 
> Good to know. I'll take a look at what they are calling a permissions
> problem tomorrow. I think brutefirwrapper is lacking executable
> permissions.


------------------------------------------------------------------------
Rob P's Profile: http://forums.slimdevices.com/member.php?userid=62803
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

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

Reply via email to