[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
4ddba296f7
commit
6cf9cb35ba
|
@ -214,7 +214,7 @@ class Microphone:
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
self.channels = np.arange(1, actual_microphone["max_input_channels"] + 1)
|
self.channels = np.arange(1, actual_microphone["max_input_channels"] + 1)
|
||||||
|
|
||||||
# Get channels index instead of number for slicing
|
# Get channels index instead of number for slicing
|
||||||
self.channels_index = np.array(self.channels) - 1
|
self.channels_index = np.array(self.channels) - 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue