Skip to content

Commit 6d3a500

Browse files
alexsvennordicjm
authored andcommitted
applications: nrf5340_audio: Increase encode max_chan default
- Increase to avoid memfault - Will be fixed later by rewriting pscm_split - OCT-NONE Signed-off-by: Alexander Svensen <[email protected]>
1 parent aa7a3be commit 6d3a500

File tree

1 file changed

+1
-1
lines changed
  • applications/nrf5340_audio/src/audio

1 file changed

+1
-1
lines changed

applications/nrf5340_audio/src/audio/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ config AUDIO_DECODE_CHANNELS_MAX
119119

120120
config AUDIO_ENCODE_CHANNELS_MAX
121121
int "Maximum number of audio channels to encode"
122-
default 1
122+
default 2
123123
help
124124
Maximum number of audio channels that can be encoded.
125125
This number may have a large impact on memory and CPU usage.

0 commit comments

Comments
 (0)