Commented Issue: 1.5.9 build from source naudiodemo crush on launch [16344]
just download latest source 1.5.9 buid release any cpurun naudiodemo.exe from bin release and crushmy os win 7 ultimate x64 sp1any idea?Problem signature: Problem Event Name: APPCRASH Application Name:...
View ArticleCommented Issue: 1.5.9 build from source naudiodemo crush on launch [16344]
just download latest source 1.5.9 buid release any cpurun naudiodemo.exe from bin release and crushmy os win 7 ultimate x64 sp1any idea?Problem signature: Problem Event Name: APPCRASH Application Name:...
View ArticleCommented Issue: 1.5.9 build from source naudiodemo crush on launch [16344]
just download latest source 1.5.9 buid release any cpurun naudiodemo.exe from bin release and crushmy os win 7 ultimate x64 sp1any idea?Problem signature: Problem Event Name: APPCRASH Application Name:...
View ArticleCommented Issue: 1.5.9 build from source naudiodemo crush on launch [16344]
just download latest source 1.5.9 buid release any cpurun naudiodemo.exe from bin release and crushmy os win 7 ultimate x64 sp1any idea?Problem signature: Problem Event Name: APPCRASH Application Name:...
View ArticleCommented Issue: 1.5.9 build from source naudiodemo crush on launch [16344]
just download latest source 1.5.9 buid release any cpurun naudiodemo.exe from bin release and crushmy os win 7 ultimate x64 sp1any idea?Problem signature: Problem Event Name: APPCRASH Application Name:...
View ArticleEdited Issue: 1.5.9 build from source naudiodemo crush on launch [16344]
just download latest source 1.5.9 buid release any cpurun naudiodemo.exe from bin release and crushmy os win 7 ultimate x64 sp1any idea?Problem signature: Problem Event Name: APPCRASH Application Name:...
View ArticleCommented Issue: 1.5.9 build from source naudiodemo crush on launch [16344]
just download latest source 1.5.9 buid release any cpurun naudiodemo.exe from bin release and crushmy os win 7 ultimate x64 sp1any idea?Problem signature: Problem Event Name: APPCRASH Application Name:...
View ArticleCreated Issue: support for Windows 8 / Metro [16346]
Are there plans to support NAudio in a a Windows 8 Metro app? I cannot get NAudio to work in a Windows 8 Metro app with the Win8 consumer preview and Visual Studio 11 beta. First, NAudio has a...
View ArticleNew Post: acmstreamheader dispose was not called
I followed the tutorial: http://naudio.codeplex.com/wikipage?title=MP3 But it gives me that error "acmstreamheader dispose was not called". Â I found this on google:...
View ArticleNew Post: Asio and IeeeFloat format
Hello, i have tried to get the sine wave example running on an AsioOut, but it sounds more like a distorted square wave. is it possible that the AsioOut only supports PCM formats? the asio .wav file...
View ArticleNew Post: [NAudioWPFDemo] Not flushing on Stop?
When using the NAudioWPFDemo, and subsequently code I've created based on it, I have an issue as follows: Load a file Play the file Stop playback mid file Now if I play another sound file, via the...
View ArticleNew Post: Server-side microphone capture in ASP.NET/ C#
Hi NAudio-Users. I'm trying to access a server-side microphone in ASP.NET / C#. What I am planning to do: Either with loading the page, or with clicking on a button, a C#-function becomes active. This...
View ArticleNew Comment on "MP3"
Hi Everybody! I think this is a simple question, but i searched about 1 1/2 hours and didn't find a solution. How du I change the Volume in a IWavePlayer? I already tried the "Volume" statement of...
View ArticleCommented Issue: support for Windows 8 / Metro [16346]
Are there plans to support NAudio in a a Windows 8 Metro app? I cannot get NAudio to work in a Windows 8 Metro app with the Win8 consumer preview and Visual Studio 11 beta. First, NAudio has a...
View ArticleCreated Issue: WaveInEvent - Buffer is null [16347]
When using WaveIn to transmit bursts of audio, buffer is null every other recording period. This wasn't the case in the last official release.Noticed that the WaveIn Callback was missing:if (buffer ==...
View ArticleEdited Issue: WaveInEvent - Buffer is null [16347]
When using WaveIn to transmit bursts of audio, buffer is null every other recording period. This wasn't the case in the last official release.Noticed that the WaveIn Callback was missing in the latest...
View ArticleNew Post: ASIO input
How is this coming along? any progress in merging this? i would really like to use the ASIO inputs and i also like the idea of a callback with both in and out buffers. Is there any new patch available?...
View ArticleNew Post: MIDIout.Finalize() MIDIin.Finalize() problem
Check this:Instead run onload window I run this inside the constructor:Gmidi.midiOut = new MidiOut(Gmidi.VMidiDevice);this.Closed += (o, s) => Gmidi.midiOut.Dispose();Gmidi.midiIn = new...
View ArticleCreated Issue: Wave.IWavePlayer.Play() - Crashing or says its playing but...
I have a thread (in VB.NET 4.0) that is designed to play audio. This thread is part of a Windows Service. I'm trying to do real simple play the wav file, then go on and play the next one in the queue...
View Article