public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-devel] sound quality is very slow when using helix player.
@ 2008-05-17  0:25 Wang Baisheng
  2008-05-17  3:42 ` Zhao, Halley
  0 siblings, 1 reply; 4+ messages in thread
From: Wang Baisheng @ 2008-05-17  0:25 UTC (permalink / raw)
  To: bluez-devel


Hi, All

	I've found sound quality is very low using helix player through bluez audio 
service.
	My kernel is 2.6.22 and bluez is 3.31.

	Any idea ?

	Thanks.

BRs, 
Baisheng

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] sound quality is very slow when using helix player.
  2008-05-17  0:25 [Bluez-devel] sound quality is very slow when using helix player Wang Baisheng
@ 2008-05-17  3:42 ` Zhao, Halley
  2008-05-17  7:16   ` Marcel Holtmann
  0 siblings, 1 reply; 4+ messages in thread
From: Zhao, Halley @ 2008-05-17  3:42 UTC (permalink / raw)
  To: BlueZ development; +Cc: Holtmann, Marcel

[-- Attachment #1: Type: text/plain, Size: 1335 bytes --]

  I have tried several versions of bluez-utils.
  1. 3.19, which is included in Ubuntu 7.10 (Gutsy), it has good audio quality.
  2. 3.26, which is included in Ubuntu Hardy distribution, audio quality has degraded a lot.
  3. 3.31, also bad audio quality.
  
  
  
  >-----Original Message-----
  >From: bluez-devel-bounces@lists.sourceforge.net
  >[mailto:bluez-devel-bounces@lists.sourceforge.net] On Behalf Of Wang
  >Baisheng
  >Sent: 2008年5月17日 8:26
  >To: bluez-devel@lists.sourceforge.net
  >Subject: [Bluez-devel] sound quality is very slow when using helix player.
  >
  >
  >Hi, All
  >
  >	I've found sound quality is very low using helix player through bluez audio
  >service.
  >	My kernel is 2.6.22 and bluez is 3.31.
  >
  >	Any idea ?
  >
  >	Thanks.
  >
  >BRs,
  >Baisheng
  >
  >-----------------------------------------------------------------------
  >--
  >This SF.net email is sponsored by: Microsoft
  >Defy all challenges. Microsoft(R) Visual Studio 2008.
  >http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
  >_______________________________________________
  >Bluez-devel mailing list
  >Bluez-devel@lists.sourceforge.net
  >https://lists.sourceforge.net/lists/listinfo/bluez-devel


[-- Attachment #2: Type: text/plain, Size: 230 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

[-- Attachment #3: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] sound quality is very slow when using helix player.
  2008-05-17  3:42 ` Zhao, Halley
@ 2008-05-17  7:16   ` Marcel Holtmann
  2008-05-17 22:02     ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 4+ messages in thread
From: Marcel Holtmann @ 2008-05-17  7:16 UTC (permalink / raw)
  To: BlueZ development; +Cc: Holtmann, Marcel

[-- Attachment #1: Type: text/plain, Size: 797 bytes --]

Hi Halley,

>
>   I have tried several versions of bluez-utils.
>   1. 3.19, which is included in  
> Ubuntu 7.10 (Gutsy), it has good audio quality.
>   2. 3.26, which is included in  
> Ubuntu Hardy distribution, audio quality has degraded a lot.
>   3. 3.31, also bad audio quality.

we do dynamic re-configuration of the A2DP link based on the quality  
aspect given from the player. This means you can switch on the fly  
between MP3 and SBC and even between mono and stereo etc. I think you  
get the idea. However this is complex stuff and there might be a bug.  
Especially since nobody I know used Helix so far. As mentioned before  
in a private email, provide us with as much details and debug  
information and then we debug this one.

Regards

Marcel



[-- Attachment #2: Type: text/plain, Size: 230 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

[-- Attachment #3: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] sound quality is very slow when using helix player.
  2008-05-17  7:16   ` Marcel Holtmann
@ 2008-05-17 22:02     ` Luiz Augusto von Dentz
  0 siblings, 0 replies; 4+ messages in thread
From: Luiz Augusto von Dentz @ 2008-05-17 22:02 UTC (permalink / raw)
  To: BlueZ development

>>From 3.19 to 3.31 there are a lot of changes, so we better focus on 2
things, sbc codec and plugin code. As helix happen to not have a
native plugin so I suppose you are using alsa plugin. What really
changed from 3.19 to 3.31 is that the configuration logic moved from
audio service to plugin, so the user application (helix player) is now
able to select the stream frequency and how many channels it has. This
could be a problem if helix is not selecting the same rate as the
stream and might cause audio degradation, it is also possible that
helix is resampling which not only may cause degradation but also
consumes more cpu.

ps: you can play with sbc parameters directly on ~/.asoundrc, so
perhaps you can find a configuration that do not degraded.

-- =

Luiz Augusto von Dentz
Engenheiro de Computa=E7=E3o

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft =

Defy all challenges. Microsoft(R) Visual Studio 2008. =

http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

end of thread, other threads:[~2008-05-17 22:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-17  0:25 [Bluez-devel] sound quality is very slow when using helix player Wang Baisheng
2008-05-17  3:42 ` Zhao, Halley
2008-05-17  7:16   ` Marcel Holtmann
2008-05-17 22:02     ` Luiz Augusto von Dentz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox