Oswald Buddenhagen
Oswald Buddenhagen
is this still reproducible?
it's hard to say anything without knowing what is actually inside play_sound(). is the effect still observable when you leave off the mute/unmute, and only sleep?
is this reproducible with v0.9, using the new method to parameterize the pcm object? if so, what does inp.dumpinfo() say?
is this reproducible with v0.9, using the new method to parameterize the pcm object?
is this reproducible with v0.9, using the new method to parameterize the pcm object?
is this reproducible with v0.9, using the new method to parameterize the pcm object?
pcm objects actually have info() and dumpinfo() functions that provide the data you're looking for. they are just missing from the documentation ...
first, inp.dumpinfo(), to see whether the settings are actually what you intended. also, don't make the pcm non-blocking - that way you're getting quite the busy loop. if that also...
closing as "answered user question".
this seems way too high-level. i suppose one could link it somewhere in the documentation, but there is *a lot* of other code one could link as well. so, out...