Commented Issue: WasapiCapture not reusable [16341]
I've been writing an app that records chunks of input audio to multiple files, with gaps between, but I discovered that if I try a call sequence which essentially boils down to this:WasapiCapture...
View ArticleCommented Issue: WasapiCapture not reusable [16341]
I've been writing an app that records chunks of input audio to multiple files, with gaps between, but I discovered that if I try a call sequence which essentially boils down to this:WasapiCapture...
View ArticleCommented Issue: WasapiCapture not reusable [16341]
I've been writing an app that records chunks of input audio to multiple files, with gaps between, but I discovered that if I try a call sequence which essentially boils down to this:WasapiCapture...
View ArticleCommented Issue: WaveIn class - DataAvailable is not raised when class is...
I've created own wav recording class using WaveIn, based on example from WavRecording demo. It was working perfectly when i was testing my class in the GUI application.When I moved my code, without any...
View ArticleCommented Issue: WaveIn class - DataAvailable is not raised when class is...
I've created own wav recording class using WaveIn, based on example from WavRecording demo. It was working perfectly when i was testing my class in the GUI application.When I moved my code, without any...
View ArticleCreated Issue: WaveOut Resume function does not work properly [16342]
Repeatedly pausing and resuming a WaveOut object sometimes reduces the buffering functionality. Resuming using the Play function does not have this problem (because it calls EnqueueBuffers before...
View ArticleCommented Issue: WaveIn class - DataAvailable is not raised when class is...
I've created own wav recording class using WaveIn, based on example from WavRecording demo. It was working perfectly when i was testing my class in the GUI application.When I moved my code, without any...
View ArticleCommented Issue: WaveOut Resume function does not work properly [16342]
Repeatedly pausing and resuming a WaveOut object sometimes reduces the buffering functionality. Resuming using the Play function does not have this problem (because it calls EnqueueBuffers before...
View ArticleCommented Issue: WaveIn class - DataAvailable is not raised when class is...
I've created own wav recording class using WaveIn, based on example from WavRecording demo. It was working perfectly when i was testing my class in the GUI application.When I moved my code, without any...
View ArticleCommented Issue: WaveIn class - DataAvailable is not raised when class is...
I've created own wav recording class using WaveIn, based on example from WavRecording demo. It was working perfectly when i was testing my class in the GUI application.When I moved my code, without any...
View ArticleCommented Issue: WaveIn class - DataAvailable is not raised when class is...
I've created own wav recording class using WaveIn, based on example from WavRecording demo. It was working perfectly when i was testing my class in the GUI application.When I moved my code, without any...
View ArticleCreated Issue: WaveViewer ignores Fore/Back colours [16343]
WaveViewer.OnPaint has the following line of codee.Graphics.DrawLine(Pens.Black, i, base.Height * num7, i, base.Height * num8);Could it perhaps make use of the ForeColor and BackColor? Otherwise I am...
View ArticleCommented Issue: WaveViewer ignores Fore/Back colours [16343]
WaveViewer.OnPaint has the following line of codee.Graphics.DrawLine(Pens.Black, i, base.Height * num7, i, base.Height * num8);Could it perhaps make use of the ForeColor and BackColor? Otherwise I am...
View ArticleCreated Issue: 1.5.9 build from source runtime error [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 ArticleCreated Issue: Destination array was not long anough when reading mp3 file...
I've got this code static void Main(string[] args) { try { Mp3FileReader reader = new Mp3FileReader(@"C:\testAudio.mp3"); long count = reader.Length; if (count <= int.MaxValue) { byte[] info = new...
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 Article