BASS.ASIO 1.3.1.2

dotnet add package BASS.ASIO --version 1.3.1.2
NuGet\Install-Package BASS.ASIO -Version 1.3.1.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BASS.ASIO" Version="1.3.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BASS.ASIO --version 1.3.1.2
#r "nuget: BASS.ASIO, 1.3.1.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BASS.ASIO as a Cake Addin
#addin nuget:?package=BASS.ASIO&version=1.3.1.2

// Install BASS.ASIO as a Cake Tool
#tool nuget:?package=BASS.ASIO&version=1.3.1.2

BASSASIO is a library for use in Windows software. Its purpose is to make it simple for developers to use ASIO hardware/drivers in their productions. C/C++, Visual Basic and Delphi APIs are included with examples. A .Net API is also available.
The BASS library is not required by BASSASIO, but it can be used for decoding purposes, and to apply DSP/FX, etc.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on BASS.ASIO:

Package Downloads
Bass.NetWrapper

BASS.NET API is the .NET wrapper for the Un4seen BASS Audio libraray and all the Add-Ons. It is entirely written in C# (managed code) and works with the Microsoft .NET Framework v2.0, v3.0, v3.5, v4.0 and v4.5 (e.g. to target Windows x86 or x64 platforms) as well as with the mono .NET Framework (e.g. to target desktop Linux or Apple MAC OSX platforms) and Xamarin .NET Framework (e.g. to target mobile iOS or Android platforms) and supports any managed language, like C#, VB.Net, JScript, F# or managed C++. There is also a special CompactFramework (CE/PocketPC) versions of Bass.Net available.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on BASS.ASIO:

Repository Stars
paralleltree/Ched
いわゆる本家のアプリケーションソフトウェアに対して直接的に出力を食わせることに使うのは絶対にやめてください。本家のアセットを直接流用するのもやめてください。
Version Downloads Last updated
1.3.1.2 8,868 6/18/2017
1.3.1.1 1,682 12/18/2016
1.3.1 1,487 12/11/2016

Release 1.3.1 of BASSASIO