Ver código fonte

Merge pull request #188 from el-supremo/master

fix problem with left+right channels being swapped
dds
Paul Stoffregen 8 anos atrás
pai
commit
caebd7a38c
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      play_sd_wav.cpp

+ 2
- 0
play_sd_wav.cpp Ver arquivo

@@ -353,6 +353,8 @@ start:
data_length -= size;
if (leftover_bytes) {
block_left->data[block_offset] = header[0];
//PAH fix problem with left+right channels being swapped
leftover_bytes = 0;
goto right16;
}
while (1) {

Carregando…
Cancelar
Salvar