Displaying 20 results from an estimated 100 matches similar to: "FFTW3 for libspeexdsp"
2008 May 27
1
FFTW3 for libspeexdsp
Small update.
This makes --without-gpl-fftw3 do the expected, and also allow
--with-gpl-fftw3=/path/to/fftw3 for alternate installs. It also zeroes
the imaginary of the nyquist element; it works without it, but it's
recommended to do.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: speex-fftw3-fix.diff
Url:
2009 Dec 30
0
[PATCH] Link libspeexdsp with libfftw3 when needed
When built with --with-fft=gpl-fftw3, libspeexdsp is not linked with
libfftw3, while it uses symbols from it. This means every object linked
with libspeexdsp should also be linked with libfftw3, but it is not
something reflected in the pkgconfig file.
Instead, link libspeexdsp with libfftw3 when --with-fft=gpl-fftw3, and
remove explicit link with libfftw3 in objects build by the speex
Makefile.
2011 Nov 17
1
building biOps on macports, and configure--vars
All,
the MacOSX binary build of the biOps package is broken on cran, so I am trying to compile from source. I am very close; the trick is apparently that this package depends on fftw3, libjpeg and libtiff. My fftw3 is in /usr/local/, but my libjpeg and libtiff are in /opt/local/ since i got them through macports. In general, I'd like to keep as many of my third-party libraries as I can in the
2008 May 27
3
MKL Patch
And here's a patch for Intel Math Kernel Library. This allows commercial
users of Speex to use a high-speed FFT library that isn't GPL'd. (You do
need to pay for it though). This is 3 times faster than the default FFT
in speex, and also faster than FFTW3 since MKL has native support for
the complex packing Speex uses.
Since Intel hasn't supplied any pkg-config files, and which
2008 May 27
5
MKL Patch
Alexander Chemeris wrote:
> Hi,
>
> On 5/27/08, Thorvald Natvig <thorvald at natvig.com> wrote:
>
>> And here's a patch for Intel Math Kernel Library. This allows commercial
>> users of Speex to use a high-speed FFT library that isn't GPL'd. (You do
>> need to pay for it though). This is 3 times faster than the default FFT in
>> speex, and
2013 Mar 04
1
installing biOps on MacOSX fails
version.string R version 2.15.2 (2012-10-26)
I am trying to install biOps on MacOS X 10.8.2
First, I have tiff, fftw-3, jpeg
and set paths like
cd /usr/include
sudo ln -s /usr/local/include/fftw3.h
for x in /usr/local/include/j*.h; do sudo ln -s $x; done
for x in /usr/local/include/tiff*.h; do sudo ln -s $x; done
cd /usr/lib
for x in /usr/local/lib/libfftw3.*; do sudo ln -s $x; done
for x in
2009 Sep 27
1
Optional libraries (libtiff, etc) not found
I installed the (binary) biOps package, which can use libtiff and libfftw.
Then I used macports to install the libraries (in /opt/local/lib). But I
restart R and biOps still does not see the libraries.
I've tried adding symbolic links from /opt/local/lib to /usr/local/lib, I've
added /opt/local/lib to LIBRARY_PATH, LD_LIBRARY_PATH, and
DYLD_LIBRARY_PATH, and it doesn't work.
Do you
2016 Jan 21
1
Failed to install imager
Hi,
I failed to run install.packages("imager") in CentOS 6, the R version is
3.2.2
g++ -shared -L/usr/local/r/3.2.2/lib64/R/lib -L/usr/local/lib64 -o
imager.so RcppExports.o colourspace.o display.o drawing.o filtering.o
interpolation.o morphology.o transformations.o utils.o wrappers.o -lX11
-lfftw3 -L/usr/local/r/3.2.2/lib64/R/lib -lR
/usr/bin/ld: cannot find -lfftw3
I checked
2017 May 29
0
[PATCH] Add CMake build script
Description
===========
This patch adds support of CMake meta build system, so you can generate
Unix makefiles, VS 6.0-2017 projects and many more.
Features
========
* Win32 and Linux tested
* Travis CI test added
* Generates working Visual Studio 6.0-2017 solutions
* Generates working Unix Makefile
* Supported options (<option> - <default value>):
* `ENABLE_FLOATING_POINT` - on
2008 Nov 10
0
rimage don't install on mac OS X 10.5.5 solved
Hello i resolve the installation of the package rimage following the
indications by Andy Jacobson in the list osx@tazman.princeton.edu
the trick is using R CMD INSTALL --configure-vars='LDFLAGS=-L/sw/lib
CPPFLAGS=-I/sw/include' rimage_0.5-7.tar.gz
the packages fftw2.1.5 and libjpeg were installed via Fink.
Thanks for Prof. Brian Ripley for ththe response and hope this can
help
2003 Nov 10
1
"configure" options and R CMD INSTALL
Hi folks:
I am trying to install the package "rimage" in R 1.8.0 on an Alpha Linux box.
"R CMD INSTALL rimage_0.5-1.tar.gz" fails with the following:
...
...
checking for stdint.h... yes
checking for unistd.h... yes
checking fftw.h usability... yes
checking fftw.h presence... yes
checking for fftw.h... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence...
2008 Oct 18
1
octave
trying to install octave from epel onto centos 5.2, and getting
dependency errors. only place I could find this RPM was in epel, which
I 'thought' ran on native rhel5/centos5 without requiring any other
repos, but I guess I'm wrong?!?
google tells me libhdf5 is some sot of 'heirarchial data format'
library, whatever that means.
# yum install octave
Loading
2008 May 28
2
FFT Resampler
Attached is a snapshot of work-in-progress of a FFT based resampler. At
the moment it works in floating point only, and only basic quality
inspection has been done.
Some benchmarks comparing the filter-based resampler at Q3 with the FFT
resampler with overlap = in_len / 2, using 20ms chunks of data. (-O3
-ffast-math, FFTW3, gcc 4.3.0 on x86_64)
16=>48: 59us vs 19us
16=>44.1: 204us vs
2006 Sep 11
3
Installation difficulty with "rimage"
Dear R people,
I am trying to install rimage using install.packages("rimage") but am
receiving the following errors despite having FFTW installed. I would
appreciate any help to get this fixed.
checking fftw.h usability... no
checking fftw.h presence... no
checking for fftw.h... no
configure: error: Sorry, can't find fftw header
ERROR: configuration failed for package
2018 Sep 05
0
Asterisk 15.6.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 15.6.0.
This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk
The release of Asterisk 15.6.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following issues are resolved in this release:
2009 Aug 05
0
Bug in libspeexdsp resampler
There is a bug in "speex_resampler_process_interleaved_int" and
"speex_resampler_process_interleaved_float" in the resampler. It seems
that when "speex_resampler_process_int" is called for the first channel,
"in_len" is set to the actual number of samples used (when output
limited), which you would think would be OK to use for all the
subsequent calls
2009 Oct 23
0
Little bug in the libspeexdsp resampler
Hi Jean-Marc,
I reported this bug a couple of months ago and either it got lost or I
just didn't make my case very well. Let me see if I can explain why
"speex_resampler_process_interleaved_int" and
"speex_resampler_process_interleaved_float" in the resampler have a problem.
If you call "speex_resampler_process_interleaved_int" with a small
2013 Jul 20
7
Failure to Launch (was override -q option)
Attached is the very verbose ssh output. Just to be perverse, this time two
nodes lost connectivity. The only thing I see is lines saying that the two
connections are lost, although being honest I have no idea what everything
else means. For reference, 8 ssh cinnections were being made at the same
time for a 8x8mpi task.
N.B., since the OS I am using does not have rsh, I am currently using the
2004 May 29
1
prerelease of the Postfish
Hello folks,
Although Jack graciously permitted me to keep tinkering on
the Postfish alongside OggFile work ;-) allowing it to sit there in a
partially tinkered state continued to be a distraction. So yesterday
and today I cleaned up the source repository and put together a
prerelease. With this prerelease, I'm putting the project out of mind
until I put out a beta of OggFile.
Actually,
2004 May 29
1
prerelease of the Postfish
Hello folks,
Although Jack graciously permitted me to keep tinkering on
the Postfish alongside OggFile work ;-) allowing it to sit there in a
partially tinkered state continued to be a distraction. So yesterday
and today I cleaned up the source repository and put together a
prerelease. With this prerelease, I'm putting the project out of mind
until I put out a beta of OggFile.
Actually,