-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathWebRtcVadSharp.nuspec
26 lines (26 loc) · 1.18 KB
/
WebRtcVadSharp.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>WebRtcVadSharp</id>
<version>1.3.2</version>
<title>WebRtcVadSharp</title>
<authors>ladenedge</authors>
<owners>ladenedge</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<projectUrl>https://github.com/ladenedge/WebRtcVadSharp</projectUrl>
<repository type="git" url="https://github.com/ladenedge/WebRtcVadSharp.git" />
<description>.NET Standard interface for the WebRTC voice activity detection (VAD) component.</description>
<copyright>Copyright (c) 2020 Jay Miller</copyright>
<tags>webrtc vad voice detection recognition</tags>
<dependencies>
<group targetFramework="netstandard2.0" />
</dependencies>
</metadata>
<files>
<file src="WebRtcVadSharp\bin\Release\**" exclude="**\*.json;**\WebRtcVad.*" target="lib" />
<file src="WebRtcVad\bin\Win32\Release\WebRtcVad.*" exclude="**\*.i*" target="build\win-x86\native" />
<file src="WebRtcVad\bin\x64\Release\WebRtcVad.*" exclude="**\*.i*" target="build\win-x64\native" />
<file src="WebRtcVadSharp.targets" target="build" />
</files>
</package>