apache / mynewt-nimble

Apache mynewt
https://mynewt.apache.org/
Apache License 2.0
680 stars 392 forks source link

apps: add Auracast USB sample with LC3 codec #1659

Closed KKopyscinski closed 4 months ago

KKopyscinski commented 9 months ago

This adds sample that acts as USB sound device. Audio signal is coded using LC3 and broadacasted using Auracast package.

KKopyscinski commented 9 months ago

This depends on https://github.com/apache/mynewt-nimble/pull/1658 and https://github.com/apache/mynewt-nimble/pull/1619

KKopyscinski commented 7 months ago

@sjanc https://github.com/apache/mynewt-core/pull/3121 patch was merged and this builds now, can I merge this PR?

KKopyscinski commented 7 months ago

@andrzej-kaczmarek removed unused and debug code, added serial ID config

KKopyscinski commented 5 months ago

This needs libsamplerate patch to work properly: https://github.com/libsndfile/libsamplerate/pull/210