Update src/mixer/state.ts
Ah, duh! Co-authored-by: Marks Polakovs <github@markspolakovs.me>
This commit is contained in:
parent
e316962ae4
commit
99a74c4ab7
1 changed files with 1 additions and 2 deletions
|
@ -753,8 +753,7 @@ export const openMicrophone = (
|
|||
};
|
||||
|
||||
export const setMicProcessingEnabled = (enabled: boolean): AppThunk => async (
|
||||
dispatch,
|
||||
_
|
||||
dispatch
|
||||
) => {
|
||||
dispatch(mixerState.actions.setMicProcessingEnabled(enabled));
|
||||
audioEngine.setMicProcessingEnabled(enabled);
|
||||
|
|
Loading…
Reference in a new issue