mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
support for latency interpolation
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@256 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
da45617efc
commit
148202d432
13 changed files with 250 additions and 72 deletions
|
|
@ -49,7 +49,7 @@ char *pa_path_get_filename(const char *p);
|
|||
|
||||
pa_usec_t pa_timeval_diff(const struct timeval *a, const struct timeval *b);
|
||||
int pa_timeval_cmp(const struct timeval *a, const struct timeval *b);
|
||||
pa_usec_t pa_age(const struct timeval *tv);
|
||||
pa_usec_t pa_timeval_age(const struct timeval *tv);
|
||||
void pa_timeval_add(struct timeval *tv, pa_usec_t v);
|
||||
|
||||
void pa_raise_priority(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue