-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LE Audio: Add a codec to Zephyr #41228
Comments
@Casper-Bonde-Bose @rymanluk Was this something you had started looking into? |
@Thalley Yes, I have it building and have made c++ wrappers for Lc3Config and Lc3Encoder classes and have integrated the use of the codec into the unicast_audio_client sample application to transmit a 500Hz tone rather than test data (for the native_posix build). I'm experiencing some issues with encryption which means I cannot verify the encoding using an air-trace. Also I have a timing issue - even though I have a timer firing every 10ms it seems to fire every 20ms - hence the data rate is only half of the expected. |
@Casper-Bonde-Bose Can we assign this to you then, and move to in-progress? |
@Thalley Sure. I assigned it to me, but I don't think I have access to move to in progress :-) At least I cannot drag the issue in the project overview. |
Interesting. I'll have to look further into that. Moved it into in-progress for you :) |
Zephyr module PR (needs merge before Zephyr PR can build) |
The changes are pending review from a second reviewer: Then this: |
zephyr-bt host meeting 2020-09-08
From discussion at IOP in Vienna.
It is possible to get access to LC3 source for EHIMA - shared on individual basis.
MIT license, going into AOSP at some point
Non-optimized codec
asbjornsabo commented on 23 Mar:
EHIMA LC3 codec contributed
https://github.com/zephyrproject-rtos/liblc3codec/
The text was updated successfully, but these errors were encountered: