Quantcast
Channel: NAudio
Browsing all 5831 articles
Browse latest View live
↧

New Post: How to code circullar buffer to create a delay and used the wavein...

How to code circullar buffer to create a delay and used the wavein for micrcophone input and output to speaker?    public NAudio.Wave.WaveIn input = null;         public NAudio.Wave.DirectSoundOut...

View Article


New Post: How to code circullar buffer to create a delay and used the wavein...

put the audio received into a BufferedWaveProvider and play from that.

View Article


New Post: Newbie: Kinect service ==>Byte array to speaker

to play audio recieved over the network with NAudio, you create a BufferedWaveProvider, and add bytes to that as they become available. Then just pass the buffered wave provider into an instance of...

View Article

New Post: WaveFloatTo16Provider class: Only PCM supported

yes, you're right that's a bug. thanks for pointing it out.

View Article

Source code checked in, #d26bc035efa6

fixed some incorrect exception messages (thanks to alylero)

View Article


New Post: What gets installed via Nuget

I have been using Naudio for a while now, so I decided to get on board with Nuget. I got the latest version of Nuget, removed my manual references to Naudio in my solution, then I used the Package...

View Article

New Post: NullReferenceException in WaveOutEvent

I'm having trouble with WaveOutEvent. I'm not sure if it is a bug or just my code, so for now I'm just raising a Discussion, not an Issue. I'm using WaveOutEvent in an ASP.Net web application. It's a...

View Article

New Post: Dsp Truespeech Play Stream

How to play a dsp group truespeech data from a stream of 32 bytes. 

View Article


New Post: Read and Write Same Wave File

Hi All Just starting out with NAudio and wondering if some people can point me in the right direction for being able to record audio from a sound card line input - to wave file, while simultaneously...

View Article


New Post: Can I use the NAudio in a web page?

I'm trying to make a connection (IPEndPoint) where I capture the UDP stream to play on a player (Media Player)? How can I do that? Thank you in advance!

View Article

New Post: Can I use the NAudio in a web page?

If you mean running NAudio on the client side in the browser, then no, I'm afraid that is not possible

View Article

New Post: Read and Write Same Wave File

I have written code that can do this, but it is not easy. A valid WAV file includes the length of the data chunk early on, but since the length is unknown, you'll need custom reader code. I also found...

View Article

New Post: Dsp Truespeech Play Stream

use the RawSourceWaveStream, passing in your stream and creating a TrueSpeechWaveFormat object

View Article


New Post: What gets installed via Nuget

Yes, the NuGet package doesn't include Windows Media. For next NAudio I'll either add another NuGet package, or move the Windows Media code into the main DLL. And yes to debug NAudio it is best to...

View Article

New Post: AcmStreamHeader dispose was not called

did you remember to dispose your WaveStream when you finished playing?

View Article


New Post: NullReferenceException in WaveOutEvent

can you copy the offending line, as I think the line numbers may not match my copy WaveOutEvent. What version of NAudio are you using?

View Article

New Post: API for Position Reporting

Hi, sorry for slow response. It would be good to have a standardised approach to reporting position, but I would want it to be implemented on most if not all of the IWavePlayers if the method is to be...

View Article


New Post: NullReferenceException in WaveOutEvent

markheath wrote: can you copy the offending line, as I think the line numbers may not match my copy WaveOutEvent. What version of NAudio are you using? I have NAudio 1.5 from 12/18/2011. As mentioned...

View Article

New Post: NullReferenceException in WaveOutEvent

Hmmm, I was expecting SyncContext to be null in your case. Not really much of a web developer, so it might be a question for StackOverflow. To download the latest source code, click "Source Code"...

View Article

New Post: NullReferenceException in WaveOutEvent

That appears to work, viz: private void RaisePlaybackStoppedEvent(Exception e) { var handler = PlaybackStopped; if (handler != null) { // if (this.syncContext == null) // { handler(this, new...

View Article
Browsing all 5831 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>