Skip to content

Commit

Permalink
fixed spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
matt200-ok committed Dec 20, 2024
1 parent 3e57e90 commit 5e4f96b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/llm-voice-assistant/python/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,8 +595,8 @@ def compute_amplitude(samples, sample_max=32768, scale=1.0):

self.title = self.window.subwin(6, self.width - 4, 1, 2)
for i, line in enumerate(TITLE):
disp = line.center(self.width - 4, '░')
self.title.addstr(i, 0, disp)
display = line.center(self.width - 4, '░')
self.title.addstr(i, 0, display)

self.window.box()
self.window.refresh()
Expand Down
9 changes: 9 additions & 0 deletions res/.lint/spell-check/dict.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,28 @@
addstr
addch
appendleft
Colour
Compat
dbfs
dotdotdot
dtype
endoftext
endwin
getmaxyx
getpid
iife
llmvoiceassistant
logcat
logit
logits
Millisec
mixtral
newwin
numpy
pico
picollm
picovoice
pids
pllm
pvcheetah
pvorca
Expand All @@ -24,6 +32,7 @@ pvspeaker
samplerate
sdcard
Spannable
subwin
tock
tock
WAKEWORD
Expand Down

0 comments on commit 5e4f96b

Please sign in to comment.