All of lore.kernel.org
 help / color / mirror / Atom feed
* OpenAL - ALSA interface proposal. I request for comments...
@ 2003-12-15  2:33 Manuel Jander
  2003-12-15  2:34 ` Paul Davis
  2003-12-15  3:20 ` James Courtier-Dutton
  0 siblings, 2 replies; 3+ messages in thread
From: Manuel Jander @ 2003-12-15  2:33 UTC (permalink / raw)
  To: Alsa Devel list

Hi,

Since there is almost nothing else to do to support the Aureal Vortex 
3D processor on Linux, just as i announced some time ago i started
designing a OpenAL interface for ALSA. The design is meant to be
applicable to other hardware too.

I made a preliminary description, from what i have done so far, because
i want to allow other more experienced people to comment and give input
to this.

I posted it in plain text. I hope that is compatible enough.
http://galadriel.mat.utfsm.cl/~mjander/aureal/alsa/OpenAL-ALSA.txt

Well, please give it a read, and tell what do you think about. Thank you
very much.

Best Regards
-- 
Manuel Jander
mjander(at)users(dot)sourceforge(dot)net
-- 
Manuel Jander
mjander(at)users(dot)sourceforge(dot)net



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: OpenAL - ALSA interface proposal. I request for comments...
  2003-12-15  2:33 OpenAL - ALSA interface proposal. I request for comments Manuel Jander
@ 2003-12-15  2:34 ` Paul Davis
  2003-12-15  3:20 ` James Courtier-Dutton
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Davis @ 2003-12-15  2:34 UTC (permalink / raw)
  To: manuel.jander; +Cc: Alsa Devel list

>Since there is almost nothing else to do to support the Aureal Vortex 
>3D processor on Linux, just as i announced some time ago i started
>designing a OpenAL interface for ALSA. The design is meant to be
>applicable to other hardware too.
<
>I made a preliminary description, from what i have done so far, because
>i want to allow other more experienced people to comment and give input
>to this.
>
>I posted it in plain text. I hope that is compatible enough.
>http://galadriel.mat.utfsm.cl/~mjander/aureal/alsa/OpenAL-ALSA.txt
>
>Well, please give it a read, and tell what do you think about. Thank you
>very much.

i think this is not a very good idea. if you want to wrap OpenAL
around ALSA, then wrap it around alsa-lib. don't go messing with the
kernel API, that just doesn't make any sense.

but more importantly, i don't see how any of what you are proposing
aids the use of the aureal vortex 3d processor. a device driver isn't
a library, its code that writes data to registers and handles
interrupts. nothing about OpenAL deals with that side of things.

--p


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: OpenAL - ALSA interface proposal. I request for comments...
  2003-12-15  2:33 OpenAL - ALSA interface proposal. I request for comments Manuel Jander
  2003-12-15  2:34 ` Paul Davis
@ 2003-12-15  3:20 ` James Courtier-Dutton
  1 sibling, 0 replies; 3+ messages in thread
From: James Courtier-Dutton @ 2003-12-15  3:20 UTC (permalink / raw)
  To: manuel.jander; +Cc: Alsa Devel list

Manuel Jander wrote:
> Hi,
> 
> Since there is almost nothing else to do to support the Aureal Vortex 
> 3D processor on Linux, just as i announced some time ago i started
> designing a OpenAL interface for ALSA. The design is meant to be
> applicable to other hardware too.
> 
> I made a preliminary description, from what i have done so far, because
> i want to allow other more experienced people to comment and give input
> to this.
> 
> I posted it in plain text. I hope that is compatible enough.
> http://galadriel.mat.utfsm.cl/~mjander/aureal/alsa/OpenAL-ALSA.txt
> 
> Well, please give it a read, and tell what do you think about. Thank you
> very much.
> 
> Best Regards

It does not seem like you have read much about alsa. The interface 
between alsa-kernel and alsa-lib is liable to change at any point 
whereas the alsa-lib to application api might change, but will always 
ABI compatible.

If there are features of a sound card that you cannot access via 
alsa-lib, just find ways to add them to alsa-lib first. Everything 
needed on the hardware should be accessible via alsa-lib.

Cheers
James


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-12-15  3:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-15  2:33 OpenAL - ALSA interface proposal. I request for comments Manuel Jander
2003-12-15  2:34 ` Paul Davis
2003-12-15  3:20 ` James Courtier-Dutton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.