New Post: MIDIout.Finalize() MIDIin.Finalize() problem
the finalizer is called by the .NET runtime, not by NAudio. If you are seeing it, it means that there is a way your midiOut or midiIn is losing its reference. Is there anywhere in your code that sets...
View ArticleNew Post: Ima Adpcm Error during Compression
Hi Mark, LameAcm is getting listed in Windows xp and other OS,But mine is Windows -7,may that is the issue....? If that is the case,what i need to do...?
View ArticleNew Post: MIDIout.Finalize() MIDIin.Finalize() problem
Ultra srange no any call to Gmidi.midiOut = null, or Gmidi.midiIn = null?I cant compile the demo for see, tonz of errors.Anyway i take a look and if cnat solve i make simple example and upload so you...
View ArticleNew Post: Connecting line in to bluetooth headset
I just came across this API and worked my way through some of the tutorials. I have written a WPF app to play sound in my car. It takes the line in wave from a radio tuner and I want to route that via...
View ArticleNew Post: NAUDIO PlayBack Problem
Hi,I am using NAudio to record audio on a computer and broadcast it to another computer using UDP.Unfortunately, when I try to Play the received data using WaveOut it throws an error saying "Not a...
View ArticleNew Post: NAUDIO PlayBack Problem
you can't use WaveFileReader, because what is in your MemoryStream is not a WAVE file. Use RawSourceWaveStream instead.
View ArticleNew Post: Connecting line in to bluetooth headset
as long as you can identify which output device your bluetooth headset is, you should be able to play to it using WaveOut.
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 ArticleNew Post: MP3 Encoding feature
loheslath wrote: If I call Lame.exe in my .Net application (to convert wav to mp3), am I exposed to license penalties? Depends on your purpose. For personal use, this is not a problem (and even if it...
View ArticleNew Post: What Languages does NAudio Support?
All, This may seem a very stupid question but can anyone tell me what languages NAudio currently supports. I have written my application using C# as suggested but just wanted to check what other...
View ArticleNew Post: WPF Dispatcher Timer issue
Hi All, Thanks for making this powerfull library avaiable. I am a newbee in C#, but I gave myself the challange to learn wpf more by trying to convert Audio Playback demo. I succeed by being able to...
View ArticleNew Post: WPF Dispatcher Timer issue
In WPF, to run something on the GUI thread, you need to use BeginInvoke on the Dispatcher. You can get the Dispatcher off any control on your form.
View ArticleNew Post: What Languages does NAudio Support?
you can use NAudio from any .NET language. C# and VB.NET would be the main examples, but F#, managed C++, IronRuby, IronPython etc are also possible.
View ArticleNew Post: TTS to non-default audio device
I'm trying to figure out if NAudio might be able to help with my challenge. Basically I want to be able to produce text-to-speech output to the non-default audio device on a PC? I will have a machine...
View ArticleReviewed: NAudio 1.5 (Mar 26, 2012)
Rated 3 Stars (out of 5) - The functionality of this project is awesome, however the implementation of the Demo code is tragic. It's all done using User Control plugins, this makes the examples over...
View ArticleReviewed: NAudio 1.5 (Mar 26, 2012)
Rated 3 Stars (out of 5) - The functionality of this project is awesome, however the implementation of the Demo code is tragic. It's all done using User Control plugins, this makes the examples over...
View ArticleReviewed: NAudio 1.5 (Mar 26, 2012)
Rated 3 Stars (out of 5) - The functionality of this project is awesome, however the implementation of the Demo code is tragic. It's all done using User Control plugins, this makes the examples over...
View ArticleNew Post: Complicated demo source?
Why are the source code demo's so complicated? The idea of a demo is to show people how to use the library. Using a myriad of user-controls is very cryptic for a developer trying to learn the basics...
View Article