spandsp: disable fixed point implementation 151/head
authorJohn Papandriopoulos <jpap@noreply.users.github.com>
Mon, 29 May 2017 02:24:59 +0000 (19:24 -0700)
committerJohn Papandriopoulos <jpap@sergee.com>
Thu, 8 Jun 2017 06:11:03 +0000 (23:11 -0700)
commitb57051c35dd09e74d4f8857194524231a7224aeb
treee80f479565f8d4e1fa52b56b411eecfe868b6663
parent3cce8976b1d074946151a24a79256a0c5e70a666
spandsp: disable fixed point implementation

On a Netgear R7000 (ARMv7) without floating point, using SpanDSP with
fixed point to send/receive fax on Asterisk resulted in repeated
failure and intermittent performance.  Disabling fixed point fixed
these issues; the software floating point implementation was fine for
real-time use.

Now on a Netgear R7800 (ARMv7) with hardware floating point, the
autoconf auto-detect will say no floating point is available, and
again enables the poor performing fixed point implementation.  Ouch!
libs/spandsp/Makefile
libs/spandsp/patches/101-disable-fixed-point.patch [new file with mode: 0755]