Skip to content

Commit 1929987

Browse files
committed
fix mic params for full mode
1 parent 7ebdb08 commit 1929987

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,4 @@ cython_debug/
158158
# and can be added to the global gitignore or merged into this file. For a more nuclear
159159
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160160
#.idea/
161+
temp/

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def main(ui, config):
4646
llm = Llm(params=llm_params)
4747
ap = Ap(params=ap_params, ui=ui)
4848
tts = Tts(params=tts_params, ap=ap)
49-
mic = Mic(params=mic_params, ui=ui, vad_params=vad_params)
49+
mic = Mic(params=mic_params, ui=ui, vad=vad)
5050

5151
mic_muted = False
5252
mic_last_chunk = None

0 commit comments

Comments
 (0)