Hi All, My first post...
Just getting into PD on the RPi - loving it!
Just wondering if anyone still has à+'s version of the soundtouch~ external compiled for ARM / RPi?
I'm having trouble following Katja's instructions below on how to compile it.... I have attempted to make a modified Makefile, but I can't figure out what to do with it... is there supposed to be a "make" command or something? I'm lost!
Does anyone still have à+'s compiled binary handy? The dropbox link below is dead. (Or if anyone as the time to give me a more detailed step by step of how I could do it myself I would much appreciate it!)
Thanks! Haima
via Pd-list Wed, 09 Jul 2014 09:17:41 -0700
Hi Katja !
Thank you very much, it's working!
https://dl.dropboxusercontent.com/u/1455235/soundtouchrpi.zip
(Makefile and .pd_linux)
Cheers
Hello,
Files like 'cpu_detect_x86_gcc', 'mmx_optimized' implement optional platform-specific optimizations . They can be compiled conditionally, and you can neglect them (my makefile for soundtouch~ for Pd does not include these routines in the builds).
For a Raspberry Pi build, the LINUX i386 section in the makefile could be copied, but without the -msse flag. Extra C flags for armv6l: -fsingle-precision-constant -mfloat-abi=hard. Architechture flags for compiler and linker: -march=armv6 -mfpu=vfp.
Katja
On Fri, Jun 13, 2014 at 3:42 AM, via Pd-list <pd-list at lists.iem.at> wrote:
Hi,
I would like to compile soundtouch~ for the raspberry pi: http://www.katjaas.nl/pitchshift/soundtouch~.html
Anyone done it? (there's are files called cpu_detect_x86_gcc, mmx_optimized)
à+
Pd-list at lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Hi Haima,
+1 for finding the "à" on your keyboard (or did you "cheat"), but it's
not my name or nick :) à+ means see "you later" in french. anyway
here's the download link again:
https://dl.dropboxusercontent.com/u/1455235/stuff/soundtouchrpi.zip
Cheers~