Commit graph

2 commits

Author SHA1 Message Date
John Papandriopoulos
b57051c35d 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!
2017-06-07 23:11:03 -07:00
Jiri Slachta
93faf947ed spandsp: import from oldpackages
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-07-18 20:12:49 +02:00