Jack and ARM

View: New views
2 Messages — Rating Filter:   Alert me  

Jack and ARM

by Fabien Comte :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

Hi,

I use Jack with an ARM 9 target.

 

It does not work because my CPU does not have a FPU -> alsa-lib configuration detect that my target is soft float then it desactivates FLOAT_LE support.

 

If I force FLOAT_LE support in alsa lib, It could works but It’s clearly not CPU efficient.

 

Does it any way to use an integer type as interface format with jack ?

 

Thank you.

 

Fabien

 

 


_______________________________________________
Jack-Devel mailing list
Jack-Devel@...
http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org

Re: Jack and ARM

by Peter Nelson-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, 2009-09-22 at 19:02 +0200, Fabien Comte wrote:

> Hi,
>
> I use Jack with an ARM 9 target.
>
> It does not work because my CPU does not have a FPU -> alsa-lib
> configuration detect that my target is soft float then it desactivates
> FLOAT_LE support.
>
> If I force FLOAT_LE support in alsa lib, It could works but It’s
> clearly not CPU efficient.
>
> Does it any way to use an integer type as interface format with jack ?

No, there isn't. All programs that use Jack expect to deal with floats
only. There is no scope for format negotiation.

Peter.


_______________________________________________
Jack-Devel mailing list
Jack-Devel@...
http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org