I would like to find a beginner test program for audio in Python. A program that can play sounds (.wav files or whatever). From the code, I can then begin to learn how to work with audio output.
Specifically, I am thinking of having the audio go out over the HDMI to my monitor. Any beginner program will help. I can do the research on the individual commands after seeing the basics. If the program only sends to the audio output jack, that will be a good start also. (And yes, I have searched the site for "audio test program", and more).
I have looked here on stack exchange , but there isn't shown a program to get started.
amixer cset numid=3 2
will enroute you audio to the HDMI instead the analog ;) – javirs May 23 '14 at 08:35