mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
dc787434bc
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>
29 lines
558 B
Meson
29 lines
558 B
Meson
subdir('androidmedia')
|
|
subdir('applemedia')
|
|
subdir('asio')
|
|
subdir('bluez')
|
|
subdir('d3d11')
|
|
subdir('d3dvideosink')
|
|
subdir('decklink')
|
|
subdir('directsound')
|
|
#subdir('dshowdecwrapper')
|
|
#subdir('dshowsrcwrapper')
|
|
#subdir('dshowvideosink')
|
|
subdir('dvb')
|
|
subdir('fbdev')
|
|
subdir('ipcpipeline')
|
|
subdir('kms')
|
|
subdir('magicleap')
|
|
subdir('mediafoundation')
|
|
subdir('msdk')
|
|
subdir('nvcodec')
|
|
subdir('opensles')
|
|
subdir('shm')
|
|
subdir('tinyalsa')
|
|
subdir('uvch264')
|
|
subdir('v4l2codecs')
|
|
subdir('va')
|
|
subdir('wasapi')
|
|
subdir('wasapi2')
|
|
subdir('winks')
|
|
subdir('winscreencap')
|