JxBassSharp 1.0.0
dotnet add package JxBassSharp --version 1.0.0
NuGet\Install-Package JxBassSharp -Version 1.0.0
<PackageReference Include="JxBassSharp" Version="1.0.0" />
paket add JxBassSharp --version 1.0.0
#r "nuget: JxBassSharp, 1.0.0"
// Install JxBassSharp as a Cake Addin #addin nuget:?package=JxBassSharp&version=1.0.0 // Install JxBassSharp as a Cake Tool #tool nuget:?package=JxBassSharp&version=1.0.0
BassSharp
BassSharp is a C# wrapper for Bass, with its core code derived from ManagedBass. The primary modification has been the replacement of DllImport with LibraryImport to enhance support for AOT (Ahead-of-Time compilation) and improve efficiency. Additionally, it has been altered to support only .NET 8 and .NET 9.
Currently, only the main program portion has been modified; no plugins have been addressed.
This is for my personal use, and at present, only the self-use components are functional. Other features have not been tested. If you wish to use it, please conduct tests first.
Getting Started
- Install the NuGet package
Install-Package JxBassSharp
- Download the BASS libraries from http://un4seen.com and place them in Build Output Directory.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. |
-
net8.0
- No dependencies.
-
net9.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 67 | 11/23/2024 |