mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -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
|
|
@ -341,7 +341,7 @@ pa_usec_t pa_simple_get_playback_latency(struct pa_simple *p, int *perror) {
|
|||
}
|
||||
|
||||
p->latency = 0;
|
||||
o = pa_stream_get_latency(p->stream, latency_complete, p);
|
||||
o = pa_stream_get_latency_info(p->stream, latency_complete, p);
|
||||
|
||||
while (pa_operation_get_state(o) == PA_OPERATION_RUNNING) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue