( i am French, excuse my english :p )
I use Python 3 and GTK3
I would like to do in Python, a music player that could use 2 sound card. For example playing a music on the speaker and another on my screen. (or a music played by mixer track)
Do you know a module that can play sound on several sound cards? for now I'm using a VLC port for python. But I do not think this module is the ability to play on multiple cards? (or even to be able to select it with python code?)