9 Commits (5449b95ffe921c7bbdf55b17c75b2e7d63f1b64e)

Author SHA1 Message Date
Mark Heath 0cd2aba4dc Restoring XML documentation to all projects 3 years ago
Mark Heath 8f1daa72f8 Adding FLAC and ALAC to audio subtypes list 3 years ago
Mark Heath 3c3c87c01f avoid spurious argument null exceptions in situation where we fail to encode 3 years ago
Mark Heath ccf37314ae build fixes for PR #574 6 years ago
John Wostenberg fe0c768eaa Multi-target Wpf demo project for .Net Framework AND .Net Core 6 years ago
Mark Heath 1a99d54276 general coding style cleanup in WPF demo app 8 years ago
Mark Heath ae782b9c2e FLAC and ALAC encoding in WPF demo 10 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 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 d3a6aa6779 encode demo uses MediaFoundationEncoder class 13 years ago
Mark Heath ad75bbf4ca better naming of output file for Media Encoder demo 13 years ago
Mark Heath 97fb8733e9 improving the GUI on the encoder demo to allow easy selection of possible bitrates 13 years ago
Mark Heath 1bdb52801b adding in a full set of error codes for Media Foundation 13 years ago
Mark Heath dc115f89d0 encoder demo has better display of selected media type 13 years ago
Mark Heath 277af31efd interpreting more AAC encoder properties 13 years ago
Mark Heath 2e8303fc7b making some nice wrappers for a few MF interop functions in the API class 13 years ago
Mark Heath 995a721801 got WMA encoding working properly 13 years ago
Mark Heath 06b6e8b409 fixed encoding - must create new media buffer and sample for every write 13 years ago
Mark Heath bc823e6fec successful encode 13 years ago
Mark Heath 1ddb9433e5 encoding almost working but with some discontinuities 13 years ago
Mark Heath 10bb47da69 starting to create interop for Media Foundation encode 13 years ago