-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
soundtouch.so segmentation fault #39
Comments
Is it because remix.js is using soundtouch version 1.4.0 as opposed to 1.8.0? This issue deals with Intel 64bit instruction set that also Mac OS uses. Earlier releases of SoundTouch uses Intel CPU detection routine written for 32bit mode which uses stack management instructions that have since been erased from 64bit mode, hence the segmentation failure. This issue has been fixed into latest SoundTouch development source codes, available for download in Source Code Repository. |
Tried building latest soundtouch from source and (for lack of a better word) smashing the source over the 1.4 files in /external/pysoundtouch14/libsoundtouch. It was a pipe dream. A pipe dream that failed. Segfault persists in 64bit OSX. |
Any progress on this? I tried what @SafetyOrange did and got the same results, sadly. |
I've encountered the same issue on 10.11.2, I tried what @SafetyOrange did, and also did not work. BTW latest soundtouch source creates .dylib and not .so. Tried to hack my way with the mac equivalent of https://github.com/talko/soundtouch#223-compiling-shared-library--dll-version but no success. Can the developers check this on 10.11.2 and include a decent version of sound touch? Many examples work as described at http://echonest.github.io/remix/python but not the following stretch examples, since they depend to soundtouch.so:
|
Currently using OSX 10.10.1:
soundtouch.so exits with a segmentation fault every time.
See below:
The text was updated successfully, but these errors were encountered: