You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/03/27 15:35:42 UTC

[GitHub] [mynewt-nimble] maziiz opened a new pull request #393: nimble/svc: Add audio streaming for hearing aid service

maziiz opened a new pull request #393: nimble/svc: Add audio streaming for hearing aid service
URL: https://github.com/apache/mynewt-nimble/pull/393
 
 
   Add support for audio streaming from android phone to NimBLE. This service has 4 characteristics. 
   
   It has been tested by application that receives audio packets through connection-oriented L2CAP channels (CoC) with pixel android phone which has the latest build of AOSP (android open source project) and sends the audio packets to PC (with Linux machine and running portauido library) to  decode them using G722_CODEC which is open source codec and render audio using portaudio library.
   
   Now we are developing an embedded application using I2S protocol to render audio over a Nordic board, It will be in next PR.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services