* [Bluez-devel] scooped by pocketpc (a2dp)
@ 2005-01-15 15:28 Brad Midgley
2005-01-15 15:48 ` Lars Grunewaldt
2005-01-15 16:35 ` [Bluez-devel] " Paul Ionescu
0 siblings, 2 replies; 11+ messages in thread
From: Brad Midgley @ 2005-01-15 15:28 UTC (permalink / raw)
To: BlueZ Mailing List
hey
it's interesting to note that one of the pocketpc manufacturers
(audiovox?) was announcing a2dp profile support at the consumer
electronics show. the implementation has been floating around and i
tried it out. it needs the occasional soft reset but otherwise works.
anyway, we're no longer ahead of every other commercial OS with our
implementation, but on the bright side, we should be getting interest
from more developers.
the next step is still an a2dp userspace alsa driver which has sort of
stalled (my fault). i would be more excited about it if there was a voip
application out there that used libalsa. (there's not a way to get oss
emulation for a userspace alsa driver) kphone uses only oss.
btw, i couldn't find a way in the spec to adjust the a2dp headset's
audio from the a2dp source. has anyone noticed a way?
brad
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Bluez-devel] scooped by pocketpc (a2dp)
2005-01-15 15:28 [Bluez-devel] scooped by pocketpc (a2dp) Brad Midgley
@ 2005-01-15 15:48 ` Lars Grunewaldt
2005-01-16 7:44 ` Brad Midgley
2005-01-15 16:35 ` [Bluez-devel] " Paul Ionescu
1 sibling, 1 reply; 11+ messages in thread
From: Lars Grunewaldt @ 2005-01-15 15:48 UTC (permalink / raw)
To: bluez-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
dear Brad,
all programs that use openh323/pwlib (latter for hardware abstraction)
use alsalib, because pwlib can be compiled against alsalib or oss or both.
That leads to - at least - gnomemeeting and openphone supporting alsa
directly :)
to bad that skype does support only oss, while they seem to have
artsd/esd support (I never tried that though).
I'm not that interested because my headset only supports the mono
headset profile... ;)
writing the a2dp alsa driver should be similar to the btsco alsa part,
maybe we can build one thing for both purposes, or at least keep
structures similar so that both projects can support each other best!
cu,
~ Lars
Brad Midgley wrote:
| hey
|
| it's interesting to note that one of the pocketpc manufacturers
| (audiovox?) was announcing a2dp profile support at the consumer
| electronics show. the implementation has been floating around and i
| tried it out. it needs the occasional soft reset but otherwise works.
|
| anyway, we're no longer ahead of every other commercial OS with our
| implementation, but on the bright side, we should be getting interest
| from more developers.
|
| the next step is still an a2dp userspace alsa driver which has sort of
| stalled (my fault). i would be more excited about it if there was a voip
| application out there that used libalsa. (there's not a way to get oss
| emulation for a userspace alsa driver) kphone uses only oss.
|
| btw, i couldn't find a way in the spec to adjust the a2dp headset's
| audio from the a2dp source. has anyone noticed a way?
|
| brad
|
|
| -------------------------------------------------------
| The SF.Net email is sponsored by: Beat the post-holiday blues
| Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
| It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
| _______________________________________________
| Bluez-devel mailing list
| Bluez-devel@lists.sourceforge.net
| https://lists.sourceforge.net/lists/listinfo/bluez-devel
|
- --
Lars Grunewaldt
* software development
* multimedia design
skills: C/C++/Java/PHP/(X)HTML/Flash/audio/video
web: http://www.dark-reality.de
mail: lgw@dark-reality.de
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFB6TtPQWC6DTWkDAoRAvX2AJ41DorQDGXbmMDCwHG8q5oz9ZJacwCfWXpe
4OpQvAZUWNhgH0awprSTFBY=
=pUC7
-----END PGP SIGNATURE-----
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Bluez-devel] Re: scooped by pocketpc (a2dp)
2005-01-15 15:28 [Bluez-devel] scooped by pocketpc (a2dp) Brad Midgley
2005-01-15 15:48 ` Lars Grunewaldt
@ 2005-01-15 16:35 ` Paul Ionescu
2005-01-15 17:26 ` Lars Grunewaldt
2005-01-16 0:29 ` [Bluez-devel] " Peter Robinson
1 sibling, 2 replies; 11+ messages in thread
From: Paul Ionescu @ 2005-01-15 16:35 UTC (permalink / raw)
To: bluez-devel
Hi Brad,
I am successfully using my jabra BT110 headset with gnomemeeting which
supports alsa natively. For now gnomemeeting supports only H323, but it
will do SIP in the near future.
But I also tested with linphone which only supports OSS, and the
oss emulation worked for me (used /dev/dsp1 ).
I tested with linphone version 0.12.2.
On Sat, 15 Jan 2005 08:28:02 -0700, Brad Midgley wrote:
> hey
>
> it's interesting to note that one of the pocketpc manufacturers
> (audiovox?) was announcing a2dp profile support at the consumer
> electronics show. the implementation has been floating around and i tried
> it out. it needs the occasional soft reset but otherwise works.
>
> anyway, we're no longer ahead of every other commercial OS with our
> implementation, but on the bright side, we should be getting interest from
> more developers.
>
> the next step is still an a2dp userspace alsa driver which has sort of
> stalled (my fault). i would be more excited about it if there was a voip
> application out there that used libalsa. (there's not a way to get oss
> emulation for a userspace alsa driver) kphone uses only oss.
>
> btw, i couldn't find a way in the spec to adjust the a2dp headset's audio
> from the a2dp source. has anyone noticed a way?
>
> brad
>
>
> ------------------------------------------------------- The SF.Net email
> is sponsored by: Beat the post-holiday blues Get a FREE limited edition
> SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well,
> almost....http://www.thinkgeek.com/sfshirt
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Bluez-devel] Re: scooped by pocketpc (a2dp)
2005-01-15 16:35 ` [Bluez-devel] " Paul Ionescu
@ 2005-01-15 17:26 ` Lars Grunewaldt
2005-01-15 17:27 ` [Bluez-devel] " Paul Ionescu
2005-01-16 0:29 ` [Bluez-devel] " Peter Robinson
1 sibling, 1 reply; 11+ messages in thread
From: Lars Grunewaldt @ 2005-01-15 17:26 UTC (permalink / raw)
To: bluez-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi there,
I think you use snd-bt-sco, don't you? This should of course work,
because snd-bt-sco is no user-space alsa driver, but runs in kernel
space, so oss emulation works. It uses the headset profile, not a2dp.
(fancy stereo audio stuff) :)
Or am I wrong? I thought there's no alsa support for a2dp yet.
best regards,
~ Lars
Paul Ionescu wrote:
| Hi Brad,
|
| I am successfully using my jabra BT110 headset with gnomemeeting which
| supports alsa natively. For now gnomemeeting supports only H323, but it
| will do SIP in the near future.
|
| But I also tested with linphone which only supports OSS, and the
| oss emulation worked for me (used /dev/dsp1 ).
| I tested with linphone version 0.12.2.
|
|
|
| On Sat, 15 Jan 2005 08:28:02 -0700, Brad Midgley wrote:
|
|
|>hey
|>
|>it's interesting to note that one of the pocketpc manufacturers
|>(audiovox?) was announcing a2dp profile support at the consumer
|>electronics show. the implementation has been floating around and i tried
|>it out. it needs the occasional soft reset but otherwise works.
|>
|>anyway, we're no longer ahead of every other commercial OS with our
|>implementation, but on the bright side, we should be getting interest from
|>more developers.
|>
|>the next step is still an a2dp userspace alsa driver which has sort of
|>stalled (my fault). i would be more excited about it if there was a voip
|>application out there that used libalsa. (there's not a way to get oss
|>emulation for a userspace alsa driver) kphone uses only oss.
|>
|>btw, i couldn't find a way in the spec to adjust the a2dp headset's audio
|>from the a2dp source. has anyone noticed a way?
|>
|>brad
|>
|>
|>------------------------------------------------------- The SF.Net email
|>is sponsored by: Beat the post-holiday blues Get a FREE limited edition
|>SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well,
|>almost....http://www.thinkgeek.com/sfshirt
|
|
|
|
|
| -------------------------------------------------------
| The SF.Net email is sponsored by: Beat the post-holiday blues
| Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
| It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
| _______________________________________________
| Bluez-devel mailing list
| Bluez-devel@lists.sourceforge.net
| https://lists.sourceforge.net/lists/listinfo/bluez-devel
|
- --
Lars Grunewaldt
* software development
* multimedia design
skills: C/C++/Java/PHP/(X)HTML/Flash/audio/video
web: http://www.dark-reality.de
mail: lgw@dark-reality.de
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFB6VI2QWC6DTWkDAoRAnKqAKC4d297UXOCT0uj335SiVxIVwIu+QCfbGqu
sXoZbqAiZoetK/98bLxVID4=
=FnW7
-----END PGP SIGNATURE-----
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Bluez-devel] Re: Re: scooped by pocketpc (a2dp)
2005-01-15 17:26 ` Lars Grunewaldt
@ 2005-01-15 17:27 ` Paul Ionescu
0 siblings, 0 replies; 11+ messages in thread
From: Paul Ionescu @ 2005-01-15 17:27 UTC (permalink / raw)
To: bluez-devel
Hi Lars,
Yes, you are right. I use snd-bt-sco.
There is no alsa support for a2dp yet, but I thought that if it is added,
it can be like snd-bt-sco which works fine for me.
Best regards,
Paul
On Sat, 15 Jan 2005 18:26:14 +0100, Lars Grunewaldt wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi there,
>
> I think you use snd-bt-sco, don't you? This should of course work, because
> snd-bt-sco is no user-space alsa driver, but runs in kernel space, so oss
> emulation works. It uses the headset profile, not a2dp. (fancy stereo
> audio stuff) :)
>
> Or am I wrong? I thought there's no alsa support for a2dp yet,
>
> best regards,
> ~ Lars
>
> Paul Ionescu wrote:
> | Hi Brad,
> |
> | I am successfully using my jabra BT110 headset with gnomemeeting which
> | supports alsa natively. For now gnomemeeting supports only H323, but it
> | will do SIP in the near future.
> |
> | But I also tested with linphone which only supports OSS, and the oss
> | emulation worked for me (used /dev/dsp1 ). I tested with linphone
> | version 0.12.2.
> |
> |
> |
> | On Sat, 15 Jan 2005 08:28:02 -0700, Brad Midgley wrote:
> |
> |
> |>hey
> |>
> |>it's interesting to note that one of the pocketpc manufacturers
> |>(audiovox?) was announcing a2dp profile support at the consumer
> |>electronics show. the implementation has been floating around and i
> |>tried it out. it needs the occasional soft reset but otherwise works.
> |>
> |>anyway, we're no longer ahead of every other commercial OS with our
> |>implementation, but on the bright side, we should be getting interest
> |>from more developers.
> |>
> |>the next step is still an a2dp userspace alsa driver which has sort of
> |>stalled (my fault). i would be more excited about it if there was a voip
> |>application out there that used libalsa. (there's not a way to get oss
> |>emulation for a userspace alsa driver) kphone uses only oss.
> |>
> |>btw, i couldn't find a way in the spec to adjust the a2dp headset's
> |>audio from the a2dp source. has anyone noticed a way?
> |>
> |>brad
> |>
> |>
> |>------------------------------------------------------- The SF.Net email
> |>is sponsored by: Beat the post-holiday blues Get a FREE limited edition
> |>SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well,
> |>almost....http://www.thinkgeek.com/sfshirt
> |
> |
> |
> |
> |
> | ------------------------------------------------------- The SF.Net email
> | is sponsored by: Beat the post-holiday blues Get a FREE limited edition
> | SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well,
> | almost....http://www.thinkgeek.com/sfshirt
> | _______________________________________________ Bluez-devel mailing list
> | Bluez-devel@lists.sourceforge.net
> | https://lists.sourceforge.net/lists/listinfo/bluez-devel
> |
> |
>
> - --
> Lars Grunewaldt
> * software development
> * multimedia design
> skills: C/C++/Java/PHP/(X)HTML/Flash/audio/video web:
> http://www.dark-reality.de
> mail: lgw@dark-reality.de
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.3 (GNU/Linux)
> Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
>
> iD8DBQFB6VI2QWC6DTWkDAoRAnKqAKC4d297UXOCT0uj335SiVxIVwIu+QCfbGqu
> sXoZbqAiZoetK/98bLxVID4=
> =FnW7
> -----END PGP SIGNATURE-----
>
>
> ------------------------------------------------------- The SF.Net email
> is sponsored by: Beat the post-holiday blues Get a FREE limited edition
> SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well,
> almost....http://www.thinkgeek.com/sfshirt
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Bluez-devel] Re: scooped by pocketpc (a2dp)
2005-01-15 16:35 ` [Bluez-devel] " Paul Ionescu
2005-01-15 17:26 ` Lars Grunewaldt
@ 2005-01-16 0:29 ` Peter Robinson
2005-01-16 0:41 ` Lars Grunewaldt
1 sibling, 1 reply; 11+ messages in thread
From: Peter Robinson @ 2005-01-16 0:29 UTC (permalink / raw)
To: bluez-devel
> I am successfully using my jabra BT110 headset with gnomemeeting which
> supports alsa natively. For now gnomemeeting supports only H323, but it
> will do SIP in the near future.
Yes I use gnomemeeting with alsa at the moment but I haven't had time
to get my headset working properly under Linux.
There is a snapshot for the pre alpha SIP/H323 version of gnomemeeting
here http://snapshots.seconix.com/cvs/ although I can't get OPAL to
compile under FC3 so I haven't actually tried it yet.
Pete
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Bluez-devel] Re: scooped by pocketpc (a2dp)
2005-01-16 0:29 ` [Bluez-devel] " Peter Robinson
@ 2005-01-16 0:41 ` Lars Grunewaldt
0 siblings, 0 replies; 11+ messages in thread
From: Lars Grunewaldt @ 2005-01-16 0:41 UTC (permalink / raw)
To: bluez-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Peter Robinson wrote:
| Yes I use gnomemeeting with alsa at the moment but I haven't had time
| to get my headset working properly under Linux.
|
Works very well with a Sony HBH-35 :)
- - Lars
- --
Lars Grunewaldt
* software development
* multimedia design
skills: C/C++/Java/PHP/(X)HTML/Flash/audio/video
web: http://www.dark-reality.de
mail: lgw@dark-reality.de
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFB6bgzQWC6DTWkDAoRAmYxAJ49vrQgq6YdX9ZKFzMvtF+rwfuuxwCgpp5J
YvvCmOWlmiZtQe8D9yzYIDI=
=kyMe
-----END PGP SIGNATURE-----
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Bluez-devel] scooped by pocketpc (a2dp)
2005-01-15 15:48 ` Lars Grunewaldt
@ 2005-01-16 7:44 ` Brad Midgley
2005-01-24 7:35 ` Brad Midgley
2005-01-24 12:32 ` Marcel Holtmann
0 siblings, 2 replies; 11+ messages in thread
From: Brad Midgley @ 2005-01-16 7:44 UTC (permalink / raw)
To: bluez-devel
Lars,
> all programs that use openh323/pwlib (latter for hardware abstraction)
> use alsalib, because pwlib can be compiled against alsalib or oss or both.
hmm. i see a menu for alsa devices but our userspace a2dp device
(currently stubbed out, but not implemented) doesn't show up. i set it
up as documented in btsco/bt/BUILD
> That leads to - at least - gnomemeeting and openphone supporting alsa
> directly :)
that looks like a good option, esp when gm supports sip
> I'm not that interested because my headset only supports the mono
> headset profile... ;)
a2dp does not address using a microphone, so if you use a2dp, you have
to choose a different device for audio in.
> writing the a2dp alsa driver should be similar to the btsco alsa part,
> maybe we can build one thing for both purposes, or at least keep
> structures similar so that both projects can support each other best!
well i want to try putting a2dp in a userspace driver since that might
be the best way to go. (that's an issue that may not be totally worked
out but i think we decided that it looks attractive enough to at least
try writing alsa-lib drivers)
if it works well, we might rewrite the sco driver to be in userspace.
brad
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Bluez-devel] scooped by pocketpc (a2dp)
2005-01-16 7:44 ` Brad Midgley
@ 2005-01-24 7:35 ` Brad Midgley
2005-01-24 12:28 ` Marcel Holtmann
2005-01-24 12:32 ` Marcel Holtmann
1 sibling, 1 reply; 11+ messages in thread
From: Brad Midgley @ 2005-01-24 7:35 UTC (permalink / raw)
To: bluez-devel
Lars
> hmm. i see a menu for alsa devices but our userspace a2dp device
> (currently stubbed out, but not implemented) doesn't show up. i set it
> up as documented in btsco/bt/BUILD
>
>> That leads to - at least - gnomemeeting and openphone supporting alsa
>> directly :)
I noticed that linphone from debian-testing has oss and alsa devices in
its audio device selection menu.
I still haven't been able to get the stubbed out alsa-lib driver to show
up! I also tried a .asoundrc with
pcm.a2dpplug {
type plug
slave { pcm "a2dp" }
}
pcm.a2dp {
type a2dp
bdaddr "00:08:F4:30:05:BB"
}
since that was more like what the jack plugin is supposed to have... no
luck...
Brad
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Bluez-devel] scooped by pocketpc (a2dp)
2005-01-24 7:35 ` Brad Midgley
@ 2005-01-24 12:28 ` Marcel Holtmann
0 siblings, 0 replies; 11+ messages in thread
From: Marcel Holtmann @ 2005-01-24 12:28 UTC (permalink / raw)
To: BlueZ Mailing List
Hi Brad,
> I noticed that linphone from debian-testing has oss and alsa devices in
> its audio device selection menu.
>
> I still haven't been able to get the stubbed out alsa-lib driver to show
> up! I also tried a .asoundrc with
>
> pcm.a2dpplug {
> type plug
> slave { pcm "a2dp" }
> }
>
> pcm.a2dp {
> type a2dp
> bdaddr "00:08:F4:30:05:BB"
> }
>
> since that was more like what the jack plugin is supposed to have... no
> luck...
the ALSA kernel drivers have an OSS emulation and so they will show up.
This is not possible for the ALSA library plugins.
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Bluez-devel] scooped by pocketpc (a2dp)
2005-01-16 7:44 ` Brad Midgley
2005-01-24 7:35 ` Brad Midgley
@ 2005-01-24 12:32 ` Marcel Holtmann
1 sibling, 0 replies; 11+ messages in thread
From: Marcel Holtmann @ 2005-01-24 12:32 UTC (permalink / raw)
To: BlueZ Mailing List
Hi Brad,
> > writing the a2dp alsa driver should be similar to the btsco alsa part,
> > maybe we can build one thing for both purposes, or at least keep
> > structures similar so that both projects can support each other best!
>
> well i want to try putting a2dp in a userspace driver since that might
> be the best way to go. (that's an issue that may not be totally worked
> out but i think we decided that it looks attractive enough to at least
> try writing alsa-lib drivers)
>
> if it works well, we might rewrite the sco driver to be in userspace.
I like to see both drivers in userspace as an ALSA library plugin. The
SCO driver is somewhat more interesting at the moment, because of the
ongoing VoIP hype.
There is also an SDK for ALSA library plugins planned that should make
this development easier and possible to develop them outside the ALSA
source code.
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2005-01-24 12:32 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-15 15:28 [Bluez-devel] scooped by pocketpc (a2dp) Brad Midgley
2005-01-15 15:48 ` Lars Grunewaldt
2005-01-16 7:44 ` Brad Midgley
2005-01-24 7:35 ` Brad Midgley
2005-01-24 12:28 ` Marcel Holtmann
2005-01-24 12:32 ` Marcel Holtmann
2005-01-15 16:35 ` [Bluez-devel] " Paul Ionescu
2005-01-15 17:26 ` Lars Grunewaldt
2005-01-15 17:27 ` [Bluez-devel] " Paul Ionescu
2005-01-16 0:29 ` [Bluez-devel] " Peter Robinson
2005-01-16 0:41 ` Lars Grunewaldt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox