You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/SupportedBoards.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ This board playbacks file recorded using another BrainFlow board.
37
37
To choose this board in BoardShim constructor please specify:
38
38
39
39
- board_id: -3
40
-
- other_info field of BrainFlowInputParams structure, write there board_id for a board which acts like data provider(master board)
40
+
- other_info field of BrainFlowInputParams structure should contain board_id of device used to create playback file
41
41
- file field of BrainFlowInputParams structure
42
42
43
43
Supported platforms:
@@ -65,7 +65,7 @@ In methods like:
65
65
# .......
66
66
67
67
68
-
You need to use master board id instead Playback Board Id, because exact data format for streaming board is controlled by master board as well as sampling rate
68
+
You need to use master board id instead Playback Board Id, because exact data format for playback board is controlled by master board as well as sampling rate.
0 commit comments