We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672a595 commit a7a5708Copy full SHA for a7a5708
src/Audio.cpp
@@ -3,8 +3,8 @@
3
*
4
* Created on: Oct 26.2018
5
6
- * Version 2.0.7h
7
- * Updated on: Dec 27.2022
+ * Version 2.0.7i
+ * Updated on: Jan 05.2023
8
* Author: Wolle (schreibfaul1)
9
10
*/
@@ -5009,7 +5009,7 @@ uint32_t Audio::mp3_correctResumeFilePos(uint32_t resumeFilePos){
5009
p2 = audiofile.read();
5010
pos++;
5011
}
5012
-
+ MP3Decoder_ClearBuffer();
5013
if(found) return (pos - 2);
5014
return m_audioDataStart;
5015
src/Audio.h
@@ -2,7 +2,7 @@
2
* Audio.h
* Created on: Oct 28,2018
- * Updated on: Dec 27,2022
+ * Updated on: Jan 05,2023
0 commit comments