SilverCraft.CSCore 0.1.1

dotnet add package SilverCraft.CSCore --version 0.1.1
                    
NuGet\Install-Package SilverCraft.CSCore -Version 0.1.1
                    
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="SilverCraft.CSCore" Version="0.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SilverCraft.CSCore" Version="0.1.1" />
                    
Directory.Packages.props
<PackageReference Include="SilverCraft.CSCore" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SilverCraft.CSCore --version 0.1.1
                    
#r "nuget: SilverCraft.CSCore, 0.1.1"
                    
#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.
#addin nuget:?package=SilverCraft.CSCore&version=0.1.1
                    
Install SilverCraft.CSCore as a Cake Addin
#tool nuget:?package=SilverCraft.CSCore&version=0.1.1
                    
Install SilverCraft.CSCore as a Cake Tool

SilverCraft's fork of CSCore

I've decided to fork CSCore to remove features i will not use, in order to use CSCore for simple playback.
Many features are removed, or broken or may be removed or broken in a future update.
Check out the original cscore project
A short list of differences between this project and the original cscore:

  • Linux support (OpenAL, PortAudio as addon)
  • Removed windows support (no directx decoding for MP3s, no mediafoundation apis,...)
  • Removed FFMpeg support
  • (Will be) Packaged on nuget
  • Optional sndfile and openmpt wrappers
Product 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 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on SilverCraft.CSCore:

Package Downloads
SilverCraft.CSCore.PortAudio

portaudio support for SilverCraft.CSCore

SilverCraft.CSCore.SndFile

sndfile support for SilverCraft.CSCore

SilverCraft.OpenMPT

openmpt support for SilverCraft.CSCore

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.1 141 4/18/2025
0.1.0 210 7/13/2024

Initial release to nuget