xiaoxiang781216 commented on code in PR #10105:
URL: https://github.com/apache/nuttx/pull/10105#discussion_r1285886635


##########
audio/Kconfig:
##########
@@ -104,6 +104,12 @@ config AUDIO_FORMAT_MP3
        ---help---
                Build in support for MP3 Audio format.
 
+config AUDIO_FORMAT_SBC
+        bool "Bluetooth SubBand Coding"
+        default y
+        ---help---

Review Comment:
   Not necessary, because https://github.com/apache/nuttx-apps/pull/1887 could 
play SBC file without bluetooth. BTW, since NuttX just support BLE stack now, 
it doesn't make sense to depends on WIRELESS_BLUETOOTH which doesn't support BT 
stack at all.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to