| Change Set |
Date |
Downloads |
Comment |
41016
by
markheath
|
Mar 11 at
2:25 PM
|
37 |
bugfix for mono MP3 support from Scott Fleischman
|
36358
by
markheath
|
Jan 8 at
3:14 PM
|
275 |
improved robustness of WPF demo app for capturing more than once
|
35814
by
markheath
|
Jan 5 at
9:39 AM
|
27 |
removed an unnecessary assert from WaveMixerStream32.Read
|
35666
by
markheath
|
Jan 4 at
9:52 AM
|
12 |
fixing a bug with WaveChannel32 making it unsuitable for use with WaveFileWriter.CreateWaveFile
|
29475
by
markheath
|
Nov 22 2009 at
7:38 PM
|
207 |
fixed a spelling mistake on BufferMilliseconds (was BufferMillisconds) (CodePlex issue 10968)
|
29474
by
markheath
|
Nov 22 2009 at
7:26 PM
|
2 |
Integrating some contributions from Ville Koskinen. (n.b. alpha stability, not fully tested yet) New: Support for reading and writing WAV files with Cues New: WaveFileReader and WaveFileWriter support 24 and 32 bit samples Obsoleted some old methods on WaveFileWriter and WaveFileReader. Let me know if this causes you issues. They should all be recreatable in derived classes anyway if the need occurs to use them.
|
29243
by
markheath
|
Nov 2 2009 at
9:54 PM
|
91 |
allowing arbitrary chunks to appear before the fmt chunk in a WAV file
|
28995
by
markheath
|
Oct 10 2009 at
4:17 PM
|
126 |
upped version number for 1.3 release
|
28979
by
markheath
|
Oct 8 2009 at
10:23 PM
|
23 |
Added the WaveRecorder class to enable recording to disk at the same time as playing audio
|
28974
by
markheath
|
Oct 8 2009 at
12:24 PM
|
10 |
fixed an incorrect namespace
|
28973
by
markheath
|
Oct 8 2009 at
12:04 PM
|
4 |
adding WaveProvider16 and WaveProvider32 abstract base classes using WaveBuffer to make 16 and 32 bit audio generation easy and avoid unneccessary copying of data
|
28965
by
markheath
|
Oct 7 2009 at
4:36 PM
|
5 |
Removing IWaveBuffer from IWaveProvider. Will create alternative ways to get the benefits WaveBuffer offers, but the coding model is not quite simple enough to be included in NAudio 1.3. Warning: Potentially unstable, needs to be tested on Vista.
|
28884
by
markheath
|
Sep 29 2009 at
5:46 PM
|
44 |
WaveOut doesn't set PlaybackState to Playing if Play failed due to lack of data
|
28791
by
markheath
|
Sep 21 2009 at
5:57 AM
|
57 |
New WPF WaveForm drawing options using DrawingVisual.
|
28779
by
markheath
|
Sep 19 2009 at
7:17 PM
|
23 |
Brought WaveIn callback options into line with WaveOut and combined the helper classes
|
28568
by
markheath
|
Aug 26 2009 at
9:33 PM
|
110 |
Added an experimental spectrum analyzer to the WPF demo application (as demoed in my .NET audio Nugget at nxtgenug Southampton)
|
28566
by
markheath
|
Aug 26 2009 at
9:23 PM
|
0 |
some DMO improvements (to enumeration of DMO objects)
|
28565
by
markheath
|
Aug 26 2009 at
9:20 PM
|
0 |
obsoleting WaveInStream, use WaveIn instead
|
28539
by
markheath
|
Aug 24 2009 at
4:02 PM
|
43 |
WaveOut offers three options for callback strategy. WARNING: This may break some existing code. WaveCallbackInfo has static methods to construct sensible defaults. WaveOut also has customisable latency, number of buffers and device number via properties rather than constructor parameters.
|
28101
by
markheath
|
Jul 4 2009 at
12:24 PM
|
192 |
Added demo project for initial work on WPF audio waveform rendering
|
28092
by
markheath
|
Jul 2 2009 at
7:51 PM
|
28 |
Fix for MP3 files with RIFF header. Minor code tweaks to WASAPI Out
|
28070
by
markheath
|
Jun 28 2009 at
5:09 PM
|
40 |
Added support for WASAPI capture. Now shares a common recording interface with waveIn recording (IWaveIn). NAudio demo updated to demonstrate using both. Some breaking changes for those using the WaveIn class (but not WaveInStream), to allow more properties to be set up before recording actually begins.
|
27194
by
markheath
|
Apr 29 2009 at
10:57 AM
|
218 |
UnsignedMixerControl works with >1 channel (still need to do other controls). WaveIn Dispose improvement for dodgy laptop drivers.
|
27168
by
markheath
|
Apr 28 2009 at
9:11 PM
|
31 |
minor changes for mixer
|
27166
by
markheath
|
Apr 28 2009 at
7:43 PM
|
40 |
Tidying up some Mixer code to improve compatibility with XP
|