forked from espressif/esp-idf
i2s_doc: fixed the data of stereo left/right state
This commit is contained in:
@@ -367,9 +367,9 @@ Here is the table of the real data on the line with different :cpp:member:`i2s_s
|
||||
| | +-----------+----------+----------+----------+----------+----------+----------+----------+----------+
|
||||
| | | both | 0x0001 | 0x0001 | 0x0002 | 0x0002 | 0x0003 | 0x0003 | 0x0004 | 0x0004 |
|
||||
| +-----------+-----------+----------+----------+----------+----------+----------+----------+----------+----------+
|
||||
| | stereo | left | 0x0001 | 0x0001 | 0x0003 | 0x0003 | 0x0005 | 0x0005 | 0x0007 | 0x0007 |
|
||||
| | stereo | left | 0x0001 | 0x0000 | 0x0003 | 0x0000 | 0x0005 | 0x0000 | 0x0007 | 0x0000 |
|
||||
| | +-----------+----------+----------+----------+----------+----------+----------+----------+----------+
|
||||
| | | right | 0x0002 | 0x0002 | 0x0004 | 0x0004 | 0x0006 | 0x0006 | 0x0008 | 0x0008 |
|
||||
| | | right | 0x0000 | 0x0002 | 0x0000 | 0x0004 | 0x0000 | 0x0006 | 0x0000 | 0x0008 |
|
||||
| | +-----------+----------+----------+----------+----------+----------+----------+----------+----------+
|
||||
| | | both | 0x0001 | 0x0002 | 0x0003 | 0x0004 | 0x0005 | 0x0006 | 0x0007 | 0x0008 |
|
||||
+----------------+-----------+-----------+----------+----------+----------+----------+----------+----------+----------+----------+
|
||||
|
@@ -367,9 +367,9 @@ STD TX 模式
|
||||
| | +-----------+----------+----------+----------+----------+----------+----------+----------+----------+
|
||||
| | | 左右 | 0x0001 | 0x0001 | 0x0002 | 0x0002 | 0x0003 | 0x0003 | 0x0004 | 0x0004 |
|
||||
| +-----------+-----------+----------+----------+----------+----------+----------+----------+----------+----------+
|
||||
| | 立体声 | 左 | 0x0001 | 0x0001 | 0x0003 | 0x0003 | 0x0005 | 0x0005 | 0x0007 | 0x0007 |
|
||||
| | 立体声 | 左 | 0x0001 | 0x0000 | 0x0003 | 0x0000 | 0x0005 | 0x0000 | 0x0007 | 0x0000 |
|
||||
| | +-----------+----------+----------+----------+----------+----------+----------+----------+----------+
|
||||
| | | 右 | 0x0002 | 0x0002 | 0x0004 | 0x0004 | 0x0006 | 0x0006 | 0x0008 | 0x0008 |
|
||||
| | | 右 | 0x0000 | 0x0002 | 0x0000 | 0x0004 | 0x0000 | 0x0006 | 0x0000 | 0x0008 |
|
||||
| | +-----------+----------+----------+----------+----------+----------+----------+----------+----------+
|
||||
| | | 左右 | 0x0001 | 0x0002 | 0x0003 | 0x0004 | 0x0005 | 0x0006 | 0x0007 | 0x0008 |
|
||||
+----------------+-----------+-----------+----------+----------+----------+----------+----------+----------+----------+----------+
|
||||
|
Reference in New Issue
Block a user