DSP with Raspberry, HifiBerry and Volumio; DRC + folve

I’m sorry, in this case i can’t help you. My linux knowledge is also not the best, i’m learning by doing. Maybe you are right with your suspicion about the repo. Do you have make “sudo apt-get update”? I hope, someone with better linux-skills read here…

Thank you anyway :slight_smile:

Yes I’ve done the apt-get update before.

It’s strange, same hardware, same DAC and same OS and impossible to achive the same installation :confused:

Anyway, i’m still happy with my volumio setup.

I also have a new raspberry 2. Maybe i will test on it.

I can tell you that FOlve is working on 1.55 fresh install.

I just set up mi wifi and my nas library then install it like the tuto in first page of this post

Just be sure to ssh as volumio user and to “sudo” all chmod commands.

If someone can tell me how to launch folve at startup, it would help beacause it seems to be easy in the first post but it’s not described

Hi,

fine to hear that you have good experiences with folve under volumio 1.55.

Launch at boot: Create a file “folve-start.sh” in /home/volumio

Add to the file

#!/bin/bash mkdir /run/shm/folve chmod 777 /run/shm/folve sudo -u mpd /home/volumio/folve/folve -C /home/volumio/folve/soft-filter -p 17322 /mnt/NAS/Flac /run/shm/folve

make it executable: chmod +x /home/volumio/folve-start.sh

For volumio 1.5 you have to edit “/var/www/_OS_SETTINGS/etc/rc.local”. Maybe in 1.55 the same, just try it:

Add the line

sleep 20 && /home/volumio/folve-start.sh

Good luck

Klaus

Hi

Any idea how to achieve drc as cheap as possible digital toslink in, digital out?

Thanks alex