Posts by Kenui Cabral • 7 points
1 post
-
-2
votes1
answer36
viewsQ: How to make Speechrecognition listen to system sounds (youtube, zoom, etc.) instead of the microphone?
import pyaudio import wave import numpy as np import pyautogui import speech_recognition as sr CHUNK = 1024 FORMAT = pyaudio.paInt16 RATE = 44100 p = pyaudio.PyAudio() #stream usando o as_loopback…
pythonasked Kenui Cabral 7