All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: ALSA vs OSS/free
@ 2002-03-08 20:21 Kevin Conder
  2002-03-09  1:51 ` Daniel Caujolle-Bert
  0 siblings, 1 reply; 15+ messages in thread
From: Kevin Conder @ 2002-03-08 20:21 UTC (permalink / raw)
  To: alsa-devel

> > > Kai Vehmanen wrote on Thu, 07 Mar 2002 05:41:34 -0800:
> > >
> > > Why is ALSA the better alternative?
> > > Have I missed some important points?
> >
> > Kevin Conder wrote:
> > 
> >         OSS has one crucial advantage over ALSA: documentation!
> > Perhaps one day ALSA will have something like the Programmer's Guide
> > to OSS. Check it out at http://www.opensound.com/pguide/
>
> Daniel Caujolle-Bert:
>
>        And this is a nice troll.

	A troll is an email that is posted to elicit a huge amount of
responses. (Example: What is the best audio editor?) I don't think my
email was a troll. I'm amazed that it even got this response.

	Kai was asking if he missed some important points. I think
documentation is an important point. I didn't imagine that it would
be so controversial.

>       Do you want to write this documentation, i guess developper 
> team will help you.

	I have helped in small ways, wherever I can. I've helped with the
ALSA HOWTO and other projects. Unfortunately, I could never get ALSA 0.9.x
to compile so I'm still using 0.5 for now.

	As far getting help from the developer team, they weren't very
patient about my compilation problems... I've posted other requests like
re-opening the alsa-doc mailing list that have been ignored. I don't mean
any offense to the ALSA developers, I realize that they're really busy
right now. 

	So I'm waiting for things to stabilize, that's why I said "one
day..."

>        I'm amazed how some people are so strong with their mouth !

	This sentence is very confusing but I think it's supposed to be a
personal attack. I really don't know what to do at this point... Would
changing my message to "ALSA is missing something like The Programmer's
Guide to OSS" be better?


-- Kevin Conder, kevin@kevindumpscore.com




_______________________________________________
Alsa-devel mailing list
Alsa-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 15+ messages in thread
[parent not found: <Pine.LNX.4.44.0203071529210.923-100000@ecabase.localdomain>]
* Re: ALSA vs OSS/free
@ 2002-03-07 21:39 Kevin Conder
  0 siblings, 0 replies; 15+ messages in thread
From: Kevin Conder @ 2002-03-07 21:39 UTC (permalink / raw)
  To: alsa-devel

Kai Vehmanen wrote on Thu, 07 Mar 2002 05:41:34 -0800:

> Why is ALSA the better alternative? That's a question I've been
> asked quite a few times recently. Below is a reply I just wrote 
> to ecasound-list. I'd be very interested in hearing your comments 
> on this issue. Have I missed some important points?

	OSS has one crucial advantage over ALSA: documentation!
Perhaps one day ALSA will have something like the Programmer's Guide to
OSS. Check it out at http://www.opensound.com/pguide/


-- Kevin Conder, kevin@kevindumpscore.com



_______________________________________________
Alsa-devel mailing list
Alsa-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 15+ messages in thread
* ALSA vs OSS/free
@ 2002-03-07 13:55 Kai Vehmanen
  0 siblings, 0 replies; 15+ messages in thread
From: Kai Vehmanen @ 2002-03-07 13:55 UTC (permalink / raw)
  To: alsa-devel, alsa-user, linux-audio-dev

Why is ALSA the better alternative? That's a question I've been asked
quite a few times recently. Below is a reply I just wrote to
ecasound-list. I'd be very interested in hearing your comments on this
issue. Have I missed some important points?

One thing that seems be causing a lot of confusion is performance and
latency comparisons. While ALSA provides many things that make it easier
for developers to reach better performance and low latency, similar
results can be achieved with well-written OSS drivers and applications.

Only in few specific cases (multichannel noninterleaved soundcards, etc)
ALSA provides a clear advantage. From marketing point of view I think it's
wise to acknowledge this. But there are other reasons why future looks
bright for ALSA:

--cut--
> Philosophically (and technically) speaking, are there real advantages for 
> me to install alsa (other than the above) when OSS/free works for me? I 

If OSS works for you, then no. ALSA's primary advantages are:

[common]
- separation of kernel and user-space code [all]
	- ALSA library can provide more functionality to 
	  applications (format conversions, sharing soundcard 
	  resources, dsp plugins)
	- benefits ALSA-native apps
[alsa-kernel/alsa-driver]
- better driver architecture
	- more shared code between drivers for 
	  different soundcards 
	-> fixes and improvements to common code affect all 
	   drivers
	-> drivers behave more uniformly
	- benefits both ALSA-native and apps using OSS-emulation
- support for pro-level soundcards without performance problems
	- for instance handling devices that only support 
	  noninterleaved buffer layout
	- befefits ALSA-native apps (and in some cases also
	  apps using OSS-emulation)
[alsa-lib]
- better API for applications [alsa-lib]
	- more flexible configuration of various parameters
	- well-designed API for acquiring realtime status
          information (for various playback/capture 
	  synchronation purposes)
	- benefits ALSA-native apps

So shortly put, ALSA provides a better framework for writing drivers and
for developing audio applications.  When comparing OSS/Free and ALSA from
an end-user's point of view, it comes down to the quality of the drivers
for the soundcard type in question, and the specific applications that are
used. Some OSS/Free drivers are very good and support all OSS API
features. If this is the case and all apps seem to work ok, you don't have
much to gain from switching to ALSA... yet.

But because of the abovementioned reasons, over time ALSA drivers and
applications will become better than OSS versions. I think this is
inevitable.
--cut--

-- 
 http://www.eca.cx
 Audio software for Linux!


_______________________________________________
Alsa-devel mailing list
Alsa-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-devel

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

end of thread, other threads:[~2002-03-11 19:47 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-08 20:21 ALSA vs OSS/free Kevin Conder
2002-03-09  1:51 ` Daniel Caujolle-Bert
2002-03-08 23:35   ` Martijn Sipkema
2002-03-09  8:19     ` Jaroslav Kysela
2002-03-11 18:03       ` Helping with documentation Kevin Conder
2002-03-11 19:47         ` Jaroslav Kysela
2002-03-09 16:53   ` ALSA vs OSS/free Jussi Laako
     [not found] <Pine.LNX.4.44.0203071529210.923-100000@ecabase.localdomain>
2002-03-07 15:14 ` James Courtier-Dutton
2002-03-07 15:31 ` Emmanuel Fleury
2002-03-07 16:28   ` Kai Vehmanen
2002-03-07 15:32 ` Thierry Vignaud
2002-03-07 21:59 ` stef
2002-03-07 22:00   ` Dan Hollis
  -- strict thread matches above, loose matches on Subject: below --
2002-03-07 21:39 Kevin Conder
2002-03-07 13:55 Kai Vehmanen

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.