Questions tagged [pyalsaaudio]

Questions pertaining to the eponymous library

The pyalsaaudio library is a Python wrapper around the ALSA audio API. This tag is for questions pertaining to the usage and documentation of the library.

16 questions
0
votes
0 answers

Confusing Python-AlsaAudio Output, No sound on square wave generator

So I'm working on this project programmed in python that requires audio output. It generates square wave audio, so you can hear a click from the speaker from when the audio changes from high to low or visa versa. I tested the concept in Windows…
1
2