New Post: No driver calling acmFormatSuggest follows to class not registered...
Hi there, I have a remote REST web service hosted on a 3rd party hosting provider. The WCF service method takes in a Stream. The stream is always an mp3, passed through from an iPhone app. I need to...
View ArticleNew Post: No driver calling acmFormatSuggest follows to class not registered...
Hi Mark, Ive struggled the entire day with this issue. Is it worth me asking my host to install the Msacm32.dll or whatever else is needed? would installing windows media player on the server do the...
View ArticleNew Post: No driver calling acmFormatSuggest follows to class not registered...
I've chatted to my host, who have said they will not install anything obviosuly being a shared web server. The other option is to reference this dll in the bin folder, although im not sure if its...
View ArticleNew Post: No driver calling acmFormatSuggest follows to class not registered...
If the ACM codec or the DMO object aren't installed then your only option would be a fully managed MP3 decoder. I actually made one, available at nlayer.codeplex.com, but the interface needs to be...
View ArticleNew Post: Start/End Position to play subclip?
yes, creating your own WaveStream / IWaveProvider is the way to go. You would pass in a source stream to the constructor, and then in the Read method just read from the section of the source stream you...
View ArticleNew Post: Using NAudio.GUI.WaveViewer
they do both use slightly different ways of drawing the waveform. There is no reason why you couldn't make a WPF one that uses the same tehcnique as waveFormPainter (which just draws vertical lines...
View ArticleNew Post: ASIO drivers
have you tried using the ASIOOut class? This is intended to hide the complexity of these C# wrappers from the user
View ArticleUpdated Wiki: Home
NAudio Overview NAudio is an open source .NET audio and MIDI library, containing dozens of useful audio related classes intended to speed development of audio related utilities in .NET. It has been in...
View ArticleNew Post: Audio doesn't work over network
does the NAudioDemo app not work? Can you debug to see if the BufferedWaveProvider is filling up with data?
View ArticleNew Post: When playback ends?
Hi, I play a wav file. How do I know, when it ends? I mean, I must do some action when playback is over, but user didn't stopped it manually.
View ArticleNew Post: When playback ends?
the WaveOut class (and the others) have a PlaybackStopped event you can wait for
View ArticleNew Post: When playback ends?
what version of NAudio are you using? It may well be different in the latest as I did some work on PlaybackFinished for 1.5 a while ago. Mark
View ArticleNew Post: When playback ends?
1.5 isn't released yet, but will be very close to what is already in source control. Mark
View ArticleNew Post: NAudio NullReferenceException when using a Start/Stop button
Crosspost from here: http://stackoverflow.com/questions/8461941/naudio-nullreferenceexception-when-using-a-start-stop-button I have a GUI form with a checkbox button for Start/Stop. When the program...
View ArticleNew Post: When playback ends?
So is there any way in 1.4 to check if playback is finished, or we just have to wait? :)
View ArticleNew Post: When playback ends?
easiest option is for you to get latest from source control and build your own version. lots of bug fixes and improvements since 1.4
View ArticleNew Post: No driver calling acmFormatSuggest follows to class not registered...
Thank you Mark, Ill give that a go!
View ArticleNew Comment on "MP3"
Hello, I am from China, my English is not very good, I think I need your help, and I need some help, I want to change the format of audio files The original audio file format Bit rate 256Kbps The audio...
View Article