CSCore v1.2.1.2 Release Notes
Release Date: 2017-10-22 // over 5 years ago-
Install through NuGet:
📦
Install-Package CSCore -Version 1.2.1.2
Previous changes from v1.2.0
-
🆕 New features:
- ChannelConversion using a conversion matrix without any dependencies
- Wasapi-Streamrouting
- 👌 Supporting 32 bit PCM
- Pitch-Shifting effect
- 👍 MMEndpoint support & some minor improvements of the MMDevice
🛠 Fixed:
- Stereo/Mono conversion doesn't change bits per sample
- Wasapi Exclusive-Mode format detection
- Wasapi Exclusive-Mode plays high pitched sound
- Wasapi Format-Detection for 24bit/44.1kHz
- 👌 Support for huge wav files
- Wrong format validation of pcm-to-sample converter
- 🛠 Fixed access violation for AudioSessionEvents on 32-bit platforms
- Propper length determination of MediaFoundation streams
- 👀 Playing none seekable Mp3-Streams
- More accurate resampler position
- 👍 Allow some unconvential order of wav chunks
- 🚚 AudioSessionManager2 removes callback twice
- ✂ Removed obsolete effects
- 🛠 Some additional minor fixes ...