Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
visus
/
teensy-audio
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
fix problem with left+right channels being swapped
dds
Pete (El Supremo)
8 anni fa
parent
13d11c61a3
commit
8ce502770f
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
+2
-0
play_sd_wav.cpp
+ 2
- 0
play_sd_wav.cpp
Vedi File
@@ -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) {
Write
Preview
Loading…
Annulla
Salva