diff --git a/.gitignore b/.gitignore
index d193505fe..74c3f7c2a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,3 +44,403 @@ CMakeSettings.json
.vs/
.vscode/
+
+## Ignore Visual Studio temporary files, build results, and
+## files generated by popular Visual Studio add-ons.
+##
+## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
+
+# User-specific files
+*.rsuser
+*.suo
+*.user
+*.userosscache
+*.sln.docstates
+
+# User-specific files (MonoDevelop/Xamarin Studio)
+*.userprefs
+
+# Mono auto generated files
+mono_crash.*
+
+# Build results
+[Dd]ebug/
+[Dd]ebugPublic/
+[Rr]elease/
+[Rr]eleases/
+x64/
+x86/
+[Ww][Ii][Nn]32/
+[Aa][Rr][Mm]/
+[Aa][Rr][Mm]64/
+bld/
+[Bb]in/
+[Oo]bj/
+[Ll]og/
+[Ll]ogs/
+
+# Visual Studio 2015/2017 cache/options directory
+.vs/
+# Uncomment if you have tasks that create the project's static files in wwwroot
+#wwwroot/
+
+# Visual Studio 2017 auto generated files
+Generated\ Files/
+
+# MSTest test Results
+[Tt]est[Rr]esult*/
+[Bb]uild[Ll]og.*
+
+# NUnit
+*.VisualState.xml
+TestResult.xml
+nunit-*.xml
+
+# Build Results of an ATL Project
+[Dd]ebugPS/
+[Rr]eleasePS/
+dlldata.c
+
+# Benchmark Results
+BenchmarkDotNet.Artifacts/
+
+# .NET Core
+project.lock.json
+project.fragment.lock.json
+artifacts/
+
+# ASP.NET Scaffolding
+ScaffoldingReadMe.txt
+
+# StyleCop
+StyleCopReport.xml
+
+# Files built by Visual Studio
+*_i.c
+*_p.c
+*_h.h
+*.ilk
+*.meta
+*.obj
+*.iobj
+*.pch
+*.pdb
+*.ipdb
+*.pgc
+*.pgd
+*.rsp
+*.sbr
+*.tlb
+*.tli
+*.tlh
+*.tmp
+*.tmp_proj
+*_wpftmp.csproj
+*.log
+*.tlog
+*.vspscc
+*.vssscc
+.builds
+*.pidb
+*.svclog
+*.scc
+
+# Chutzpah Test files
+_Chutzpah*
+
+# Visual C++ cache files
+ipch/
+*.aps
+*.ncb
+*.opendb
+*.opensdf
+*.sdf
+*.cachefile
+*.VC.db
+*.VC.VC.opendb
+
+# Visual Studio profiler
+*.psess
+*.vsp
+*.vspx
+*.sap
+
+# Visual Studio Trace Files
+*.e2e
+
+# TFS 2012 Local Workspace
+$tf/
+
+# Guidance Automation Toolkit
+*.gpState
+
+# ReSharper is a .NET coding add-in
+_ReSharper*/
+*.[Rr]e[Ss]harper
+*.DotSettings.user
+
+# TeamCity is a build add-in
+_TeamCity*
+
+# DotCover is a Code Coverage Tool
+*.dotCover
+
+# AxoCover is a Code Coverage Tool
+.axoCover/*
+!.axoCover/settings.json
+
+# Coverlet is a free, cross platform Code Coverage Tool
+coverage*.json
+coverage*.xml
+coverage*.info
+
+# Visual Studio code coverage results
+*.coverage
+*.coveragexml
+
+# NCrunch
+_NCrunch_*
+.*crunch*.local.xml
+nCrunchTemp_*
+
+# MightyMoose
+*.mm.*
+AutoTest.Net/
+
+# Web workbench (sass)
+.sass-cache/
+
+# Installshield output folder
+[Ee]xpress/
+
+# DocProject is a documentation generator add-in
+DocProject/buildhelp/
+DocProject/Help/*.HxT
+DocProject/Help/*.HxC
+DocProject/Help/*.hhc
+DocProject/Help/*.hhk
+DocProject/Help/*.hhp
+DocProject/Help/Html2
+DocProject/Help/html
+
+# Click-Once directory
+publish/
+
+# Publish Web Output
+*.[Pp]ublish.xml
+*.azurePubxml
+# Note: Comment the next line if you want to checkin your web deploy settings,
+# but database connection strings (with potential passwords) will be unencrypted
+*.pubxml
+*.publishproj
+
+# Microsoft Azure Web App publish settings. Comment the next line if you want to
+# checkin your Azure Web App publish settings, but sensitive information contained
+# in these scripts will be unencrypted
+PublishScripts/
+
+# NuGet Packages
+*.nupkg
+# NuGet Symbol Packages
+*.snupkg
+# The packages folder can be ignored because of Package Restore
+**/[Pp]ackages/*
+# except build/, which is used as an MSBuild target.
+!**/[Pp]ackages/build/
+# Uncomment if necessary however generally it will be regenerated when needed
+#!**/[Pp]ackages/repositories.config
+# NuGet v3's project.json files produces more ignorable files
+*.nuget.props
+*.nuget.targets
+
+# Microsoft Azure Build Output
+csx/
+*.build.csdef
+
+# Microsoft Azure Emulator
+ecf/
+rcf/
+
+# Windows Store app package directories and files
+AppPackages/
+BundleArtifacts/
+Package.StoreAssociation.xml
+_pkginfo.txt
+*.appx
+*.appxbundle
+*.appxupload
+
+# Visual Studio cache files
+# files ending in .cache can be ignored
+*.[Cc]ache
+# but keep track of directories ending in .cache
+!?*.[Cc]ache/
+
+# Others
+ClientBin/
+~$*
+*~
+*.dbmdl
+*.dbproj.schemaview
+*.jfm
+*.pfx
+*.publishsettings
+orleans.codegen.cs
+
+# Including strong name files can present a security risk
+# (https://github.com/github/gitignore/pull/2483#issue-259490424)
+#*.snk
+
+# Since there are multiple workflows, uncomment next line to ignore bower_components
+# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
+#bower_components/
+
+# RIA/Silverlight projects
+Generated_Code/
+
+# Backup & report files from converting an old project file
+# to a newer Visual Studio version. Backup files are not needed,
+# because we have git ;-)
+_UpgradeReport_Files/
+Backup*/
+UpgradeLog*.XML
+UpgradeLog*.htm
+ServiceFabricBackup/
+*.rptproj.bak
+
+# SQL Server files
+*.mdf
+*.ldf
+*.ndf
+
+# Business Intelligence projects
+*.rdl.data
+*.bim.layout
+*.bim_*.settings
+*.rptproj.rsuser
+*- [Bb]ackup.rdl
+*- [Bb]ackup ([0-9]).rdl
+*- [Bb]ackup ([0-9][0-9]).rdl
+
+# Microsoft Fakes
+FakesAssemblies/
+
+# GhostDoc plugin setting file
+*.GhostDoc.xml
+
+# Node.js Tools for Visual Studio
+.ntvs_analysis.dat
+node_modules/
+
+# Visual Studio 6 build log
+*.plg
+
+# Visual Studio 6 workspace options file
+*.opt
+
+# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
+*.vbw
+
+# Visual Studio 6 auto-generated project file (contains which files were open etc.)
+*.vbp
+
+# Visual Studio 6 workspace and project file (working project files containing files to include in project)
+*.dsw
+*.dsp
+
+# Visual Studio 6 technical files
+*.ncb
+*.aps
+
+# Visual Studio LightSwitch build output
+**/*.HTMLClient/GeneratedArtifacts
+**/*.DesktopClient/GeneratedArtifacts
+**/*.DesktopClient/ModelManifest.xml
+**/*.Server/GeneratedArtifacts
+**/*.Server/ModelManifest.xml
+_Pvt_Extensions
+
+# Paket dependency manager
+.paket/paket.exe
+paket-files/
+
+# FAKE - F# Make
+.fake/
+
+# CodeRush personal settings
+.cr/personal
+
+# Python Tools for Visual Studio (PTVS)
+__pycache__/
+*.pyc
+
+# Cake - Uncomment if you are using it
+# tools/**
+# !tools/packages.config
+
+# Tabs Studio
+*.tss
+
+# Telerik's JustMock configuration file
+*.jmconfig
+
+# BizTalk build output
+*.btp.cs
+*.btm.cs
+*.odx.cs
+*.xsd.cs
+
+# OpenCover UI analysis results
+OpenCover/
+
+# Azure Stream Analytics local run output
+ASALocalRun/
+
+# MSBuild Binary and Structured Log
+*.binlog
+
+# NVidia Nsight GPU debugger configuration file
+*.nvuser
+
+# MFractors (Xamarin productivity tool) working folder
+.mfractor/
+
+# Local History for Visual Studio
+.localhistory/
+
+# Visual Studio History (VSHistory) files
+.vshistory/
+
+# BeatPulse healthcheck temp database
+healthchecksdb
+
+# Backup folder for Package Reference Convert tool in Visual Studio 2017
+MigrationBackup/
+
+# Ionide (cross platform F# VS Code tools) working folder
+.ionide/
+
+# Fody - auto-generated XML schema
+FodyWeavers.xsd
+
+# VS Code files for those working on multiple tools
+.vscode/*
+!.vscode/settings.json
+!.vscode/tasks.json
+!.vscode/launch.json
+!.vscode/extensions.json
+*.code-workspace
+
+# Local History for Visual Studio Code
+.history/
+
+# Windows Installer files from build outputs
+*.cab
+*.msi
+*.msix
+*.msm
+*.msp
+
+# JetBrains Rider
+*.sln.iml
+*.exe
diff --git a/NOTICE.txt b/NOTICE.txt
new file mode 100644
index 000000000..05b32bdea
--- /dev/null
+++ b/NOTICE.txt
@@ -0,0 +1,92 @@
+Software License for The Fraunhofer FDK AAC Codec Library for Android
+
+© Copyright 1995 - 2018 Fraunhofer-Gesellschaft zur Förderung der angewandten
+Forschung e.V. All rights reserved.
+
+ 1. INTRODUCTION
+The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software
+that implements the MPEG Advanced Audio Coding ("AAC") encoding and decoding
+scheme for digital audio. This FDK AAC Codec software is intended to be used on
+a wide variety of Android devices.
+
+AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient
+general perceptual audio codecs. AAC-ELD is considered the best-performing
+full-bandwidth communications codec by independent studies and is widely
+deployed. AAC has been standardized by ISO and IEC as part of the MPEG
+specifications.
+
+Patent licenses for necessary patent claims for the FDK AAC Codec (including
+those of Fraunhofer) may be obtained through Via Licensing
+(www.vialicensing.com) or through the respective patent owners individually for
+the purpose of encoding or decoding bit streams in products that are compliant
+with the ISO/IEC MPEG audio standards. Please note that most manufacturers of
+Android devices already license these patent claims through Via Licensing or
+directly from the patent owners, and therefore FDK AAC Codec software may
+already be covered under those patent licenses when it is used for those
+licensed purposes only.
+
+Commercially-licensed AAC software libraries, including floating-point versions
+with enhanced sound quality, are also available from Fraunhofer. Users are
+encouraged to check the Fraunhofer website for additional applications
+information and documentation.
+
+2. COPYRIGHT LICENSE
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted without payment of copyright license fees provided that you
+satisfy the following conditions:
+
+You must retain the complete text of this software license in redistributions of
+the FDK AAC Codec or your modifications thereto in source code form.
+
+You must retain the complete text of this software license in the documentation
+and/or other materials provided with redistributions of the FDK AAC Codec or
+your modifications thereto in binary form. You must make available free of
+charge copies of the complete source code of the FDK AAC Codec and your
+modifications thereto to recipients of copies in binary form.
+
+The name of Fraunhofer may not be used to endorse or promote products derived
+from this library without prior written permission.
+
+You may not charge copyright license fees for anyone to use, copy or distribute
+the FDK AAC Codec software or your modifications thereto.
+
+Your modified versions of the FDK AAC Codec must carry prominent notices stating
+that you changed the software and the date of any change. For modified versions
+of the FDK AAC Codec, the term "Fraunhofer FDK AAC Codec Library for Android"
+must be replaced by the term "Third-Party Modified Version of the Fraunhofer FDK
+AAC Codec Library for Android."
+
+3. NO PATENT LICENSE
+
+NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without
+limitation the patents of Fraunhofer, ARE GRANTED BY THIS SOFTWARE LICENSE.
+Fraunhofer provides no warranty of patent non-infringement with respect to this
+software.
+
+You may use this FDK AAC Codec software or modifications thereto only for
+purposes that are authorized by appropriate patent licenses.
+
+4. DISCLAIMER
+
+This FDK AAC Codec software is provided by Fraunhofer on behalf of the copyright
+holders and contributors "AS IS" and WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES,
+including but not limited to the implied warranties of merchantability and
+fitness for a particular purpose. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE for any direct, indirect, incidental, special, exemplary,
+or consequential damages, including but not limited to procurement of substitute
+goods or services; loss of use, data, or profits, or business interruption,
+however caused and on any theory of liability, whether in contract, strict
+liability, or tort (including negligence), arising in any way out of the use of
+this software, even if advised of the possibility of such damage.
+
+5. CONTACT INFORMATION
+
+Fraunhofer Institute for Integrated Circuits IIS
+Attention: Audio and Multimedia Departments - FDK AAC LL
+Am Wolfsmantel 33
+91058 Erlangen, Germany
+
+www.iis.fraunhofer.de/amm
+amm-info@iis.fraunhofer.de
+
diff --git a/libAACenc/include/aacenc_lib.h b/libAACenc/include/aacenc_lib.h
index 902ba118f..77fb62cd4 100644
--- a/libAACenc/include/aacenc_lib.h
+++ b/libAACenc/include/aacenc_lib.h
@@ -1561,7 +1561,8 @@ extern "C" {
* - AACENC_INVALID_HANDLE, AACENC_MEMORY_ERROR, AACENC_INVALID_CONFIG,
* on failure.
*/
-AACENC_ERROR aacEncOpen(HANDLE_AACENCODER *phAacEncoder, const UINT encModules,
+LINKSPEC_H AACENC_ERROR aacEncOpen(HANDLE_AACENCODER *phAacEncoder,
+ const UINT encModules,
const UINT maxChannels);
/**
@@ -1575,7 +1576,7 @@ AACENC_ERROR aacEncOpen(HANDLE_AACENCODER *phAacEncoder, const UINT encModules,
* - AACENC_OK, on success.
* - AACENC_INVALID_HANDLE, on failure.
*/
-AACENC_ERROR aacEncClose(HANDLE_AACENCODER *phAacEncoder);
+LINKSPEC_H AACENC_ERROR aacEncClose(HANDLE_AACENCODER *phAacEncoder);
/**
* \brief Encode audio data.
@@ -1626,7 +1627,7 @@ AACENC_ERROR aacEncClose(HANDLE_AACENCODER *phAacEncoder);
* descriptor initialization.
* - AACENC_ENCODE_EOF, when flushing fully concluded.
*/
-AACENC_ERROR aacEncEncode(const HANDLE_AACENCODER hAacEncoder,
+LINKSPEC_H AACENC_ERROR aacEncEncode(const HANDLE_AACENCODER hAacEncoder,
const AACENC_BufDesc *inBufDesc,
const AACENC_BufDesc *outBufDesc,
const AACENC_InArgs *inargs, AACENC_OutArgs *outargs);
@@ -1649,7 +1650,7 @@ AACENC_ERROR aacEncEncode(const HANDLE_AACENCODER hAacEncoder,
* - AACENC_OK, on succes.
* - AACENC_INVALID_HANDLE, AACENC_INIT_ERROR, on failure.
*/
-AACENC_ERROR aacEncInfo(const HANDLE_AACENCODER hAacEncoder,
+LINKSPEC_H AACENC_ERROR aacEncInfo(const HANDLE_AACENCODER hAacEncoder,
AACENC_InfoStruct *pInfo);
/**
@@ -1671,7 +1672,7 @@ AACENC_ERROR aacEncInfo(const HANDLE_AACENCODER hAacEncoder,
* - AACENC_INVALID_HANDLE, AACENC_UNSUPPORTED_PARAMETER,
* AACENC_INVALID_CONFIG, on failure.
*/
-AACENC_ERROR aacEncoder_SetParam(const HANDLE_AACENCODER hAacEncoder,
+LINKSPEC_H AACENC_ERROR aacEncoder_SetParam(const HANDLE_AACENCODER hAacEncoder,
const AACENC_PARAM param, const UINT value);
/**
@@ -1686,7 +1687,7 @@ AACENC_ERROR aacEncoder_SetParam(const HANDLE_AACENCODER hAacEncoder,
*
* \return Internal configuration value of specifed parameter ::AACENC_PARAM.
*/
-UINT aacEncoder_GetParam(const HANDLE_AACENCODER hAacEncoder,
+LINKSPEC_H UINT aacEncoder_GetParam(const HANDLE_AACENCODER hAacEncoder,
const AACENC_PARAM param);
/**
@@ -1700,7 +1701,7 @@ UINT aacEncoder_GetParam(const HANDLE_AACENCODER hAacEncoder,
* - AACENC_OK, on success.
* - AACENC_INVALID_HANDLE, AACENC_INIT_ERROR, on failure.
*/
-AACENC_ERROR aacEncGetLibInfo(LIB_INFO *info);
+LINKSPEC_H AACENC_ERROR aacEncGetLibInfo(LIB_INFO *info);
#ifdef __cplusplus
}
diff --git a/libSYS/include/machine_type.h b/libSYS/include/machine_type.h
index bd97669c3..c7af05e59 100644
--- a/libSYS/include/machine_type.h
+++ b/libSYS/include/machine_type.h
@@ -117,8 +117,13 @@ typedef unsigned long long uint64_t;
/* Library calling convention spec. __cdecl and friends might be added here as
* required. */
+#ifndef LINKSPEC_H
#define LINKSPEC_H
+#endif // !LINKSPEC_H
+#ifndef LINKSPEC_CPP
#define LINKSPEC_CPP
+#endif // !LINKSPEC_CPP
+
/* for doxygen the following docu parts must be separated */
/** \var SCHAR
diff --git a/readme.md b/readme.md
new file mode 100644
index 000000000..819157fde
--- /dev/null
+++ b/readme.md
@@ -0,0 +1 @@
+### fdk-aac
diff --git a/vs/build.bat b/vs/build.bat
new file mode 100644
index 000000000..b531e5cc7
--- /dev/null
+++ b/vs/build.bat
@@ -0,0 +1 @@
+Powershell.exe -Command "& {Start-Process Powershell.exe -ArgumentList '-ExecutionPolicy Bypass -File %~dp0build.ps1' -Verb RunAs}"
\ No newline at end of file
diff --git a/vs/build.ps1 b/vs/build.ps1
new file mode 100644
index 000000000..b8159980c
--- /dev/null
+++ b/vs/build.ps1
@@ -0,0 +1,50 @@
+# set the current path to the same directory as the script
+Set-Location -LiteralPath $PSScriptRoot
+
+If ($vsWhere = Get-Command "vswhere.exe" -ErrorAction SilentlyContinue) {
+ $vsWhere = $vsWhere.Path
+} ElseIf (Test-Path "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe") {
+ $vsWhere = "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe"
+}
+ Else {
+ Write-Error "vswhere not found. Aborting." -ErrorAction Stop
+}
+Write-Host "vswhere found at: $vsWhere" -ForegroundColor Yellow
+
+
+#
+# Get path to Visual Studio installation using vswhere.
+#
+$vsPath = &$vsWhere -latest -products * -version "[15.0,18.0)" `
+ -requires Microsoft.Component.MSBuild `
+ -property installationPath
+If ([string]::IsNullOrEmpty("$vsPath")) {
+ Write-Error "Failed to find Visual Studio 2017 installation. Aborting." -ErrorAction Stop
+}
+Write-Host "Using Visual Studio installation at: ${vsPath}" -ForegroundColor Yellow
+
+
+#
+# Make sure the Visual Studio Command Prompt variables are set.
+#
+If (Test-Path env:LIBPATH) {
+ Write-Host "Visual Studio Command Prompt variables already set." -ForegroundColor Yellow
+} Else {
+ # Load VC vars
+ Push-Location "${vsPath}\VC\Auxiliary\Build"
+ cmd /c "vcvarsall.bat x64&set" |
+ ForEach-Object {
+ If ($_ -match "=") {
+ $v = $_.split("="); Set-Item -Force -Path "ENV:\$($v[0])" -Value "$($v[1])"
+ }
+ }
+ Pop-Location
+ Write-Host "Visual Studio Command Prompt variables set." -ForegroundColor Yellow
+}
+
+msbuild .\fdk-aac.sln -p:Configuration=Release -p:Platform=x64
+msbuild .\fdk-aac.sln -p:Configuration=Release -p:Platform=x86
+msbuild .\fdk-aac.sln -p:Configuration=Release -p:Platform=ARM64
+
+Invoke-WebRequest https://dist.nuget.org/win-x86-commandline/latest/nuget.exe -OutFile .\Nuget.exe
+.\Nuget.exe pack .\fdk-aac.nuspec
diff --git a/vs/fdk-aac.nuspec b/vs/fdk-aac.nuspec
new file mode 100644
index 000000000..11368c17d
--- /dev/null
+++ b/vs/fdk-aac.nuspec
@@ -0,0 +1,41 @@
+
+
+
+ fdk-aac
+ 2.0.3
+ FDK AAC
+ A standalone library of the Fraunhofer FDK AAC code from Android. Compiled in VS2022 for x86, x64 and ARM64.
+ https://github.com/jimm98y/fdk-aac
+ Lukas Volf
+ NOTICE.txt
+ readme.md
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/vs/fdk-aac.sln b/vs/fdk-aac.sln
new file mode 100644
index 000000000..fcf2cbd78
--- /dev/null
+++ b/vs/fdk-aac.sln
@@ -0,0 +1,51 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.8.34511.84
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libAACdec", "libAACdec\libAACdec.vcxproj", "{7C4EDCB2-B0E7-4DA1-9B19-7FD46B5DF94E}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libAACenc", "libAACenc\libAACenc.vcxproj", "{111B8835-DDC0-4544-A388-6648F91AF71B}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|ARM64 = Debug|ARM64
+ Debug|x64 = Debug|x64
+ Debug|x86 = Debug|x86
+ Release|ARM64 = Release|ARM64
+ Release|x64 = Release|x64
+ Release|x86 = Release|x86
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {7C4EDCB2-B0E7-4DA1-9B19-7FD46B5DF94E}.Debug|ARM64.ActiveCfg = Debug|ARM64
+ {7C4EDCB2-B0E7-4DA1-9B19-7FD46B5DF94E}.Debug|ARM64.Build.0 = Debug|ARM64
+ {7C4EDCB2-B0E7-4DA1-9B19-7FD46B5DF94E}.Debug|x64.ActiveCfg = Debug|x64
+ {7C4EDCB2-B0E7-4DA1-9B19-7FD46B5DF94E}.Debug|x64.Build.0 = Debug|x64
+ {7C4EDCB2-B0E7-4DA1-9B19-7FD46B5DF94E}.Debug|x86.ActiveCfg = Debug|Win32
+ {7C4EDCB2-B0E7-4DA1-9B19-7FD46B5DF94E}.Debug|x86.Build.0 = Debug|Win32
+ {7C4EDCB2-B0E7-4DA1-9B19-7FD46B5DF94E}.Release|ARM64.ActiveCfg = Release|ARM64
+ {7C4EDCB2-B0E7-4DA1-9B19-7FD46B5DF94E}.Release|ARM64.Build.0 = Release|ARM64
+ {7C4EDCB2-B0E7-4DA1-9B19-7FD46B5DF94E}.Release|x64.ActiveCfg = Release|x64
+ {7C4EDCB2-B0E7-4DA1-9B19-7FD46B5DF94E}.Release|x64.Build.0 = Release|x64
+ {7C4EDCB2-B0E7-4DA1-9B19-7FD46B5DF94E}.Release|x86.ActiveCfg = Release|Win32
+ {7C4EDCB2-B0E7-4DA1-9B19-7FD46B5DF94E}.Release|x86.Build.0 = Release|Win32
+ {111B8835-DDC0-4544-A388-6648F91AF71B}.Debug|ARM64.ActiveCfg = Debug|ARM64
+ {111B8835-DDC0-4544-A388-6648F91AF71B}.Debug|ARM64.Build.0 = Debug|ARM64
+ {111B8835-DDC0-4544-A388-6648F91AF71B}.Debug|x64.ActiveCfg = Debug|x64
+ {111B8835-DDC0-4544-A388-6648F91AF71B}.Debug|x64.Build.0 = Debug|x64
+ {111B8835-DDC0-4544-A388-6648F91AF71B}.Debug|x86.ActiveCfg = Debug|Win32
+ {111B8835-DDC0-4544-A388-6648F91AF71B}.Debug|x86.Build.0 = Debug|Win32
+ {111B8835-DDC0-4544-A388-6648F91AF71B}.Release|ARM64.ActiveCfg = Release|ARM64
+ {111B8835-DDC0-4544-A388-6648F91AF71B}.Release|ARM64.Build.0 = Release|ARM64
+ {111B8835-DDC0-4544-A388-6648F91AF71B}.Release|x64.ActiveCfg = Release|x64
+ {111B8835-DDC0-4544-A388-6648F91AF71B}.Release|x64.Build.0 = Release|x64
+ {111B8835-DDC0-4544-A388-6648F91AF71B}.Release|x86.ActiveCfg = Release|Win32
+ {111B8835-DDC0-4544-A388-6648F91AF71B}.Release|x86.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {EDCEDB3E-8C8F-46BB-8EEA-AB96B2EDAAF4}
+ EndGlobalSection
+EndGlobal
diff --git a/vs/libAACdec/libAACdec.vcxproj b/vs/libAACdec/libAACdec.vcxproj
new file mode 100644
index 000000000..b130398bb
--- /dev/null
+++ b/vs/libAACdec/libAACdec.vcxproj
@@ -0,0 +1,223 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+ Debug
+ x64
+
+
+ Release
+ x64
+
+
+ Debug
+ ARM64
+
+
+ Release
+ ARM64
+
+
+
+ true
+ 17.0
+ Win32Proj
+ {7c4edcb2-b0e7-4da1-9b19-7fd46b5df94e}
+ libAACdec
+ 10.0
+
+
+
+ DynamicLibrary
+ true
+ v143
+ Unicode
+
+
+ DynamicLibrary
+ false
+ v143
+ true
+ Unicode
+
+
+ DynamicLibrary
+ true
+ v143
+ Unicode
+
+
+ DynamicLibrary
+ false
+ v143
+ true
+ Unicode
+
+
+ DynamicLibrary
+ true
+ v143
+ Unicode
+
+
+ DynamicLibrary
+ false
+ v143
+ true
+ Unicode
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ..\..\libAACdec\include;..\..\libFDK\include;..\..\libSYS\include;..\..\libArithCoding\include;..\..\libMpegTPdec\include;..\..\libSBRdec\include;..\..\libPCMutils\include;..\..\libDRCdec\include;..\..\libSACdec\include;$(IncludePath)
+ $(SolutionDir)$(Configuration)\$(Platform)\
+
+
+
+ Level3
+ true
+ WIN32;_DEBUG;_CONSOLE;LINKSPEC_H=__declspec(dllexport);%(PreprocessorDefinitions)
+ true
+ stdcpp17
+
+
+ Console
+ true
+
+
+
+
+ Level3
+ true
+ true
+ true
+ WIN32;NDEBUG;_CONSOLE;LINKSPEC_H=__declspec(dllexport);%(PreprocessorDefinitions)
+ true
+ stdcpp17
+
+
+ Console
+ true
+ true
+ true
+
+
+
+
+ Level3
+ true
+ _DEBUG;_CONSOLE;LINKSPEC_H=__declspec(dllexport);%(PreprocessorDefinitions)
+ true
+ stdcpp17
+
+
+ Console
+ true
+
+
+
+
+ Level3
+ true
+ true
+ true
+ NDEBUG;_CONSOLE;LINKSPEC_H=__declspec(dllexport);%(PreprocessorDefinitions)
+ true
+ stdcpp17
+
+
+ Console
+ true
+ true
+ true
+
+
+
+
+ Level3
+ true
+ _DEBUG;_CONSOLE;LINKSPEC_H=__declspec(dllexport);%(PreprocessorDefinitions)
+ true
+ stdcpp17
+
+
+ Console
+ true
+
+
+
+
+ Level3
+ true
+ true
+ true
+ NDEBUG;_CONSOLE;LINKSPEC_H=__declspec(dllexport);%(PreprocessorDefinitions)
+ true
+ stdcpp17
+
+ Disabled
+
+
+ Console
+ true
+ true
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/vs/libAACdec/libAACdec.vcxproj.filters b/vs/libAACdec/libAACdec.vcxproj.filters
new file mode 100644
index 000000000..583afda70
--- /dev/null
+++ b/vs/libAACdec/libAACdec.vcxproj.filters
@@ -0,0 +1,78 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {93995380-89BD-4b04-88EB-625FBE52EBFB}
+ h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd
+
+
+ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+
\ No newline at end of file
diff --git a/vs/libAACenc/libAACenc.vcxproj b/vs/libAACenc/libAACenc.vcxproj
new file mode 100644
index 000000000..5c1ba00b0
--- /dev/null
+++ b/vs/libAACenc/libAACenc.vcxproj
@@ -0,0 +1,221 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+ Debug
+ x64
+
+
+ Release
+ x64
+
+
+ Debug
+ ARM64
+
+
+ Release
+ ARM64
+
+
+
+ true
+ 17.0
+ Win32Proj
+ {7c4edcb2-b0e7-4da1-9b19-7fd46b5df94e}
+ libAACenc
+ 10.0
+
+
+
+ DynamicLibrary
+ true
+ v143
+ Unicode
+
+
+ DynamicLibrary
+ false
+ v143
+ true
+ Unicode
+
+
+ DynamicLibrary
+ true
+ v143
+ Unicode
+
+
+ DynamicLibrary
+ false
+ v143
+ true
+ Unicode
+
+
+ DynamicLibrary
+ true
+ v143
+ Unicode
+
+
+ DynamicLibrary
+ false
+ v143
+ true
+ Unicode
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ..\..\libAACenc\include;..\..\libFDK\include;..\..\libSYS\include;..\..\libArithCoding\include;..\..\libMpegTPenc\include;..\..\libSBRenc\include;..\..\libPCMutils\include;..\..\libDRCenc\include;..\..\libSACenc\include;$(IncludePath)
+ $(SolutionDir)$(Configuration)\$(Platform)\
+
+
+
+ Level3
+ true
+ WIN32;_DEBUG;_CONSOLE;LINKSPEC_H=__declspec(dllexport);%(PreprocessorDefinitions)
+ true
+ stdcpp17
+
+
+ Console
+ true
+
+
+
+
+ Level3
+ true
+ true
+ true
+ WIN32;NDEBUG;_CONSOLE;LINKSPEC_H=__declspec(dllexport);%(PreprocessorDefinitions)
+ true
+ stdcpp17
+
+
+ Console
+ true
+ true
+ true
+
+
+
+
+ Level3
+ true
+ _DEBUG;_CONSOLE;LINKSPEC_H=__declspec(dllexport);%(PreprocessorDefinitions)
+ true
+ stdcpp17
+
+
+ Console
+ true
+
+
+
+
+ Level3
+ true
+ true
+ true
+ NDEBUG;_CONSOLE;LINKSPEC_H=__declspec(dllexport);%(PreprocessorDefinitions)
+ true
+ stdcpp17
+
+
+ Console
+ true
+ true
+ true
+
+
+
+
+ Level3
+ true
+ _DEBUG;_CONSOLE;LINKSPEC_H=__declspec(dllexport);%(PreprocessorDefinitions)
+ true
+ stdcpp17
+
+
+ Console
+ true
+
+
+
+
+ Level3
+ true
+ true
+ true
+ NDEBUG;_CONSOLE;LINKSPEC_H=__declspec(dllexport);%(PreprocessorDefinitions)
+ true
+ stdcpp17
+
+
+ Console
+ true
+ true
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/vs/libAACenc/libAACenc.vcxproj.filters b/vs/libAACenc/libAACenc.vcxproj.filters
new file mode 100644
index 000000000..467d0e444
--- /dev/null
+++ b/vs/libAACenc/libAACenc.vcxproj.filters
@@ -0,0 +1,78 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {93995380-89BD-4b04-88EB-625FBE52EBFB}
+ h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd
+
+
+ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+
\ No newline at end of file