3 Commits (8d152cb3fe7b88cd2780b008a774e8cc4a66d5dc)

Author SHA1 Message Date
Mark Heath 8d152cb3fe updated legacy demo apps to use new SDK project style 3 years ago
Mark Heath ab81961377 Stage 1 - break NAudio into several packages 5 years ago
Mark Heath f98664ba3d adding SampleToWaveProvider254 to Win 8 project 11 years ago
c.sechet a8405bc1e0 Cue chunks should be word-aligned (http://www.sonicspot.com/guide/wavefiles.html : "If a chunk contains an odd number of data bytes, causing it not to be word aligned, an extra padding byte with a value of zero must follow the last data byte.") 11 years ago
Mark Heath 7caf4d2f72 attempting to fix WasapiIn for soundcard drivers that insist on WAVEFORMATEXTENSIBLE 11 years ago
David Wood 432d5c5f31 Optionally use events to synchronise Wapasi Capture instead of Thread.Sleep. The pattern is consistent with that one used in WasapiOut. 11 years ago
Mark Heath 04c7624f7f fixed bug creating stereo mu and a law waveformats, thanks netik99 for reporting 11 years ago
Mark Heath fc2c1b56a4 improved bext reporting 11 years ago
Vladimir 5da9e73fea Adding Register and UnRegisterEndpointNotificationCallback to MMDeviceEnumerator as suggested in https://naudio.codeplex.com/discussions/531467 11 years ago
Mark Heath 2b9135295a accepted pull request from Lioncash 11 years ago
csechet 6ff5c179f9 Fixed cue markers RIFF chunk writing 12 years ago
Mark Heath 5185b7ffda various code cleanup (more consistent naming, whitespace) 12 years ago
Mark Heath 5b13a46029 updating mercurial ignore file 12 years ago
Mark Heath 70169e8220 simplifying the audio playback demo to use AudioFileReader, and some tweaks to MediaFoundationReader demo 12 years ago
Mark Heath e508342946 removed some obsolete copyright messages, and some out of date email addresses and URLs 12 years ago
Mark Heath 72bc4faaf9 fixed a bug in midi in demo 12 years ago
Kassoul ac5067a389 WasapiCaptureRT improvement : CPU overload fixed with events based capture (inspired by Lucian on Codeproject :http://www.codeproject.com/Articles/460145/Recording-and-playing-PCM-audio-on-Windows-8-VB) 13 years ago
Mark Heath 0d88d0365c Media Foundation Reader updated to pass URL through unchanged, supporting files with accents in their name. The Media Foundation Reader demo now allows playing back from URLs. WaveOutEvent updated to allow multiple calls to Init 13 years ago
Mark Heath 21ced7c243 moving MediaFoundationEncoder and MediaType into main NAudio dll. Important: this means we have finally made the conversion from .NET 2.0 to .NET 3.5 to allow LINQ and extension methods 13 years ago
Mark Heath 5882f8356c Added tag NAudio 1.6 Release for changeset 272f3fb3426c 13 years ago
ioctlLR 3d5fed59cc Initial addition and implementation of GetPosition() and PlaybackPosition members to IWavePlayer 13 years ago
Mark Heath 79f7e3adc4 Added a demo of FadeInOutSampleProvider to NAudioDemo. FadeInOutSampleProvider also now can start faded out. Also added a readme.txt to credit contributors to NAudio 14 years ago
Mark Heath 0c5333240f improvements to MixingSampleProvider and easier access to conversion from IWaveProvider to SampleProvider 14 years ago
Mark Heath b7eb7673f8 Obsoleted an unneccessary constructor for TimeSignatureEvent and improved the Denominator explanation 14 years ago
Mark Heath 1b64f4df1a some tabs replaced with spaces 14 years ago
markheath 485567b3c3 spring cleaning - removing some unneccessary files from the core NAudio library 15 years ago
markheath 5591855f60 Converted to VS2010 solution 15 years ago
markheath 771539fdd4 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. 16 years ago
markheath 8fd4d9951a using a more reliable mechanism for window mode callbacks on WaveOut at the expense of being able to specify which window to use 17 years ago
markheath a99a0fab94 WaveOut takes an IntPtr as window handle rather than a Control object 17 years ago
markheath 8b240bc55f Begun work on WasapiOut 17 years ago
markheath a5c2515d05 now using VS2008 beta 2 18 years ago
markheath 9bce48084a removed the old source control bindings 19 years ago
markheath 2b2f39db79 rechecking everything in after a CodePlex error caused all source code to be lost. 19 years ago