Closed StuartIanNaylor closed 7 months ago
Apols Doh I had put source = file:///home/stuart/Nums_7dot1_24_48000.wav?name=File
but forgot the section [stream]
Aaarch64 is likely more common now and would be great to get a deb in releases though.
I'm using my RPi4 based home server for the package generation for Buster, Bullseye and Bookworm. The RPi is running a 32bit OS and thus I cannot build 64 bit packages on it. Today my RPi5 arrived, which will replace the RPi4 and will run on a 64 bit OS, So I guess that I can soon provide 64 bit packages, and hopefully it will not take 4 hour to build them, currently the 4gig RAM are a bottleneck, forcing me to limit parallel compilation to two threads, C++ is a memory hungry beast when it comes to compiling heavily template based code, which Snpacast indirectly is - thanks to the usage of boost.
I think now with so much from fft to ML benefiting from vector instructions 32bit is now mostly a microcontroller domain. I managed compile real easy it was just me @badaix as didn't give the section of [stream] I did wonder about optimisation and didn't look but march=native and such do they have any effect. PS on a tangential topic the armv8.2 mat/mul vector instructions really do make a huge diff on Pi5.
PS compiling use zram in fact use my hack as the debian one is horrid https://github.com/StuartIanNaylor/zram-swap-config but add a 2gb dphys-swap file in case zram hits uncompressable and stops any fail.
Running the unreleased 0.28 arm64 version (downloaded from the github action page). Seems to work great!
please make it easier for us noobs. sudo apt install ./snapserver_0.27.0-1_armhf.deb
I did compile after getting libboost but for some reason it seems to ignore
/etc/snapserver.conf
and just use defaults?