Hello,

This is an handsfree audio agent written in C.
I could test CVSD and MSBC with this version.
v3 fixes a bug by which noise could be sent to remote device.
it handles defered socket with the following code instead of using a dummy
variable:
        if (recv(thread->fd, NULL, 0, 0) < 0)

Best regards,
Frédéric


Frédéric Dalleau (8):
  handsfree-audio: Initial DBUS code
  handsfree-audio: Build handsfree-audio command line tool
  handsfree-audio: Add Alsa dependancy
  handsfree-audio: Link tool with Alsa
  handsfree-audio: Implement alsa playback
  handsfree-audio: Add SBC dependency
  handsfree-audio: Link tool with SBC library
  handsfree-audio: mSBC support

 Makefile.am             |    6 +-
 configure.ac            |   10 +
 tools/handsfree-audio.c |  971 +++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 986 insertions(+), 1 deletion(-)
 create mode 100644 tools/handsfree-audio.c

-- 
1.7.9.5

_______________________________________________
ofono mailing list
[email protected]
http://lists.ofono.org/listinfo/ofono

Reply via email to