|
1 | 1 |
|
2 | | -#### 1.8.0 (not yet released) |
| 2 | +#### 1.8.0 (27 Dec 2016) |
3 | 3 |
|
4 | 4 | * Windows 10 Universal project. Very similar feature set to the Win 8 one. |
5 | 5 | * Added a Windows 10 Universal demo app with limited functionality |
|
10 | 10 | * updated NAudio build process to use FAKE, retiring the old MSBuild and IronPython scripts |
11 | 11 | * NAudio.Wma project is moved out into its own [GitHub repository](https://github.com/naudio/NAudio.Wma) |
12 | 12 | * 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 |
13 | 20 | * Various bugfixes and enhancements. See commit log for full details |
14 | 21 | * WasapiCapture buffer sizes can be specified |
15 | 22 | * MMDeviceEnumerator is disposable |
|
25 | 32 | * WasapiCapture and WasapiLoopbackCapture can report capture state |
26 | 33 | * BufferedWaveProvider can be configured to not fully read if no data is available |
27 | 34 | * 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 | + |
28 | 40 |
|
29 | 41 | #### 1.7.3 5 Mar 2015 |
30 | 42 |
|
|
0 commit comments