Skip to content

1.2.0 Release

Compare
Choose a tag to compare
@filoe filoe released this 05 Feb 16:15
· 107 commits to master since this release

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