summaryrefslogtreecommitdiffhomepage
path: root/src/libASN/AsnKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-21 21:26:11 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-21 21:26:11 +0100
commit251e0e9927a75f6193d9780d8a11aacb43111739 (patch)
tree75abc481511b948fe9add022946f2581064f328a /src/libASN/AsnKit
parent3508217ffd1f64759c97dcac970b31ff55d5a974 (diff)
chore: libASN: start to implement the AudioSoundNamespace library.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/libASN/AsnKit')
-rw-r--r--src/libASN/AsnKit/VirtualMixer.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/libASN/AsnKit/VirtualMixer.h b/src/libASN/AsnKit/VirtualMixer.h
index e69de29b..34b8dd35 100644
--- a/src/libASN/AsnKit/VirtualMixer.h
+++ b/src/libASN/AsnKit/VirtualMixer.h
@@ -0,0 +1,17 @@
+// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org)
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+// Official repository: https://github.com/nekernel-org/nekernel
+
+#ifndef ASNKIT_SOUNDMIXER_H
+#define ASNKIT_SOUNDMIXER_H
+
+#include <libSystem/SystemKit/System.h>
+
+namespace ASN {
+
+
+
+}
+
+#endif