HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
audio_device_asio.hpp
1// Distributed under the Boost Software License, Version 1.0.
2// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
3
4#pragma once
5
6#include "audio_device.hpp"
7#include "../macros.hpp"
8
9hi_export_module(hikogui.audio.audio_device_asio);
10
11hi_export namespace hi { inline namespace v1 {
12
15hi_export class audio_device_asio : public audio_device {
16};
17
18}} // namespace hi::inline v1
The HikoGUI namespace.
Definition array_generic.hpp:20
DOXYGEN BUG.
Definition algorithm_misc.hpp:20
A set of audio channels which can be rendered and/or captures at the same time.
Definition audio_device.hpp:34
A class representing an audio device on the system.
Definition audio_device_asio.hpp:15