projectsopf.blogg.se

Vb audio cable mac
Vb audio cable mac




> ("Megalovania.mp3") #Load the mp3Īlso, the music doesn't play through your speakers, so you're going to have another python script or thread running that handles playing it through your speakers. > mixer.init(devicename='CABLE Input (VB-Audio Virtual Cable)') #Initialize it with the correct device > mixer.quit() #Quit the mixer as it's initialized on your main playback device > mixer.init() #Initialize the mixer, this will allow the next command to work > from pygame import mixer #Playing sound Then: > from pygame._sdl2 import get_num_audio_devices, get_audio_device_name #Get playback device names

vb audio cable mac

Then run this command in cmd: pip install pygame=2.0.0.dev8 (or py -m pip install pygame=2.0.0.dev8, depending on your installation of python) [Also the reason it's the dev version is that it requires some functions only in sdl2, whereas the main branch uses sdl1)

vb audio cable mac

(Also from what I know this specific answer only works on Windows, but it should be similar on Linux with PulseAudio instead of VB-Audio Cable, but I'm not a daily Linux user so I don't know.)įirst download:, this will create a "Virtual Audio Cable" where programs can play music to the input device (What looks like a speaker) and it'll pipe it to the output device (What looks like a microphone). It is possible but it isn't 100% in python as it requires the installation of other software.






Vb audio cable mac