Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
visus
/
teensy-audio
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
fix problem with left+right channels being swapped
dds
Pete (El Supremo)
hace 8 años
padre
13d11c61a3
commit
8ce502770f
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
+2
-0
play_sd_wav.cpp
+ 2
- 0
play_sd_wav.cpp
Ver fichero
@@ -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) {
Escribir
Vista previa
Cargando…
Cancelar
Guardar