Skip to content

Commit 892df9e

Browse files
committed
updating 1.8.0 release notes
1 parent 2e2ce17 commit 892df9e

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

RELEASE_NOTES.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
#### 1.8.0 (not yet released)
2+
#### 1.8.0 (27 Dec 2016)
33

44
* Windows 10 Universal project. Very similar feature set to the Win 8 one.
55
* Added a Windows 10 Universal demo app with limited functionality
@@ -10,6 +10,13 @@
1010
* updated NAudio build process to use FAKE, retiring the old MSBuild and IronPython scripts
1111
* NAudio.Wma project is moved out into its own [GitHub repository](https://github.com/naudio/NAudio.Wma)
1212
* ConcatenatingSampleProvider and FollowedBy extension method making it easy to concatenate Sample Providers
13+
* MixingSampleProvider raises events as inputs are removed and allows access to list of inputs
14+
* Improvements to MIDI event classes including clone support (thanks to Joseph Musser)
15+
* SMBPitchShiftingSampleProvider (thanks to Freefall63)
16+
* StreamMediaFoundationReader to allow using MediaFoundation with streams
17+
* New Skip, ToMono, Take, ToStereo extension methods
18+
* New SilenceProvider class
19+
* OffsetSampleProvider fix for leadout following take
1320
* Various bugfixes and enhancements. See commit log for full details
1421
* WasapiCapture buffer sizes can be specified
1522
* MMDeviceEnumerator is disposable
@@ -25,6 +32,11 @@
2532
* WasapiCapture and WasapiLoopbackCapture can report capture state
2633
* BufferedWaveProvider can be configured to not fully read if no data is available
2734
* WasapiOut can report the default mix format for shared mode
35+
* AsioDriver and AsioDriver ext now public
36+
* Fix for Xing header writing
37+
* Fixed XING header creation bug
38+
* Fixed MIDI to type 1 converter bug
39+
2840

2941
#### 1.7.3 5 Mar 2015
3042

0 commit comments

Comments
 (0)