New Post: MP3 Streaming crackle but not in demo sample
Hello ! I am currently trying to make a streaming player for this url : http://37.187.73.153:8080/live In Naudio demo sample, MP3 STreaming Panel, I copy the URL and I start reading. The sound is...
View ArticleNew Post: Totaltime of Wav file is twice as much as the real totaltime
Hi Mark, iam using the newest naudio (version 1.7)... so what do you think iam doing wrong ?
View ArticleNew Post: NullReferenceException in WaveOutEvent
markheath wrote: good stuff. I had assumed syncContext would be null on web servers. It was just added as a convenient way to make WinForms and WPF work. Mark Sorry to resurrect an old thread, but I...
View ArticleNew Comment on "Documentation"
The link to the training video on how to use Mecurial is broken.
View ArticleNew Post: Mp3FileWriter
Are you trying to write something from scratch? If so, you might be best served by porting LAME to C#. This would be a fully managed solution, though it would be slow. OR You could just import...
View ArticleNew Post: Mp3FileWriter
I'm using NAudio.Lame , but lame not helpful becasue I want compressing audio from stream
View ArticleNew Post: Mp3FileWriter
Unless I've missed something in what you are trying to do, you're going to have to write the "glue" code to read from your stream into a buffer, convert to float32 (if needed), and write to NAudio.Lame...
View ArticleNew Post: Mixing Audio, "Too many mixer inputs"
Im having an issue using MixingSampleProvider inside a chat client application. After the chat client has been up and receiving audio for about 30 seconds, the MixingSampleProvider class throws an...
View ArticleNew Post: Set compression using Naudio project
HI Mark, I have stuck with applying compression logic Using Naudio project.Can you please suggest how to applying dynamic range compression on naudio project.I use Skype voice changer logic but No...
View ArticleNew Post: Totaltime of Wav file is twice as much as the real totaltime
the fix is in 1.7.1, available on nuget
View ArticleCommented Unassigned: PlaybackStopped event fires at start of playback with...
__UPDATE: I found the problem. In my Play() function, when playback is started, it causes a NullReferenceException which is sent in the PlaybackStopped event. However, the file continues playing...
View ArticleCommented Unassigned: PlaybackStopped event fires at start of playback with...
__UPDATE: I found the problem. In my Play() function, when playback is started, it causes a NullReferenceException which is sent in the PlaybackStopped event. However, the file continues playing...
View ArticleNew Post: ASIO driver stops randomly after some time
I'm using Naudio and VST.NET to create a VST host. Everything works, but there's a problem .. The ASIO driver (I use ASIO4ALL) is stopped randomly and I have no way to control it from code .. I tried...
View ArticleNew Post: Enumerating devices - how to determine the type
Hi I am enumerating the audio devices and would like to be able to select the appropriate icon based on the device type. By type i mean if it is a speaker a headset microphone or speaker phone and so...
View ArticleNew Post: Wasapi Loopback Non-Audio Data
Hi, I'm using Naudio's WasapiLoopbackCapture to record the output from my sound card. I'm passing the stream from Wasapi to a WaveInProvider object and then with WaveFloatTo16Provider I convert the...
View ArticleNew Post: Sql query to listbox using INAudioPlugin
I can't for the life of me figure out how to get my sql query results to display on separate lines in the listbox on mainform. Without using the INAudioPlugin I can do this no problem but using this I...
View Article