gstreamer/subprojects/gst-plugins-good/sys/osxaudio
Jan Schmidt 461f943b52 osxaudio: Interpolate clock by counting elapsed time since render calls
When advancing the ringbuffer, store the processed CoreAudio sample
time, then interpolate the clock in the _get_delay() calls to smooth
the clock. CoreAudio's "latency" report is always a constant and
otherwise leads to the clock generating a latency-time staircase.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5140>
2023-08-07 21:33:45 +00:00
..
gstosxaudio.c Move files from gst-plugins-good into the "subprojects/gst-plugins-good/" subdir 2021-09-24 16:13:50 -03:00
gstosxaudiodeviceprovider.c osxaudio: Fix deprecation in macOS 12.0 2022-07-16 06:16:17 +00:00
gstosxaudiodeviceprovider.h Move files from gst-plugins-good into the "subprojects/gst-plugins-good/" subdir 2021-09-24 16:13:50 -03:00
gstosxaudioelement.c osxaudio: Document GstOsxAudioElement interface 2022-01-30 03:58:42 +05:30
gstosxaudioelement.h Move files from gst-plugins-good into the "subprojects/gst-plugins-good/" subdir 2021-09-24 16:13:50 -03:00
gstosxaudioringbuffer.c osxaudio: Attempt to configure the segment size in CoreAudio 2023-08-07 21:33:45 +00:00
gstosxaudioringbuffer.h Move files from gst-plugins-good into the "subprojects/gst-plugins-good/" subdir 2021-09-24 16:13:50 -03:00
gstosxaudiosink.c osxaudio: Interpolate clock by counting elapsed time since render calls 2023-08-07 21:33:45 +00:00
gstosxaudiosink.h Move files from gst-plugins-good into the "subprojects/gst-plugins-good/" subdir 2021-09-24 16:13:50 -03:00
gstosxaudiosrc.c osxaudio: Interpolate clock by counting elapsed time since render calls 2023-08-07 21:33:45 +00:00
gstosxaudiosrc.h Move files from gst-plugins-good into the "subprojects/gst-plugins-good/" subdir 2021-09-24 16:13:50 -03:00
gstosxcoreaudio.c osxaudio: Interpolate clock by counting elapsed time since render calls 2023-08-07 21:33:45 +00:00
gstosxcoreaudio.h osxaudio: Interpolate clock by counting elapsed time since render calls 2023-08-07 21:33:45 +00:00
gstosxcoreaudiocommon.c osxaudio: Share debug category in the internal coreaudio object 2023-08-07 21:33:45 +00:00
gstosxcoreaudiocommon.h Move files from gst-plugins-good into the "subprojects/gst-plugins-good/" subdir 2021-09-24 16:13:50 -03:00
gstosxcoreaudiohal.c osxaudio: Share debug category in the internal coreaudio object 2023-08-07 21:33:45 +00:00
gstosxcoreaudioremoteio.c Move files from gst-plugins-good into the "subprojects/gst-plugins-good/" subdir 2021-09-24 16:13:50 -03:00
meson.build meson: Call pkgconfig.generate in the loop where we declare plugins dependencies 2022-09-01 21:17:35 +00:00