I did not understand the example material for pyaudio. It seems they had written an entire small program and it threw me off. How do I just play a single audio file? Format is not an issue, I just want to know the bare minimum code I need to play an audio file.
|
feedback
|
|
The example seems pretty clear to me. You simply save the example as playwav.py call:
The wave example with some extra comments:
| |||||
|
feedback
|
|
May be this small wrapper (warning: created on knees) of their example will help you to understand the meaning of code they wrote.
| |||||||||
feedback
|