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

New Post: Play same file multiple times using WaveOutEvent

sounds like a good suggestion. will try to get something like this into the next NAudio

View Article


New Post: Any recommendations on integrating SoundTouch?

I have seen the PracticeSharp# code, but curious if anyone has done work by making it into a provider? Otherwise, I will be playing around with making it into a provider on my own.... Paul

View Article


New Post: Any recommendations on integrating SoundTouch?

not that I know of. Let us know how you get on.

View Article

New Post: Code example of using FFT on a live audio stream

You can take a look at the NAudioDemo-Project. It contains a live-audio-stream demo. Take a look at the code how the audio gets decoded. You will find out that there is a BufferedWaveProvider which...

View Article

New Post: streaming mp3 and fading

Hi! Firstly i want to say big thanks for NAudio, it's very useful tool. I am trying to get several icecast mp3 streams and show it on progressbar. It works fine, but i have a little problem, after some...

View Article


New Post: streaming mp3 and fading

If you call Thread.Sleep on your GUI-Thread your progressbar will freeze because new WindowMessages won't be processed for the next 500 ms. Don't call this on your GUI-Thread. But I don't know whats...

View Article

New Post: Sample Aggregation For WASAPI Loopback

Just had a read of that top article, it seems to be initialised correctly (both values are 0), I have found this article about loopback...

View Article

New Post: Playing Audio File Intermittently With WaveStream

Hello, Using 2 DirectSoundOut objects I am trying to repeatedly trigger a short wave file(100ms) clip with sinewave stream. I attempted to use a System.Timer and pass a double interval argument to...

View Article


New Post: streaming mp3 and fading

Thanks for reply. The problem is that progressbar doesn't change (keep freeze state) and throws that message ("Buffer getting full, taking a break") in infinite loop. It seems that buffer can't get...

View Article


New Post: Code example of using FFT on a live audio stream

Thanks for the advice

View Article

New Post: streaming mp3 and fading

Are you sure you are playing the buffer? The princip of that buffering system is quite easy: On the one end you have webstream and on the other there is your output device. What you are doing ist just...

View Article

New Post: Network Chat Multi-Client Program

Can I at least show you the pseudocode for my Receiver() method so that I can explain where I'm at with obtaining the data from clients and trying to fill each client's BufferedWaveProvider and adding...

View Article

New Post: How do I play a stereo stream across 4 channels?

I am trying to play a stereo stream across 4 channels (Right channel to RF RR and Left channel to LF LR), but only if the current hardware supports it (sound card with at least 4 outputs). How do I...

View Article


New Post: Unable to play wav file

Hi, I have a wav file that was generated using the NAudio demo that records from an ASAPI input. The file plays back fine in Windows Media Player but when I try to play the file using AudioFileReader I...

View Article

New Post: How do I play a stereo stream across 4 channels?

Exactly for your problem naudio has a class called MultiplexingWaveProvider. Just use the ConnectInputToOutput to connect your right channel to rf and rr and so on. If you call Read or playback the...

View Article


New Post: Unable to play wav file

This is because WASAPI uses an annoying type of WaveFormat format called WaveFormatExtensible. But underneath it is PCM (or maybe IEEE float). So what I do is when I create a WaveFileWriter I just...

View Article

New Post: streaming mp3 and fading

Thanks, filoe. In my case, i read the buffer, decode to pcm and write into a buffer. Then i take any one pcm point value and show its level on my progressbar (because firstly i need to indicate if that...

View Article


New Post: streaming mp3 and fading

I don't know why do you try to readout the level of a pcm value. This is not necessary. If you can't create a connection to the stream you will get an webexception and if the stream is not a mp3-stream...

View Article

New Post: streaming mp3 and fading

Well, because my program provides monitoring of some radio station, so i need to know that some music plays or if there is a silence right now. Connection could be ok, but with silence or some noise...

View Article

New Post: streaming mp3 and fading

Hmmm double post? Don't check the level of "pcm point value". Work with exceptions to indicate whether the stream works. "In my case, i read the buffer, decode to pcm and write into a buffer." ist not...

View Article
Browsing all 5831 articles
Browse latest View live


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