CSCore 1.0.0
dotnet add package CSCore --version 1.0.0
NuGet\Install-Package CSCore -Version 1.0.0
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="CSCore" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CSCore" Version="1.0.0" />
<PackageReference Include="CSCore" />
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 CSCore --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CSCore, 1.0.0"
#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.
#:package CSCore@1.0.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CSCore&version=1.0.0
#tool nuget:?package=CSCore&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
CSCore is a opensource .NET audio library. It includes various features for working with audio (like playing and recording sounds, applying effects, encoding and decoding audio files, ...).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35-client is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories (12)
Showing the top 12 popular GitHub repositories that depend on CSCore:
Repository | Stars |
---|---|
4sval/FModel
Unreal Engine Archives Explorer
|
|
qwqdanchun/DcRat
A simple remote tool in C#.
|
|
michaelmob/WebMCam
Capture frames in real-time and save them as WebM.
|
|
MediaPortal/MediaPortal-1
Home Theater and Digital Video Recording solution for Windows.
|
|
sinshu/meltysynth
A SoundFont MIDI synthesizer for .NET
|
|
Grinchiest/SantaRat
A remote access trojan to use against Santa's laptop!
|
|
DarthAffe/KeyboardAudioVisualizer
It's colorful - I like it!
|
|
cmdrmcdonald/EliteDangerousDataProvider
|
|
Anapher/Hurricane
The music player with style
|
|
VE3NEA/SkyRoof
A Windows app for Hams and satellite enthusiasts
|
|
catright/Wale
Windows Audio Loudness Equalizer
|
|
BrianLima/HueHue
A simple yet powerful open source LED controller for Windows and Arduino
|
Version | Downloads | Last Updated |
---|---|---|
1.0.0 | 1,937 | 8/24/2014 |
1.0.0-beta | 104 | 7/3/2014 |
0.9.2 | 170 | 1/16/2014 |
0.9.2-beta | 72 | 12/29/2013 |
0.9.2-alpha | 52 | 12/20/2013 |
0.9.1 | 86 | 10/19/2013 |
0.9.0.9 | 60 | 10/19/2013 |
0.9.0.8 | 57 | 10/12/2013 |
0.9.0.7 | 55 | 10/12/2013 |
0.9.0.6 | 58 | 10/9/2013 |
0.9.0.5 | 57 | 10/6/2013 |
0.9.0.4 | 56 | 9/19/2013 |
0.9.0.3 | 56 | 9/14/2013 |
0.9.0.2 | 55 | 8/31/2013 |
0.9.0.1 | 58 | 8/23/2013 |
0.9.0 | 60 | 8/21/2013 |
0.8.9.3 | 60 | 8/16/2013 |
0.8.9.2 | 59 | 8/15/2013 |
0.8.9.1 | 57 | 8/15/2013 |
0.8.9 | 77 | 8/15/2013 |
-Added full XAudio2 support
-Added a few fluent api extensions
-Added more than 1000 xml comments
-Removed the FFTAggregator class.
-Fixed several bugs
-Marked some classes as obsolete
-Removed the obsolete CSCore.Visualization project
-Fixed a few mistakes like incorrect names, ...