Skip to content

Commit 10a8b2e

Browse files
add comment
1 parent 4acba3f commit 10a8b2e

File tree

1 file changed

+1
-0
lines changed
  • examples/streaming/microphone

1 file changed

+1
-0
lines changed

examples/streaming/microphone/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
load_dotenv()
1818

19+
# We will collect the is_final=true messages here so we can use them when the person finishes speaking
1920
is_finals = []
2021

2122
def main():

0 commit comments

Comments
 (0)