-
- Downloads
Call pcm_prepare() to actually start audio with tinyalsa 2.0.0
https://github.com/tinyalsa/tinyalsa/commit/855354a87d2983e190088bc5330c129094b900ca changed the pcm_open() call in tinyalsa to not automatically call pcm_prepare(). Now we need to do that explicitly in q6voiced to ensure that the audio streams are actually being started. Otherwise q6voiced won't really do anything.
Please register or sign in to comment