Quantcast
Channel: NAudio
↧

Commented Unassigned: How to integrate StreamMediaFoundationReader into a...

I want to use the StreamMediaFoundationReader class in my application, to process the signal form the microphone in real time (i.e. without using disk I/O). I tried adding...

View Article


New Post: Transefer function

Not shure what the mission was, mbe i'm wrong. But i'd say the pieces are there..

View Article


Commented Unassigned: How to integrate StreamMediaFoundationReader into a...

I want to use the StreamMediaFoundationReader class in my application, to process the signal form the microphone in real time (i.e. without using disk I/O). I tried adding...

View Article

New Post: Transefer function

What I know so far if I remember correctly: 1) samples of realtime input -> FFT -> Complex output 2) samples of convolution input -> FFT -> Complex output (Can be stored and re-used) 3)...

View Article

New Post: System.IO.Streams via WASAPI

Hi, i'm facing the same problem, have you find any solution?Agent_9191 wrote: I'm working on a project that makes use of System.Speech.Recognition.SpeechRecognitionEngine and...

View Article


New Post: naudio AudioFileReader not releasing file?

I should say upfront that I don't expect this is genuinely an naudio problem - but I'm stumped. My app records the user's voice in discrete phrases, and they can optionally play back their recorded...

View Article

New Post: how to input to microphone form wavefile

I want to make application that like stereo mixer ,but I don't know how to input to microphone or LineIn from wave file (or buffer from other device) I was successful that capture PC sounds with...

View Article

New Post: The remote server returned an error: (401) Unauthorized

Hi I'm trying to open a stream using the example MP3 Streaming but get this error. I get this when trying to open a broadcastify stream like:...

View Article


New Post: Naudio Microphone to Filters

I'm currently trying to understand the API and trying to find a way to filter microphone live as i listen to it So far I figured (by searching for examples online) how to select a device from list and...

View Article


New Post: Naudio Microphone to Filters

BiquadFilter works on float sample level, so implement it as an ISampleProvider or parse the samples yourself and pass them in.

View Article

New Post: Naudio Microphone to Filters

OK I'll try to figure out how to do that

View Article

Created Unassigned: Getting UnhandledException in WPF application using...

Hi,We are using NAudio DLL version 1.6 in our .net WPF application with VS 2013 to play wave sound. We are getting issue from some of our clients where our .net WPF application is getting crashed...

View Article

New Post: Getting UnhandledException in WPF application using NAUDIO 1.6 DLL

Hi, We are using NAudio DLL version 1.6 in our .net WPF application with VS 2013 to play wave sound. We are getting issue from some of our clients where our .net WPF application is getting crashed...

View Article


New Post: Need help saving .wav file from RTP G711

Daryl did you solve this?

View Article

New Post: WasapiLoopBack, no data after stop and start

Hello, I'm trying to get all sound with WasapiLoopbackCapture. It works fine. If no sound, comes no data. If I start for example youtube video, I become data. Until I stop and start video again. After...

View Article


New Post: Need help saving .wav file from RTP G711

I'm back! I'm still scratching my head to why I get this repeating distortion across my audio once its been converted. I'm using the following code: if (type == PacketType.RTP) { var packet =...

View Article

New Post: MediaFoundationReader vs AudioFileReader. What's the difference?

Is there a write up on choosing the best reader? I'm currently using MediaFoundationReader because it supports http sourced files. But I could not find any write up on AudioFileReader. Whether it...

View Article


New Post: MediaFoundationReader vs AudioFileReader. What's the difference?

Ok, after looking at the AudioFileReader source code, it appears that it opens audio files based with a specific Reader based on filetype (for WAV, MP3 and AIFF), then defaults to MediaFoundationReader...

View Article