5
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Oct 07, 2024 — Oct 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
checked in an (untested) GetAsShortMessage for ControlChangeEvent More... almost 15 years ago
IntPtr constructor for DirectSoundOut allowing device selection More... almost 15 years ago
finally fixed an issue with WASAPI capture in the audio demo app not allowing you to record twice. the caller is responsible for disposing an AudioClient when they are done with it, so MMDevice will not cache it but return a new one every time More... almost 15 years ago
added some changes from TomBe allowing mixer interop to work when compiling for x64 More... almost 15 years ago
Mp3Frame now correctly calculates frame sizes for all cases, and reports bitrate in bps instead of kbps. AudioFileInspector has an MP3 file inspector now to aid debugging, More... almost 15 years ago
minor bugfix to Mp3Frame More... almost 15 years ago
avoiding unnecessary exception on create table of contents for MP3 More... almost 15 years ago
More robust MP3 file reading. Retired GetReadSize from WaveStream since it is hardly used, and most implementations are not able to correctly calculate it anyway More... almost 15 years ago
attempted to make MP3 frame parsing more robust (and no longer reliant on repositioning) More... almost 15 years ago
working WaveIeeeTo16Provider (was accidentally checked in before it was completed) More... about 15 years ago
Converted to VS2010 solution More... about 15 years ago
[no comment] More... about 15 years ago
Added some WaveProviders: BufferedWaveProvider, Wave16toIeeeProvider, WaveInProvider More... about 15 years ago
also fixed up the obsolete method in WaveFileWriter More... about 15 years ago
fixed a bug in WaveFileWriter.WriteData with short[] and float[] inputs not setting the size correctly More... about 15 years ago
added a sequencer specific MIDI event More... about 15 years ago
Checked in by server upgrade
tester_123
as admin
More... about 15 years ago
applied patch 6275 from OliIsCool More... about 15 years ago
added a fix to WasapiCapture suggested by Michael Feld More... over 15 years ago
applied patch 5485 from scottmetoyer: Added static ChangeControl method to the MidiMessage class for sending control change messages. More... over 15 years ago
Applied patch 6000 from PaulMV: This patch should fix problems with variable-bit-rate MP3s. I kept it relatively simple, sidestepping the issues of block alignment as much as possible rather than recoding to remove the assumptions of a fixed-length block size. More... over 15 years ago
Fixes to IMMNotificationClient as suggested on the forums by balistof More... over 15 years ago
fixed an issue (12565) with IMMDevice with solution suggested by CKing More... over 15 years ago
more windows media format sdk interop More... over 15 years ago
Another fix for x64 (thanks Brian), plus unit tests ignored if they can't find test media files More... over 15 years ago
hopefully fixed an x64 bug - size member of AcmStreamHeader had been hard-coded More... over 15 years ago
Revisited all WinMM interop signatures in an attempt to make them safe with x64. (NAudio still builds as x86 only until testing is possible). Nothing seems to have broken in x86 but proceed with caution. More... over 15 years ago
bugfix for mono MP3 support from Scott Fleischman More... over 15 years ago
improved robustness of WPF demo app for capturing more than once More... over 15 years ago
removed an unnecessary assert from WaveMixerStream32.Read More... almost 16 years ago