Displaying 20 results from an estimated 1100 matches similar to: "Cannot compile speexdsp 1.2rc3 on ARM64"
2016 Jul 30
2
Cannot compile speexdsp 1.2rc3 on ARM64
I've filed a bug for aarch64
https://github.com/xiph/speexdsp/issues/7
and provided the port in a fork with a pull request. We need someone to
review/merge in the pull request?
It provides the source code, but my testing was under Android builds, so
there would be some configure changes needed to build it stand alone.
On Tue, Apr 19, 2016 at 4:32 PM, Frank Barchard <fbarchard at
2015 Apr 13
1
Fwd: Cannot compile speexdsp 1.2rc3 on ARM64
Hi,
On Sat, Mar 28, 2015 at 2:34 PM, Evan JIANG <firstfan at gmail.com> wrote:
> Hi all,
>
> (Sorry that may be duplicated that I was not a mail-list member before,
> so last mail sent failed)
>
> I build successfully with speex-1.2rc2. And with speexdsp 1.2rc3, I
> build with i386, X86_64, armv7 and armv7s all passed.
> But when I build for ARM64 (for
2016 Apr 19
0
Cannot compile speexdsp 1.2rc3 on ARM64
Hi I'm new to speex list but joined because I'm needing to port the Neon to
ARM64.
On that function, saturate_32bit_to_16bit(), I noticed the ifdef's are
wrong.
The first version is for normal arm 32 bit arm and should be used for arm32
and thumb2 but not thumb1.
The second version is 32 bit neon and should be #ifdef __ARM_NEON__
I've done a third version which is 64 bit neon.
2016 Aug 09
0
Cannot compile speexdsp 1.2rc3 on ARM64
anyone know how to get the aarch64 fork pulled into the mainline speexdsp?
The code is provided in the bug report https://github.com/xiph/
speexdsp/issues/7
On Fri, Jul 29, 2016 at 5:21 PM, Frank Barchard <fbarchard at google.com>
wrote:
> I've filed a bug for aarch64
> https://github.com/xiph/speexdsp/issues/7
>
> and provided the port in a fork with a pull request. We
2015 Mar 28
0
Fwd: Cannot compile speexdsp 1.2rc3 on ARM64
Hi all,
(Sorry that may be duplicated that I was not a mail-list member before,
so last mail sent failed)
I build successfully with speex-1.2rc2. And with speexdsp 1.2rc3, I
build with i386, X86_64, armv7 and armv7s all passed.
But when I build for ARM64 (for iPhone 6), it failed with:
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in libspeexdsp
CC
2011 Sep 01
6
[PATCH 0/5] ARM NEON optimization for samplerate converter
From: Jyri Sarha <jsarha at ti.com>
I optimized Speex resampler for NEON capable ARM CPUs. The first patch
should speed up resampling on any platform that can spare the
increased memory usage. It would be nice to have these merged to the
master branch. Please let me know if there is anything I can do to
help the the merge. The patches have been rebased on top of master
branch in
2015 Jul 06
2
Compilation failure in resample_neon.h on aarch64
Hi all,
I'm updating OpenEmbedded-core's speexdsp from 1.2rc1 (when it still was
a part of the speex source tree) to 1.2rc3. I found out that building
the new version for aarch64 fails in resample_neon.h (the target machine
is OE-core's default qemuarm64 target). This is the error message:
.../speexdsp-1.2rc3/libspeexdsp/resample_neon.h:148:5: error: impossible constraint in
2015 Jul 07
1
Compilation failure in resample_neon.h on aarch64
On Tue, 2015-07-07 at 18:40 +0930, Ron wrote:
> On Mon, Jul 06, 2015 at 05:35:51PM +0300, Tanu Kaskinen wrote:
> > Hi all,
> >
> > I'm updating OpenEmbedded-core's speexdsp from 1.2rc1 (when it still was
> > a part of the speex source tree) to 1.2rc3. I found out that building
> > the new version for aarch64 fails in resample_neon.h (the target machine
2015 Jul 09
2
speexdsp versioning
Hello,
alsa-plugins currently includes speex/speex_types.h, but that doesn't
work with speexdsp versions >= 1.2rc2, since speex_types.h has been
replaced with speexdsp_types.h. I made a patch for alsa-plugins, so that
it includes speexdsp_types.h instead. I also bumped the speexdsp version
check from "1.2" to "1.2rc2" in configure.ac, since speexdsp_types.h
didn't
2017 Mar 14
1
Processing Conflict: speexdsp-1.2-0.9.rc3.el6.x86_64
Processing Conflict: speexdsp-1.2-0.9.rc3.el6.x86_64 conflicts speex
<= 1.2-0.21.rc1
I am loath to replace things on my primary workstation as I have far
too much to do as it is without dealing with self-inflicted injuries.
However, I do use Jitsi as a softphone and the latest version has a
dependency on a package in EPEL which replaces something from the base
distro.
Can someone inform me
2011 Sep 01
0
[PATCH 5/5] resample: Add NEON optimized inner_product_single for floating point
From: Jyri Sarha <jsarha at ti.com>
Also adds inline asm implementations of WORD2INT(x) macro for fixed
and floating point.
---
libspeex/resample_neon.h | 101 ++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 101 insertions(+), 0 deletions(-)
diff --git a/libspeex/resample_neon.h b/libspeex/resample_neon.h
index ba93e41..e7e981e 100644
--- a/libspeex/resample_neon.h
+++
2016 Mar 16
1
SpeexDSP AEC into ffmpeg api
I've looked at some partial examples and read in the pdf Manual that the
Acoustic Echo Canceller can be used outside of the speex codec as a
preprocessor. I currently have a java app that uses the ffmpeg api for
live streaming. I'm exploring integrating echo cancellation & I'd like to
use the speexdsp AEC by mapping a javacpp library to communicate between
java & speex. Audio
2015 Jul 05
3
[PATCH speexdsp] Don't rely on HAVE_STDINT_H et al. being defined
From: Tanu Kaskinen <tanu.kaskinen at linux.intel.com>
Not everyone who includes speexdsp_config_types.h will have a test
which defines those, and if we've chosen to use the stdint types at
configure time then we know exactly which header(s) are available, so
just choose the best one then and generate the header to use it.
This patch, including the above text, is copied from a commit
2016 Jul 29
2
SPEEX and OPUS questions and minor issues
I recently stumbled upon <speex/speex_resampler.h> and made a chain of
discoveries:
- "http://speex.org/downloads" some links are broken ("rarewares" and git)
- there is some (minor) development (whitespace and more) of the "dead" Speex
codec ... will there be a release? (I don't really need such myself)
- there is some (more useful?) development of the
2015 Aug 20
2
Using speex pre processor
Hello Tristan,
Thank you. But I am using libspeex library. Does the speexdsp library be
included in it? Or it needs to be installed separate.
Appreciate the help.
Thanks,
Ankhit
On Thu, Aug 20, 2015 at 11:43 AM, Tristan Matthews <tmatth at videolan.org>
wrote:
> Hi Ankhit,
>
> On Thu, Aug 20, 2015 at 12:06 PM, Ankhit Vivekananda <
> ankhit.vivekananda at biscotti.com>
2015 Jul 09
0
speexdsp versioning
On Thu, Jul 09, 2015 at 12:23:17PM +0300, Tanu Kaskinen wrote:
> Hello,
>
> alsa-plugins currently includes speex/speex_types.h, but that doesn't
> work with speexdsp versions >= 1.2rc2, since speex_types.h has been
> replaced with speexdsp_types.h.
Strictly speaking it hasn't been "replaced", it's just supplied by
speex rather than speexdsp, as was the
2014 Dec 06
1
speex1.2rc2 and speexdsp1.2rc2 released
Hi,
I just pushed speex1.2rc2 and speexdsp1.2rc2, you can grab them here:
http://downloads.xiph.org/releases/speex/speex-1.2rc2.tar.gz
http://downloads.xiph.org/releases/speex/speexdsp-1.2rc2.tar.gz
More information on the news page: http://speex.org/news/
Best,
Tristan
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2015 Jul 07
0
Compilation failure in resample_neon.h on aarch64
On Mon, Jul 06, 2015 at 05:35:51PM +0300, Tanu Kaskinen wrote:
> Hi all,
>
> I'm updating OpenEmbedded-core's speexdsp from 1.2rc1 (when it still was
> a part of the speex source tree) to 1.2rc3. I found out that building
> the new version for aarch64 fails in resample_neon.h (the target machine
> is OE-core's default qemuarm64 target). This is the error message:
2013 Oct 09
1
[PATCH 0/1] Porting klibc to AArch64
On Wed, 9 Oct 2013 15:51:32 +0200
maximilian attems <maks at stro.at> wrote:
> On Wed, Oct 09, 2013 at 03:14:44PM +0530, Anil Singhar wrote:
> > Hi All:
> >
> > We have some patches to port klibc to ArmV8.
> >
> > The first set of patches from Neil Williams fixes the build issues.
> > The second set of patches from Anil Singhar fixes functionalities.
2018 Jan 03
0
Status of speexdsp?
Hello everyone,
while I've been a user of both Vorbis and Speex since about 2005, this
is the first time I write to the dev mailing list. I created ports for
both SpeexDSP and Speex for Ravenports and have a question regarding
the status of SpeexDSP.
Ravenports is a new universal package building system for *nix systems
that supports Linux, FreeBSD, DragonflyBSD and Solaris (with