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 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 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 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 ArticleCommented 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 ArticleCommented 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 ArticleCommented 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: 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: 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: 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 ArticleCreated Issue: Save on file system with costant format [16349]
Hello,what is the most efficient way to persist the audio captured from the microphone guaranteeing the constant wave format (PCM, 1 channel, 16bit and 16000Hz) regardeless of the microphone...
View ArticleCommented Issue: Save on file system with costant format [16349]
Hello,what is the most efficient way to persist the audio captured from the microphone guaranteeing the constant wave format (PCM, 1 channel, 16bit and 16000Hz) regardeless of the microphone...
View ArticleCommented 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 ArticleCreated Issue: NAudio resampler exception when deployed to Azure [16350]
I'm resampling wav file for my web app using ResamplerDmoStream. This works fine running locally, but I'm getting a registration error when deployed to Azure: Exception thrown =...
View ArticleCommented Issue: NAudio resampler exception when deployed to Azure [16350]
I'm resampling wav file for my web app using ResamplerDmoStream. This works fine running locally, but I'm getting a registration error when deployed to Azure: Exception thrown =...
View Article