Re: Make a .WAV file come out of the left speaker in Windows



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 completely amazing, especially with
the code generator to turn the windows C header files into Python
functions and constants.

Just yesterday I discovered PyMedia, and will have to have a play with
that, too.

a

.



Relevant Pages

  • Re: playing a .wav file...
    ... >>> windows media player opening up? ... Just want to play the .wav file ... >>> with no windows opening up or if possible not even minimized. ...
    (microsoft.public.win2000.cmdprompt.admin)
  • Re: playing a .wav file...
    ... >> windows media player opening up? ... Just want to play the .wav file ... >> with no windows opening up or if possible not even minimized. ...
    (microsoft.public.win2000.cmdprompt.admin)
  • Re: Sound In Outlook Express
    ... protected Windows files are intact and in their original versions. ... "Steve Cochran" wrote: ... >> Wav files play fine. ... >> wav file and send the e-mail and it plays. ...
    (microsoft.public.windows.inetexplorer.ie6_outlookexpress)
  • Re: Sound In Outlook Express
    ... protected Windows files are intact and in their original versions. ... > Wav files play fine. ... > wav file and send the e-mail and it plays. ... > sound comes out of the speakers just like every other sound. ...
    (microsoft.public.windows.inetexplorer.ie6_outlookexpress)
  • Re: WMP9 Wont Play .wav, .mid, or .mpg Audio Portion
    ... >Windows Media Player cannot play the file. ... Download Center, I saw that there was a new version of DirectX, 9.0c so I ... I opened GSpot again and reopened the same .wav file, ...
    (microsoft.public.windowsmedia.player)

Loading