mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
The Advanced Linux Sound Architecture (ALSA) - library
As proposed in http://mailman.alsa-project.org/pipermail/alsa-devel/2008-June/008558.html the snd_pcm_avail() and snd_pcm_avail_delay() functions are now available to get accurate stream position in a straight way. The snd_pcm_avail_delay() function was added to ensure full sync between avail and delay values. It's actually implemented using delay() + avail_update() calls but it might be changed in future. Signed-off-by: Jaroslav Kysela <perex@perex.cz> |
||
|---|---|---|
| alsalisp | ||
| aserver | ||
| doc | ||
| include | ||
| modules | ||
| src | ||
| test | ||
| utils | ||
| .gitignore | ||
| acinclude.m4 | ||
| ChangeLog | ||
| configure.in | ||
| COPYING | ||
| cvscompile | ||
| gitcompile | ||
| INSTALL | ||
| Makefile.am | ||
| MEMORY-LEAK | ||
| NOTES | ||
| TODO | ||