Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 0/9] android: Add SBC encoding
@ 2014-01-17 15:40 Andrzej Kaczmarek
  2014-01-17 15:40 ` [PATCH 1/9] android: Add MTU data to Open Stream Audio IPC Andrzej Kaczmarek
                   ` (8 more replies)
  0 siblings, 9 replies; 27+ messages in thread
From: Andrzej Kaczmarek @ 2014-01-17 15:40 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Andrzej Kaczmarek

Hi,

This series of patches adds SBC encoding to Audio HAL.

There are 2 issues which I'm aware of, but at the moment I can't tell
whether it's something in code or it's because of incomplete A2DP HAL
implementation:
- when streaming and trying to change ringtone (on Nexus 4), ringtone
  sound playback using built-in speaker is choppy
- after disconnecting some A2DP devices AudioFliger crashes (seems like
  problem I worked around before with buffer size, yet I still have no
  idea why this happens)

It's possible that after proper A2DP audio state notification is done,
both issues will be "solved", but this still needs to be tested.



Andrzej Kaczmarek (9):
  android: Add MTU data to Open Stream Audio IPC
  android: Build Audio HAL with SBC
  android/hal-audio: Rename sbc_init to avoid collision with libsbc
  android/hal-audio: Initialize SBC encoder
  android/hal-audio: Calculate SBC stream parameters
  android/hal-audio: Add resume to codec callbacks
  android/hal-audio: Return proper buffer size to AudioFlinger
  android/hal-audio: Read fd from Output Stream response
  android/hal-audio: Add proper SBC encoding

 android/Android.mk  |  14 ++-
 android/Makefile.am |   2 +
 android/a2dp.c      |   8 +-
 android/audio-msg.h |   1 +
 android/hal-audio.c | 263 +++++++++++++++++++++++++++++++++++++++++++++++++---
 android/rtp.h       |  76 +++++++++++++++
 configure.ac        |   7 ++
 7 files changed, 353 insertions(+), 18 deletions(-)
 create mode 100644 android/rtp.h

-- 
1.8.5.2


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

end of thread, other threads:[~2014-01-19 10:50 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-17 15:40 [PATCH 0/9] android: Add SBC encoding Andrzej Kaczmarek
2014-01-17 15:40 ` [PATCH 1/9] android: Add MTU data to Open Stream Audio IPC Andrzej Kaczmarek
2014-01-17 15:40 ` [PATCH 2/9] android: Build Audio HAL with SBC Andrzej Kaczmarek
2014-01-17 18:27   ` Marcel Holtmann
2014-01-17 19:09     ` Andrzej Kaczmarek
2014-01-17 19:22       ` Marcel Holtmann
2014-01-17 15:40 ` [PATCH 3/9] android/hal-audio: Rename sbc_init to avoid collision with libsbc Andrzej Kaczmarek
2014-01-17 15:40 ` [PATCH 4/9] android/hal-audio: Initialize SBC encoder Andrzej Kaczmarek
2014-01-17 18:24   ` Marcel Holtmann
2014-01-17 19:26     ` Andrzej Kaczmarek
2014-01-17 19:28       ` Marcel Holtmann
2014-01-17 19:38         ` Luiz Augusto von Dentz
2014-01-17 20:24           ` Marcel Holtmann
2014-01-17 19:36       ` Luiz Augusto von Dentz
2014-01-17 19:33     ` Luiz Augusto von Dentz
2014-01-17 15:40 ` [PATCH 5/9] android/hal-audio: Calculate SBC stream parameters Andrzej Kaczmarek
2014-01-17 18:25   ` Marcel Holtmann
2014-01-17 19:17     ` Andrzej Kaczmarek
2014-01-17 19:42       ` Luiz Augusto von Dentz
2014-01-17 20:25         ` Marcel Holtmann
2014-01-17 15:40 ` [PATCH 6/9] android/hal-audio: Add resume to codec callbacks Andrzej Kaczmarek
2014-01-17 15:40 ` [PATCH 7/9] android/hal-audio: Return proper buffer size to AudioFlinger Andrzej Kaczmarek
2014-01-17 15:40 ` [PATCH 8/9] android/hal-audio: Read fd from Output Stream response Andrzej Kaczmarek
2014-01-17 18:13   ` Szymon Janc
2014-01-17 19:57     ` Luiz Augusto von Dentz
2014-01-19 10:50       ` Lukasz Rymanowski
2014-01-17 15:40 ` [PATCH 9/9] android/hal-audio: Add proper SBC encoding Andrzej Kaczmarek

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