CSCore 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CSCore --version 1.1.0
NuGet\Install-Package CSCore -Version 1.1.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.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CSCore --version 1.1.0
#r "nuget: CSCore, 1.1.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.
// Install CSCore as a Cake Addin
#addin nuget:?package=CSCore&version=1.1.0

// Install CSCore as a Cake Tool
#tool nuget:?package=CSCore&version=1.1.0

An advanced audio library, written in C#. Provides tons of features. From playing/recording audio to decoding/encoding audio streams/files to processing audio data in realtime (e.g. applying custom effects during playback, create visualizations,...). The possibilities are nearly unlimited.

Product 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.

NuGet packages (11)

Showing the top 5 NuGet packages that depend on CSCore:

Package Downloads
CSCore.Ffmpeg

Uses the FFmpeg binaries for decoding media files in combination with CSCore.

CSCore.Visualization

WPF audio visualization controls using cscore.

GameUtils.Audio

Audio component for GameUtils

LordLuceus.CSCore.Ffmpeg

Package Description

CSCore.Opus

OpusSource IWaveSource implementation for CSCore

GitHub repositories (14)

Showing the top 5 popular GitHub repositories that depend on CSCore:

Repository Stars
LorisYounger/VPet
虚拟桌宠模拟器 一个开源的桌宠软件, 可以内置到任何WPF应用程序
4sval/FModel
Unreal Engine Archives Explorer
qwqdanchun/DcRat
A simple remote tool in C#.
EDCD/EDDI
Companion application for Elite Dangerous
michaelmob/WebMCam
Capture frames in real-time and save them as WebM.
Version Downloads Last updated
1.2.1.2 159,719 10/22/2017
1.2.1.1 24,305 4/16/2017
1.2.0 10,829 2/5/2017
1.1.0 38,416 5/28/2016
1.1.0-beta2 2,952 1/17/2016
1.1.0-beta 2,891 10/4/2015
1.1.0-alpha1 3,379 8/7/2015
1.1.0-alpa 2,818 6/4/2015
1.0.0 12,024 8/24/2014
1.0.0-beta 2,975 7/3/2014
0.9.2 4,298 1/16/2014
0.9.2-beta 2,900 12/29/2013
0.9.2-alpha 2,659 12/20/2013
0.9.1 3,284 10/19/2013
0.9.0.9 2,832 10/19/2013
0.9.0.8 2,833 10/12/2013
0.9.0.7 2,793 10/12/2013
0.9.0.6 2,941 10/9/2013
0.9.0.5 3,017 10/6/2013
0.9.0.4 2,953 9/19/2013
0.9.0.3 2,958 9/14/2013
0.9.0.2 3,069 8/31/2013
0.9.0.1 2,730 8/23/2013
0.9.0 2,954 8/21/2013
0.8.9.3 3,065 8/16/2013
0.8.9.2 2,867 8/15/2013
0.8.9.1 2,954 8/15/2013
0.8.9 3,162 8/15/2013

- Support for AIFF-Files
- Support for Lowpass, Highpass, Badnpass, Notch-, Lowshelf- and Highshelf-filter
- Some adjustments for making CSCore Windows 10 compatible(XAudio2 & Wasapi)
- Seeking file sources is now more precise
- Threadsafe event raising
- DmoMp3Decoder can now handle multpile ID3 Tags
- XAudio2 event handling without the need of creating callback objects
- Added some minor features to the CoreAudioAPI
- Fixed DmoWavesReverbEffect bug
- Fixed some WaveFile issues
- Fixed FLAC-Decoder LPC Frame bug
- Should be more stable in general(fixed memoryleaks, non atomic position offsets and various potential crashes)
- Added a few samples(for example the CSCoreWaveform)