Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ESP32-audioI2S
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
ESP32-audioI2S
Commits
2a0ab81b
Unverified
Commit
2a0ab81b
authored
Dec 04, 2023
by
Wolle
Committed by
GitHub
Dec 04, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wav frameSize increased 1024 -> 2048 Bytes
parent
f3e5deb8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/Audio.cpp
src/Audio.cpp
+1
-1
src/Audio.h
src/Audio.h
+2
-2
No files found.
src/Audio.cpp
View file @
2a0ab81b
...
...
@@ -5,7 +5,7 @@
*
* Created on: Oct 26.2018
*
* Version 3.0.7
u
* Version 3.0.7
v
* Updated on: Dec 04.2023
* Author: Wolle (schreibfaul1)
*
...
...
src/Audio.h
View file @
2a0ab81b
...
...
@@ -3,7 +3,7 @@
*
* Created on: Oct 28,2018
*
* Version 3.0.7
u
* Version 3.0.7
v
* Updated on: Dec 04.2023
* Author: Wolle (schreibfaul1)
*/
...
...
@@ -474,7 +474,7 @@ private:
std
::
vector
<
char
*>
m_playlistURL
;
// m3u8 streamURLs buffer
std
::
vector
<
uint32_t
>
m_hashQueue
;
const
size_t
m_frameSizeWav
=
1024
;
const
size_t
m_frameSizeWav
=
2048
;
const
size_t
m_frameSizeMP3
=
1600
;
const
size_t
m_frameSizeAAC
=
1600
;
const
size_t
m_frameSizeFLAC
=
4096
*
4
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment