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
0636837a
Unverified
Commit
0636837a
authored
May 18, 2023
by
Wolle
Committed by
GitHub
May 18, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
increase InBuff if no PSRAM av.
parent
2fce8e1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/Audio.h
src/Audio.h
+3
-3
No files found.
src/Audio.h
View file @
0636837a
...
...
@@ -3,8 +3,8 @@
*
* Created on: Oct 28,2018
*
* Version 3.0.2
b
* Updated on: May
07
,2023
* Version 3.0.2
c
* Updated on: May
18
,2023
* Author: Wolle (schreibfaul1)
*/
...
...
@@ -140,7 +140,7 @@ public:
protected:
size_t
m_buffSizePSRAM
=
UINT16_MAX
*
10
;
// most webstreams limit the advance to 100...300Kbytes
size_t
m_buffSizeRAM
=
1600
*
5
;
size_t
m_buffSizeRAM
=
1600
*
10
;
size_t
m_buffSize
=
0
;
size_t
m_freeSpace
=
0
;
size_t
m_writeSpace
=
0
;
...
...
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