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 repeated WAV file play
dds
PaulStoffregen
11 years ago
parent
b51edd8d8c
commit
ed585c49af
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
Audio.cpp
+ 1
- 0
Audio.cpp
View File
@@ -1120,6 +1120,7 @@ bool AudioPlaySDcardWAV::play(const char *filename)
if (!wavfile) return false;
buffer_remaining = 0;
state_play = STATE_STOP;
data_length = 0;
state = STATE_PARSE1;
return true;
}
Write
Preview
Loading…
Cancel
Save