WinMM.Net Changelog

What's new in WinMM.Net 1.0 Beta

Jan 19, 2010
  • This is the initial release of the WinMM.Net library. It concentrates mostly on sound recording and playback.
  • Fully Supported:
  • waveIn* functions
  • waveOut* functions
  • WaveIn wrapper class
  • WaveOut wrapper class
  • PlaySound function
  • Limited Support:
  • PlaySound wrapper class
  • This version has full support for the "wavein" and "waveout" functions directly from the NativeMethods class, as well as WaveIn and WaveOut wrapper classes.
  • It also includes full support for the "PlaySound" function directly from the NativeMethods class, but has limited support for the PlaySound wrapper class.
  • It is also important to note that the wrapper classes themselves do not expose all of the functionality of the waveIn* and waveOut* functions, but rather offer a managed way to read and write buffers. Most notably, support for looping audio is not supported by the wrapper classes due to the way buffers are created, cleaned, and freed.