Relative Content

Tag Archive for python-3.xaudiocommand-line-interface

Get direct sound values from the device and not microphone in python

I have created a little sound player in python as an experiment, and I would’ve find it cool if I could have a sound visualizer in the command line. So I began to search ways, and I found some, but they used the microphone (sounddevice, pyAudio). Isn’t there a way to get direct values from the machine (Windows)?
Sorry if there was already an answer, but I didn’t find it.