Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
visus
/
teensy-audio
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Parcourir la source
fix problem with left+right channels being swapped
dds
Pete (El Supremo)
il y a 8 ans
Parent
13d11c61a3
révision
8ce502770f
1 fichiers modifiés
avec
2 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
+2
-0
play_sd_wav.cpp
+ 2
- 0
play_sd_wav.cpp
Voir le fichier
@@ -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) {
Écrire
Aperçu
Chargement…
Annuler
Enregistrer