apps: Merge auracast and auracast_usb applications#1929
Merged
sjanc merged 2 commits intoapache:masterfrom Nov 29, 2024
Merged
Conversation
This fixes missing BLE_AUDIO option that has to be enabled to use ble_audio_broadcast_source functionality.
Contributor
Author
|
CC: @sjanc @KKopyscinski |
d9afb60 to
f4ac194
Compare
This adds new AUDIO_USB syscfg option to disable the USB audio support in auracast_usb application. This fixes code duplication, so that auracast_usb has been renamed to auracast, where previous auracast application has been removed.
f4ac194 to
58dff2f
Compare
sjanc
approved these changes
Nov 28, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
There is no point to maintain those two applications as they functionality is the same. This adds new syscfg
AUDIO_USBoption to toggle support for USB Audio. If the option is enabled, the audio samples from USB are processed as inapps/auracast_usb, or test data as inapps/auracastotherwise.The resulting application is placed in
apps/auracast.