Skip to content

Commit

Permalink
add pyaudio
Browse files Browse the repository at this point in the history
  • Loading branch information
dimastatz committed Apr 7, 2024
1 parent 2097611 commit 761bd9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/deepsignal/client/transcribe_mic.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import time
import pyaudio
import multiprocessing as mp


Expand All @@ -20,5 +21,5 @@ def capture(con):
proc.start()
capture(con1)
proc.terminate()

print("done")

0 comments on commit 761bd9b

Please sign in to comment.