Selaa lähdekoodia

Merge pull request #188 from el-supremo/master

fix problem with left+right channels being swapped
dds
Paul Stoffregen 8 vuotta sitten
vanhempi
commit
caebd7a38c
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. +2
    -0
      play_sd_wav.cpp

+ 2
- 0
play_sd_wav.cpp Näytä tiedosto

@@ -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) {

Loading…
Peruuta
Tallenna