public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [Bluez-devel] a2dp timing
@ 2005-04-14  8:04 Mayank Batra
  2005-04-14  8:17 ` Brad Midgley
  0 siblings, 1 reply; 14+ messages in thread
From: Mayank Batra @ 2005-04-14  8:04 UTC (permalink / raw)
  To: bluez-devel

Hi Brad,

> I suppose we could implement a2dp sink as well, but
> I don't think 
> connections can be initiated by a sink--it has to
> listen for the source 
> to make the connection.

I am working on the A2DP sink. Ofcourse the connection
has to be initiated by the source.
Right now the sound quality is not good.
Can you help me out in improving the sound quality ?
 
Mayank

________________________________________________________________________
Yahoo! India Matrimony: Find your life partner online
Go to: http://yahoo.shaadi.com/india-matrimony


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: [Bluez-devel] a2dp timing
@ 2005-04-15  9:41 Mayank Batra
  2005-04-16 20:32 ` Henryk Plötz
  0 siblings, 1 reply; 14+ messages in thread
From: Mayank Batra @ 2005-04-15  9:41 UTC (permalink / raw)
  To: bluez-devel

Brad,
 
> do you have a helper app like a2play that negotiates
> the avdtp protocol?

Yes I am using a2play application as well as a Windows
 application BlueSoleil by IVT Corporation to
negotiate the avdtp protocol. The connection is
working alright. The problem is just the sound
quality.

 
> i would like to, yes. if you're willing to make it
> GPL, can you send the 
> source to me directly and i'll put it in cvs?

I am not sure right now about the GPL part.
Will tell you in a few days.


> are you using a2play or one of the dongles to test
> your sink? i don't 
> have access to a dongle any more.

I am using dongles. :-(



Mayank

________________________________________________________________________
Yahoo! India Matrimony: Find your life partner online
Go to: http://yahoo.shaadi.com/india-matrimony


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [Bluez-devel] a2dp timing
@ 2005-03-25  5:00 Brad Midgley
  2005-03-25 13:14 ` Marcel Holtmann
  0 siblings, 1 reply; 14+ messages in thread
From: Brad Midgley @ 2005-03-25  5:00 UTC (permalink / raw)
  To: BlueZ Mailing List

Hi

We've had problems with a2dp timing that I've been ignoring.

For one, a2play crams frames into the headset just as fast as it can. 
Sometimes this is too fast. So we need to clock it so things are 
staggered properly. Does the SBC encoder give us a clue about timing 
between frames?

Second, if the headset wanders out of range, the player stops and starts 
up where it left off when the headset is back. If we're pacing things 
properly, we need to drop frames instead when this happens. I'm thinking 
if it results in a legal SBC stream that I'll drop entire SBC frames in 
the main loop with something like:

	frame_len = read_header(fd, &sbc_info);
	bytes_read = read(fd, killbuffer, frame_len);

Are there other timing issues I need to think about? Does it get so 
messy that I need to watch jitter? I can only vaguely remember this 
stuff from my networking classes...

Brad


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

end of thread, other threads:[~2005-04-16 20:32 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-14  8:04 [Bluez-devel] a2dp timing Mayank Batra
2005-04-14  8:17 ` Brad Midgley
  -- strict thread matches above, loose matches on Subject: below --
2005-04-15  9:41 Mayank Batra
2005-04-16 20:32 ` Henryk Plötz
2005-03-25  5:00 Brad Midgley
2005-03-25 13:14 ` Marcel Holtmann
2005-03-25 14:22   ` Guylhem Aznar
2005-03-25 14:26     ` Marcel Holtmann
2005-03-25 17:23       ` Guylhem Aznar
2005-03-25 17:28         ` Marcel Holtmann
2005-03-25 16:44   ` Brad Midgley
2005-03-25 17:31     ` Marcel Holtmann
2005-04-04 17:14       ` Brad Midgley
2005-04-05 15:12         ` Marcel Holtmann

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