bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Sound translator (was: Full-time developer available)


From: Olaf Buddenhagen
Subject: Sound translator (was: Full-time developer available)
Date: Sat, 19 Sep 2015 01:06:01 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

Hi,

On Thu, Sep 17, 2015 at 12:25:21PM -0300, Diego Nieto Cid wrote:

> Another alternative, I was considering while going back home from work, is
> to design this in layers. As in the following graph:
> 
> +--------------------------------+
> |         Applications           |
> +--------------------------------+
>                                     ----> read, write, ioctls...whatever is
> standard
> +------------+ +------------+
> | /dev/audio | | /dev/mixer | ...
> +------------+ +------------+
>                                     ----> might be some custom protocol if
> required
> +--------------------------------+
> |        driver translator       |
> |--------------------------------|
> |             rump               |
> +--------------------------------+
> +--------------------------------+
> |            hardware            |
> +--------------------------------+
> 
> In that way there are several sound related translators separating the
> concerns while the hardwarde is still accessed by a single translator
> avoiding the conflicts Robert mentioned.

This could work -- but I'm not sure it would be very useful? Is there
any actual logic that could be split out into the audio and mixer
translators? My suspicion is that they would rather just be
straightforward wrappers -- in which case it seems an unnecessary
complication...

-antrik-



reply via email to

[Prev in Thread] Current Thread [Next in Thread]