gstreamer/sys/asio
Seungha Yang dc787434bc Introduce Steinberg ASIO (Audio Streaming Input/Output) plugin
Adds a new plugin for ASIO devices.

Although there is a standard low-level audio API, WASAPI, on Windows,
ASIO is still being broadly used for audio devices which are aiming to
professional use case. In case of such devices, ASIO API might be able
to show better quality and latency performance depending on manufacturer's
driver implementation.

In order to build this plugin, user should provide path to
ASIO SDK as a build option, "asio-sdk-path".

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2309>
2021-07-26 14:58:16 +00:00
..
gstasiodeviceprovider.cpp Introduce Steinberg ASIO (Audio Streaming Input/Output) plugin 2021-07-26 14:58:16 +00:00
gstasiodeviceprovider.h Introduce Steinberg ASIO (Audio Streaming Input/Output) plugin 2021-07-26 14:58:16 +00:00
gstasioobject.cpp Introduce Steinberg ASIO (Audio Streaming Input/Output) plugin 2021-07-26 14:58:16 +00:00
gstasioobject.h Introduce Steinberg ASIO (Audio Streaming Input/Output) plugin 2021-07-26 14:58:16 +00:00
gstasioringbuffer.cpp Introduce Steinberg ASIO (Audio Streaming Input/Output) plugin 2021-07-26 14:58:16 +00:00
gstasioringbuffer.h Introduce Steinberg ASIO (Audio Streaming Input/Output) plugin 2021-07-26 14:58:16 +00:00
gstasiosink.cpp Introduce Steinberg ASIO (Audio Streaming Input/Output) plugin 2021-07-26 14:58:16 +00:00
gstasiosink.h Introduce Steinberg ASIO (Audio Streaming Input/Output) plugin 2021-07-26 14:58:16 +00:00
gstasiosrc.cpp Introduce Steinberg ASIO (Audio Streaming Input/Output) plugin 2021-07-26 14:58:16 +00:00
gstasiosrc.h Introduce Steinberg ASIO (Audio Streaming Input/Output) plugin 2021-07-26 14:58:16 +00:00
gstasioutils.cpp Introduce Steinberg ASIO (Audio Streaming Input/Output) plugin 2021-07-26 14:58:16 +00:00
gstasioutils.h Introduce Steinberg ASIO (Audio Streaming Input/Output) plugin 2021-07-26 14:58:16 +00:00
meson.build Introduce Steinberg ASIO (Audio Streaming Input/Output) plugin 2021-07-26 14:58:16 +00:00
plugin.c Introduce Steinberg ASIO (Audio Streaming Input/Output) plugin 2021-07-26 14:58:16 +00:00