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 0ac8b21 commit b80001dCopy full SHA for b80001d
examples/ES9038/Readme.md
@@ -1,4 +1,4 @@
1
-#32 bit ES9038
+# 32 bit ES9038
2
3
For those who have a board with a 32bit DAC
4
[DJ202](https://github.com/dj202) sent us a solution:
@@ -16,4 +16,4 @@ m_samplesBuff48K[outputIndex * 2] = clipToInt16(outLeft);
16
m_samplesBuff48K[outputIndex * 2 + 1] = 0x00;
17
m_samplesBuff48K[outputIndex * 2 + 2] = clipToInt16(outRight);
18
m_samplesBuff48K[outputIndex * 2 + 3] = 0x00;
19
-````
+````
0 commit comments