* [Bluez-devel] Audio to headset
@ 2004-01-21 8:39 Jérôme Stadelmann
2004-01-21 12:43 ` Marcel Holtmann
2004-01-21 13:47 ` Fred Schättgen
0 siblings, 2 replies; 7+ messages in thread
From: Jérôme Stadelmann @ 2004-01-21 8:39 UTC (permalink / raw)
To: bluez-devel
Hello everybody,
I'm actually working on a diploma project with bluetooth and audio. I =
have
an Anycom Bluetooth USB adapter and an Ericsson HBH-15 headset. I would =
use
first the hstest example in order to send some music to the headset but =
it
doesn't work. I only hear some noise but no music.
Is this command correct ? "hstest play music.mp3 xx:xx:xx:xx:xx:xx"
I have mpg123 and sox installed,
scoinfo return PSKEY_HOSTIO_MAP_SCO_PCM: 0x00,
voice setting is 0x0060.
The pin works and I receive back from the headset the AT commands =
(AT+VGS=3D11
and AT+CKPD=3D200) but I only hear some noise.
Could somebody please help me in this?
Jerome
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Bluez-devel] Audio to headset
2004-01-21 8:39 [Bluez-devel] Audio to headset Jérôme Stadelmann
@ 2004-01-21 12:43 ` Marcel Holtmann
2004-01-21 14:22 ` RE : " Jérôme Stadelmann
2004-01-21 13:47 ` Fred Schättgen
1 sibling, 1 reply; 7+ messages in thread
From: Marcel Holtmann @ 2004-01-21 12:43 UTC (permalink / raw)
To: Jérôme Stadelmann; +Cc: BlueZ Mailing List
Hi Jerome,
> I'm actually working on a diploma project with bluetooth and audio. I have
> an Anycom Bluetooth USB adapter and an Ericsson HBH-15 headset. I would use
> first the hstest example in order to send some music to the headset but it
> doesn't work. I only hear some noise but no music.
>
> Is this command correct ? "hstest play music.mp3 xx:xx:xx:xx:xx:xx"
why don't you try hsplay?
> I have mpg123 and sox installed,
> scoinfo return PSKEY_HOSTIO_MAP_SCO_PCM: 0x00,
> voice setting is 0x0060.
>
> The pin works and I receive back from the headset the AT commands (AT+VGS=11
> and AT+CKPD=200) but I only hear some noise.
>
> Could somebody please help me in this?
What kernel version are you using? Try one of my latest patches for 2.4.
Regards
Marcel
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Bluez-devel] Audio to headset
2004-01-21 8:39 [Bluez-devel] Audio to headset Jérôme Stadelmann
2004-01-21 12:43 ` Marcel Holtmann
@ 2004-01-21 13:47 ` Fred Schättgen
1 sibling, 0 replies; 7+ messages in thread
From: Fred Schättgen @ 2004-01-21 13:47 UTC (permalink / raw)
To: bluez-devel
On Wednesday 21 January 2004 09:39, J=E9r=F4me Stadelmann wrote:
> Hello everybody,
>
> I'm actually working on a diploma project with bluetooth and audio. I have
> an Anycom Bluetooth USB adapter and an Ericsson HBH-15 headset. I would u=
se
> first the hstest example in order to send some music to the headset but it
> doesn't work. I only hear some noise but no music.
Do you use an older kernel without Marcel's patches maybe?
I've also had problems with an older Mitsumi Bluetooth adaptor, but with it=
=20
the output sounds a little bit like the expected signal at least.
Do you just get random noise or does it correspond somehow to the music?
> Is this command correct ? "hstest play music.mp3 xx:xx:xx:xx:xx:xx"
I don't have a headset to try, but I thought hstest works with uncompressed=
=20
audio data only. Or I just didn't notice.. I'd try a wave file (16 bit mono=
?)=20
instead.
greetings
=46red
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE : [Bluez-devel] Audio to headset
2004-01-21 12:43 ` Marcel Holtmann
@ 2004-01-21 14:22 ` Jérôme Stadelmann
2004-01-21 14:26 ` Marcel Holtmann
0 siblings, 1 reply; 7+ messages in thread
From: Jérôme Stadelmann @ 2004-01-21 14:22 UTC (permalink / raw)
To: 'Marcel Holtmann'; +Cc: bluez-devel
Hi Marcel,
I have used hsplay with the same result.
My kernel version is 2.4.21 from a SuSe distribution.
I'll then use your kernel patch.
Regards,
Jerome
-----Message d'origine-----
De=A0: Marcel Holtmann [mailto:marcel@holtmann.org]=20
Envoy=E9=A0: mercredi, 21. janvier 2004 13:43
=C0=A0: J=E9r=F4me Stadelmann
Cc=A0: BlueZ Mailing List
Objet=A0: Re: [Bluez-devel] Audio to headset
Hi Jerome,
> I'm actually working on a diploma project with bluetooth and audio. I =
have
> an Anycom Bluetooth USB adapter and an Ericsson HBH-15 headset. I =
would
use
> first the hstest example in order to send some music to the headset =
but it
> doesn't work. I only hear some noise but no music.
>=20
> Is this command correct ? "hstest play music.mp3 xx:xx:xx:xx:xx:xx"
why don't you try hsplay?
> I have mpg123 and sox installed,
> scoinfo return PSKEY_HOSTIO_MAP_SCO_PCM: 0x00,
> voice setting is 0x0060.
>=20
> The pin works and I receive back from the headset the AT commands
(AT+VGS=3D11
> and AT+CKPD=3D200) but I only hear some noise.
>=20
> Could somebody please help me in this?
What kernel version are you using? Try one of my latest patches for 2.4.
Regards
Marcel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: RE : [Bluez-devel] Audio to headset
2004-01-21 14:22 ` RE : " Jérôme Stadelmann
@ 2004-01-21 14:26 ` Marcel Holtmann
0 siblings, 0 replies; 7+ messages in thread
From: Marcel Holtmann @ 2004-01-21 14:26 UTC (permalink / raw)
To: Jérôme Stadelmann; +Cc: BlueZ Mailing List
Hi Jerome,
> I have used hsplay with the same result.
> My kernel version is 2.4.21 from a SuSe distribution.
this kernel don't work correct. Try at least 2.4.21-mh4 and I suggest
you to upgrade to 2.4.24-mh2.
Regards
Marcel
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: RE : [Bluez-devel] Audio to headset
@ 2004-01-21 17:07 Williams, Richard
2004-01-21 17:23 ` Marcel Holtmann
0 siblings, 1 reply; 7+ messages in thread
From: Williams, Richard @ 2004-01-21 17:07 UTC (permalink / raw)
To: BlueZ Mailing List; +Cc: BlueZ Mailing List
Hello,
I am about to start a bluetooth headset project, but for an embedded =
system running an x-scale processor and linux 2.4.19. Will I need to =
upgrade to the 2.4.24 as Marcel suggests ?=20
thanks,
Rich
-----Original Message-----
From: Marcel Holtmann [mailto:marcel@holtmann.org]
Sent: Wednesday, January 21, 2004 9:26 AM
To: J=E9r=F4me Stadelmann
Cc: BlueZ Mailing List
Subject: Re: RE : [Bluez-devel] Audio to headset
Hi Jerome,
> I have used hsplay with the same result.
> My kernel version is 2.4.21 from a SuSe distribution.
this kernel don't work correct. Try at least 2.4.21-mh4 and I suggest
you to upgrade to 2.4.24-mh2.
Regards
Marcel
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: RE : [Bluez-devel] Audio to headset
2004-01-21 17:07 RE : " Williams, Richard
@ 2004-01-21 17:23 ` Marcel Holtmann
0 siblings, 0 replies; 7+ messages in thread
From: Marcel Holtmann @ 2004-01-21 17:23 UTC (permalink / raw)
To: Williams, Richard; +Cc: BlueZ Mailing List
Hi Richard,
> I am about to start a bluetooth headset project, but for an embedded system running an x-scale processor and linux 2.4.19. Will I need to upgrade to the 2.4.24 as Marcel suggests ?
you can use patch-2.4.19-mh14 if you like.
Regards
Marcel
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2004-01-21 17:23 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-21 8:39 [Bluez-devel] Audio to headset Jérôme Stadelmann
2004-01-21 12:43 ` Marcel Holtmann
2004-01-21 14:22 ` RE : " Jérôme Stadelmann
2004-01-21 14:26 ` Marcel Holtmann
2004-01-21 13:47 ` Fred Schättgen
-- strict thread matches above, loose matches on Subject: below --
2004-01-21 17:07 RE : " Williams, Richard
2004-01-21 17:23 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox