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

New Post: how to resample pcm audio in a byte array

NAudio offers access to several resamplers. Please check this article to read about the different options.

View Article


New Post: AsioOut.Stop breaks subsequent calls to AsioOut.Play

thanks, probably a bug in AsioOut. Will try to get this looked at at some point

View Article


New Post: Creasing my application using Naudio.

you could try WaveOutEvent instead

View Article

New Post: Save directly to mp3 o wma with naudio

yes, this can be done, but it is a bit more tricky to implement correctly as you have to pull audio through the codec at the right speed according to how much is available. NAudio does let you work at...

View Article

New Post: Is there a way to convert Mulaw files to WAV?

yes, there are examples in the NAudioDemo source code use the WaveFormatConversionStream

View Article


New Post: MmException on a waveout.Init

could be an unsupported format. you need to give the full exception details

View Article

New Post: Beep Sound when Decoding DSP TrueSpeech To PCM

with codecs, they often retain state from call to call, so that may account for the tones. Just create a single AcmStream and use that to convert each buffer as it becomes available.

View Article

New Post: adding effect to MP3 file

well if it's 16 bit audio, don't use BitConverter.ToSingle - its a Short (Int16) not a float

View Article


New Post: Identify origin of played sound

to record everything you hear, look at WasapiLoopbackCapture. As for telling where it came from, I'm afraid NAudio can't help you with that.

View Article


New Post: Signed NAudio NuGet distribution?

hi I'm afraid there are no plans to sign NAudio, as this can cause more problems than it solves. But it's open source, so it is really easy for you to create your own signed build if you want one.

View Article

New Post: save a mix

First thing is to check you have inputs to your mixer. Can you create WaveFile from one of the inputs?

View Article

New Post: Streaming microphone in memory

have a look at the NetworkChatDemo in the source code repository

View Article

New Post: Wasapi Loopback Non-Audio Data

No, you will only get 32 bit floating point audio samples from WasapiLoopbackCapture

View Article


New Post: Enumerating devices - how to determine the type

NAudio uses WASAPI device enumeration, so if there is anything in WASAPI that can be used to determine the device type, then it can be used in NAudio

View Article

New Post: Set compression using Naudio project

hi, the compressor in Skype Voice Changer is my only working sample at the moment. I hope to provide more code samples in the future.

View Article


New Post: ASIO driver stops randomly after some time

sorry, I don't know what might be causing this. If you can debug against the NAudio source that might help. What soundcard are you using?

View Article

New Post: save a mix

sorry, I should have closed this. I got it to work thanks

View Article


New Post: Signed NAudio NuGet distribution?

Thanks, this is what I have done.

View Article

New Post: how to resample pcm audio in a byte array

cool! thanks very much mark. i was still on version 1.6 so i've updated to 1.7. for anyone else, here's a fragment of my code to resample to a hard-coded 8khz. seemed to work for many different input...

View Article

New Post: Problems reading from compressed WAV files

bump?

View Article
Browsing all 5831 articles
Browse latest View live


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