Upload Audio_Effects_SDK/version.h with huggingface_hub
Browse files- Audio_Effects_SDK/version.h +15 -0
Audio_Effects_SDK/version.h
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*
|
2 |
+
Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved.
|
3 |
+
NVIDIA CORPORATION and its licensors retain all intellectual property
|
4 |
+
and proprietary rights in and to this software, related documentation
|
5 |
+
and any modifications thereto. Any use, reproduction, disclosure or
|
6 |
+
distribution of this software and related documentation without an express
|
7 |
+
license agreement from NVIDIA CORPORATION is strictly prohibited.
|
8 |
+
*/
|
9 |
+
|
10 |
+
#define NVAUDIOEFFECTS_MAJOR_VERSION 1
|
11 |
+
#define NVAUDIOEFFECTS_MINOR_VERSION 3
|
12 |
+
#define NVAUDIOEFFECTS_PATCH_VERSION 0
|
13 |
+
#define NVAUDIOEFFECTS_BUILD_VERSION 21
|
14 |
+
#define NVAUDIOEFFECTS_VERSION "1.3.0.21"
|
15 |
+
|