File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -103,12 +103,12 @@ gain = desired volume (0 = mute, 255 = 1dB)
103103channel = channel whose playback speed is to be changed. (0 - 2)
104104pitch = desired acceleration of the channel. ((0.0 - 1.0) 0 = normal speed, 1 = double speed
105105````
106- ** "ESP32_MAS.stopCan (uint8_t channel)"**
106+ ** "ESP32_MAS.stopChan (uint8_t channel)"**
107107* Stops the output of the channel immediately.*
108108````
109109channel = channel to be stopped. (0 - 2)
110110````
111- ** "String ESP32_MAS.getCan (uint8_t channel)"**
111+ ** "String ESP32_MAS.getChan (uint8_t channel)"**
112112* Queries the state of the respective channel.*
113113````
114114 channel = channel whose state is to be queried. (0 - 2)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ loopFile KEYWORD1
99outChan KEYWORD1
1010setGain KEYWORD1
1111setPitch KEYWORD1
12- stopCan KEYWORD1
13- getCan KEYWORD2
12+ stopChan KEYWORD1
13+ getChan KEYWORD2
1414getGain KEYWORD2
1515getPitch KEYWORD2
Original file line number Diff line number Diff line change 126126 channel = channel whose playback speed is to be changed. (0 - 2)
127127 pitch = desired acceleration of the channel. (0 = 0, 1 = doubble speed)
128128
129- "ESP32_MAS.stopCan (uint8_t channel)"
129+ "ESP32_MAS.stopChan (uint8_t channel)"
130130 Stops the output of the channel immediately.
131131 channel = channel to be stopped. (0 - 2)
132132
133- "String ESP32_MAS.getCan (uint8_t channel)"
133+ "String ESP32_MAS.getChan (uint8_t channel)"
134134 Queries the state of the respective channel.
135135 channel = channel whose state is to be queried. (0 - 2)
136136 Return:
You can’t perform that action at this time.
0 commit comments