Skip to content
Snippets Groups Projects
Commit f391066a authored by moon2's avatar moon2 :speech_balloon:
Browse files

line in: bring back right channel

parent 3f7e0743
No related branches found
No related tags found
1 merge request!409line in: bring back right channel
Pipeline #8370 passed
...@@ -334,7 +334,7 @@ static void _audio_player_task(void *data) { ...@@ -334,7 +334,7 @@ static void _audio_player_task(void *data) {
} }
} else { } else {
for (int i = 0; i < (FLOW3R_BSP_AUDIO_DMA_BUFFER_SIZE * 2); for (int i = 0; i < (FLOW3R_BSP_AUDIO_DMA_BUFFER_SIZE * 2);
i += 2) { i += 1) {
int32_t acc = buffer_tx[i]; int32_t acc = buffer_tx[i];
acc = (acc * software_volume) >> 15; acc = (acc * software_volume) >> 15;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment