This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-audio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix problem with left+right channels being swapped
dds
Pete (El Supremo)
8 years ago
parent
13d11c61a3
commit
8ce502770f
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
+2
-0
play_sd_wav.cpp
+ 2
- 0
play_sd_wav.cpp
View 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…
Cancel
Save