--
You received this message because you are subscribed to the Google Groups "BrutefirDRC" group.
To unsubscribe from this group and stop receiving emails from it, send an email to brutefirdrc...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
code:
sudo csos-cleanDowngrade-testing brutefir
It was permission problem, easy fix is:
sudo chmod -R 777 /etc/squeezeboxserver
sox/Brutefirwrapper option appeared in Advanced/File Types FLAC conversion options.
Loudness option seams to work fine, convolver probably too. I'll check everything tomorrow!
sudo chmod -R 777 /usr/share/squeezeboxserver/Plugins/BrutefirDrc/Bin
Convolver works well, I checked it with custom 44.1 khz filter (pass band) centered on mid frequencies with bass and treble removed.
Change in processed sound was obvious. I also played 96000khz 24bit material with 32768 samples long filter,
CPU was loaded around 10% for each core (2 of 4) for brutefir process ( 0 cpu 10%, 1 cpu 10%) other two cores where occupied with lower loads
by squeezelite, sox etc.
In case of 44.1khz ( filter 16384 samples long) we have about half the load of 96k.
It is possible to filter @44.1khz with BrutefirDRC convolver and then have it asynchronously up-sampled by sox before output... for example to 96khz.
(I feed this way my DSP crossover which operates optimally at rate of 96khz)
To view the brutefir log in real time you can use the command tail -f -n 20 /var/log/squeezeboxserver/
brutefir.log
-n 20 = display 20 lines
4. I cannot seek within a track while BrutefirDRC is active. If I try to seek 20 seconds into the track, for example, the web GUI places the marker on the track progress bar properly, but the track actually starts playing from the beginning (T=0). With BrutefirDRC disabled, I can seek to that point and the track will start to play from T=20, as expected. My files are all FLAC (nearly all 16/44.1), if that makes a difference.