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

New Post: Newbie Help With Multi Asio Devices

looks like the AsioOut you create is always for the default device. Use the constructor that takes a driver name or driver index.

View Article


New Post: NAudio audio conference

Yes! A slight echo at the end of the sound is always. And it is in your sample. In NAudio 1.6, NAudio demo, "WAV recording" by "waveIn". If you explicitly specify: build for 64-bit systems, there is no...

View Article


New Post: reading mp3

my problem is to search a specific voice from many voice by help of a voice sample,wording of sample and searching may b different. Suppose we have a recording of meeting an i want to search only the...

View Article

New Post: NAudio 1.7 wasapi exclusive MediaFoundationReader

I have added in a CloseWaveOut() function. This works in exclusive mode via IIS on 2 of 3 computers I have tried it on. It does not however work with my M2Tech EVO usb to spdif convertor. In fact the...

View Article

New Post: Getting realtime ASIO audio and sending over TCP

I tried to implement a conversion similar to this blog post but still just getting a static in my output:http://mark-dot-net.blogspot.com/2013/03/how-to-convert-byte-to-short-or-float.html Am I on the...

View Article


New Post: Drawing Waveform of Wavestream subsection

Hi, I am drawing the waveform of a wav file on a mediaobject representation. The user can make the duration of this media object smaller. The wav is then played only the duration and the rest is cut...

View Article

New Post: reading mp3

I would suggest using Mp3FileReader (or NLayer) to decode the file. Once you have the raw PCM samples, you'll need to do voice analysis. I'm not familiar with the state of the art there, but there's...

View Article

New Post: Drawing Waveform of Wavestream subsection

You can't change the length of a WaveStream. I'd probably create a wrapper WaveStream with a shorter duration, whose Read method passes into the full WaveFileReader, but doesn't read more than the...

View Article


Created Unassigned: Mp3FileReader - ArgumentOutOfRangeException -...

Hi there,Just starting out with NAudio, but very hopeful it will make my coding life easier once I get past this issue.I'm working on a WPF application (.net framework 4.5) that just needs to play any...

View Article


Commented Unassigned: Mp3FileReader - ArgumentOutOfRangeException -...

Hi there,Just starting out with NAudio, but very hopeful it will make my coding life easier once I get past this issue.I'm working on a WPF application (.net framework 4.5) that just needs to play any...

View Article

Commented Unassigned: Mp3FileReader - ArgumentOutOfRangeException -...

Hi there,Just starting out with NAudio, but very hopeful it will make my coding life easier once I get past this issue.I'm working on a WPF application (.net framework 4.5) that just needs to play any...

View Article

New Post: How to use FFT?

Hi, I am performing speech recognition using Windows API and I 'd like to perform speaker detection/recognition to know who is speaking. I dont need voice print or advanced feature. Just knowing there...

View Article

New Post: Adding 16 Bit Stereo , Conversion in WasapiLoopback.

Does it actually benefit from the conversion? I am still learning about bit depth and digital audio in general, but if the loopback records the buffer at 8 bit and you convert it to 16 bit doesn't that...

View Article


New Post: Adding 16 Bit Stereo , Conversion in WasapiLoopback.

Not sure where you got 8 bit from. WasapiLoopBack is in Float, 32 Bit. And no inbuilt conversion is available. And as for most applications, you probably don´t want Float, and 16 bit, or 24 bit. So...

View Article

New Post: Adding 16 Bit Stereo , Conversion in WasapiLoopback.

Ah, for some reason I was under the impression WasapiLoopBack recorded at 8 bit. Thanks for clearing that up. Just out of curiosity though if you did convert an 8 bit file to 16 bit, would there be any...

View Article


New Post: Adding 16 Bit Stereo , Conversion in WasapiLoopback.

No worries, it´s always good to ask, i do it all the time:) And no, Quality is always determined by it´s weakest link. Meaning, if it´s 8 bit, it will always have that quality no matter what. Same with...

View Article

New Post: Converting 32 bit floating point interleave to byte array?

I am trying to get the Asio output to playback through the waveProvider. It looks like waveProvider needs a byte array of 16 bit samples, but ASIO output is a 32 bit float array. How can I go about...

View Article


New Post: Streamed MP3, a few problems and challenges

I'm creating a simple Internet Radio but are running into a few problems/challenges.. I'm using BufferedWaveProvider, basically the code from the Demo with a few changes.Problem: Often, the exception...

View Article

New Post: Converting 32 bit floating point interleave to byte array?

WaveProvider can be any format. So why not just play back audio at 32 bit float? You can use WaveFloatTo16Provider to get to 16 bit from float as well if you want

View Article

New Post: Streamed MP3, a few problems and challenges

I guess it sends some ID3v2 tags through. The ACM error is likely down to destination buffer not big enough. See how many input bytes are being passed into AcmStream.Convert, and what size destination...

View Article
Browsing all 5831 articles
Browse latest View live


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