Skip to content

1.1.0 Alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@filoe filoe released this 04 Jun 17:21
· 308 commits to master since this release

CSCore 1.1.0-alpha

Most important changes:

  • Changed audio source architecture
  • Applyed some refactoring (e.g. moving DirectSound objects to a seperate namespace)
  • Added documation for all members except ID3-Tag objects
  • Fixed a few bugs
  • New implemenation of WaveOut and WaveIn
  • Added a bunch of unittests for better stability
  • Added fluent extensions
  • Updated DirectSound wrapper in order to provide better usability including error handling
  • Fixed some code analysis issues
  • Added TimeConverter concept in order to provide a generic way for converting audio units to time units and back
  • Updated the WasapiOut class for better support of exclusive mode playback
  • Optimized performance of most of the ISoundOut implementations by supporting mmcss
  • Deleted some obsolete objects (including ACM apis)
  • And finally... a lot of general code cleanup ...