Alan Green wrote:
> I am writing a Python script that uses the win32all winsound package to
> play a .wav file. I [need] the sound come out of the left hand speaker, but
> not the right hand speaker.
I eventually got out ctypes and used it to access the Windows
multi-media libraries. ctypes is co
I am writing a Python script that uses the win32all winsound package to
play a .wav file. I the sound come out of the left hand speaker, but
not the right hand speaker.
I've look at some Python sound libraries (PySonic, Audiere, pygame), as
well as any number of command line .wav file players. For