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
b77c5b99
Unverified
Commit
b77c5b99
authored
Oct 27, 2021
by
Wolle
Committed by
GitHub
Oct 27, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V2.0.1-RC1 ready
parent
5efe4591
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/Audio.cpp
src/Audio.cpp
+2
-2
No files found.
src/Audio.cpp
View file @
b77c5b99
...
...
@@ -2,7 +2,7 @@
* Audio.cpp
*
* Created on: Oct 26,2018
* Updated on: Oct 2
0
,2021
* Updated on: Oct 2
7
,2021
* Author: Wolle (schreibfaul1)
*
*/
...
...
@@ -154,7 +154,7 @@ Audio::Audio(bool internalDAC /* = false */, i2s_dac_mode_t channelEnabled /* =
m_i2s_config
.
intr_alloc_flags
=
ESP_INTR_FLAG_LEVEL1
;
// high interrupt priority
m_i2s_config
.
dma_buf_count
=
8
;
// max buffers
m_i2s_config
.
dma_buf_len
=
1024
;
// max value
m_i2s_config
.
use_apll
=
APLL_
ENABLE
;
m_i2s_config
.
use_apll
=
APLL_
DISABLE
;
// must be disabled in V2.0.1-RC1
m_i2s_config
.
tx_desc_auto_clear
=
true
;
// new in V1.0.1
m_i2s_config
.
fixed_mclk
=
I2S_PIN_NO_CHANGE
;
if
(
internalDAC
)
{
...
...
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