NAudio is an open source audio library for .NET, supporting audio playback, recording and sample manipulation as well as reading and writing various audio file formats.
0
votes
1answer
15 views
NAudio - Changing Bitrate of Recorded WAV file
i am trying to implement audio recording using NAudio to a Wav file, but the default bitrate set by the WasapiLoopbackCapture class can't be changed programmatically.
I am recording the audio output ...
0
votes
2answers
21 views
Six channel output with NAudio? (Or suggestions for other .NET library that supports it?)
I've written a method in C# using NAudio that successfully outputs 2 channel sound, but fails at 6 channel sound.
When using WaveOut, I get 'MmException was unhandled: InvalidParameter calling ...
1
vote
2answers
51 views
using Naudio to play Stream of Wave
I want to change the bit rate of wave file.
so I searched in the net and I figure out that the wave file contain a header which is 44 bytes length , and the 25,26,27 and 28 byte are used to store ...
0
votes
0answers
19 views
nAudio Sending directly from a WAV file to a DirectShow Sound Card
This is my first post on stackoverflow (after years of reading it of course :P) and I am very new to nAudio.
I am using VB.net to integrate sending a wave file to a specific speaker (exactly what is ...
0
votes
0answers
11 views
NAudio dynamic WaveProvider
I am currently trying to get my laptop to play guitar sounds using the Karplus-Strong algorithm. I've got the generation of the sound wave already but they actual playback gives me trouble.
I do this ...
0
votes
1answer
13 views
NAudio. Recording multichannel sound
I'm working with Naudio, and i record multichannel sound. How can i understand what is the channel in my buffer?
This link isn't work on my computer.
My opinion, that if buffer[] size is 2000: ...
0
votes
0answers
19 views
Create a virtual audio device C# NAudio [duplicate]
It's possible to create a virtual audio device(something like how Virtual Audio Cable work's) using C# and NAudio API(or something else), or something that can simulate a audio device?
For example in ...
0
votes
1answer
23 views
Manipulating Mp3's as Array Using NAudio
I'm trying to reimplement an existing Matlab 8-band equalizer GUI I created for a project last week in C#. In Matlab, songs load as a dynamic array into memory, where they can be freely manipulated ...
0
votes
2answers
56 views
Threading a Function in c# is not Working
I have a problem with this code. The function is playing a music track, so it takes a while to finish executing.... However, even through it is threaded, it does not return untill it is done, holding ...
0
votes
1answer
32 views
Is there a way to Play a WAV File Synchronously in NAudio?
I might be wrong on this, but it appears that my WAV file in NAudio is playing asynchronously, and if I call it from a library, I can hear the WAV start, but it exits (and stops playing) almost ...
1
vote
1answer
27 views
Map MIDI notes to waves files?
I'm using NAudio to play MIDI files in my .NET project.
I want to play some MIDI tracks (drum loops particularly) so each sound maps to a certain wav or mp3 file. Is that possible?
I'm new to MIDI ...
0
votes
1answer
37 views
Using Naudio to amplify Microphone Input
I have played with the Naudio examples, and am able to amplify a WAV file that is opened in using the "WaveFileStream" function. (Code Example: AudioPlaybackPanel) This works fine:
I add a variable ...
0
votes
0answers
63 views
Should I use DirectSound or WASAPI for my audio project?
I am starting a project where minimum requirements will be Windows 7. I'll be using NAudio as my interface to audio. I am not sure what I should be using: DirectSound or WASAPI? I am going to be ...
1
vote
0answers
20 views
Naudio already allocated calling waveoutopen
I have a problem with frequent playback of the same sound. If I often click Button I get an error "Already allocated waveoutOpen calling." How do I clean waveOut? How do it? It's my code:
...
1
vote
0answers
33 views
NAudio: Low pass filter
Using NAudio I am capturing microphone samples in order to play them back on a remote machine. In some cases I'd like to apply a low-pass filter. How can this done with NAudio?
Ideally I would like ...
0
votes
0answers
65 views
NAudio sound recording.. Following code did not write wav file correctly
Following is my voice recording method using naudio. it creates wav file but don't write sound data in to it. i can not figure our what went wrong. after recording always wav file size is less than ...
0
votes
1answer
71 views
How can i convert stereo pcm samples to mono samples using naudio
How can i convert stereo pcm samples to mono samples using naudio?
or converting an stereo mp3 file to mono raw samples!
i try this befor :
for (int u = 0; u < output.Length; u+=4)
...
0
votes
1answer
26 views
C# NAudio Auto Record
and sorry for my English.
I am making a audio recorder. I am using NAudio framework for recording. I can record but not automaticly. I want to start recording when input volume is over the spesific ...
0
votes
2answers
49 views
How convert mp3 to wave with n audio whit out save it to hard disk?
How convert mp3 to wave with n audio whit out save it to hard disk? i saw this sample
public static void Mp3ToWav(string mp3File, string outputFile)
{
using (Mp3FileReader reader = new ...
0
votes
1answer
25 views
How split mp3 using Naudio?
How can i cut a certain time of mp3 file and convert it to wave with N audio with out save any file in hard disk? (i want result in byte array!)
0
votes
1answer
25 views
WPF Bind Value of Library (no PropertyChanged Event)
I am building a Music Player with the NAudio Library. Now it's time to build a clock for the current Time.
Actually my way of doing this, is by binding the Text Property of a Textblock to the ...
0
votes
0answers
24 views
NAudio stream to Widows Mideaplayer
I have Windows MediaPlayer embed on a page. I have a audio file(WAV) in MemoryStream I got from a byte[] array. I need to use NAudio to pay that file in memory. how can I point the src of the ...
1
vote
0answers
75 views
How to record sound from playback device and reproduce on recording device?
I want to capture sounds from my speakers and play them in my recording device Line 1 using NAudio or some other API.
How can I do that?
I can list WaveIn and WaveOut devices with
public void ...
0
votes
0answers
76 views
Recroding microphone, save to MP3 when user speaks. Using NAudio
I want to record sound from microphone when user is speaking (or when sound from mic has more than 5dB) and save that sound into mp3 file (with buffering max 2s of sound in memory).
How can i do it ...
1
vote
1answer
109 views
C# library for audio resampling that has the same abilities as FFmpeg
I have to use a pure C# solution for resampling audio, which can produce me the exact same results as FFmpeg's audio sampling can.
FFmpeg first builds some kind of polyphase filter bank, and then ...
1
vote
2answers
74 views
Possible to get the length of a WMA file without using Windows Media Player?
I need to find a way to get the length of a WMA file without using any of the Windows Media Player(WMP) dlls. I found way to do it using WMP dlls, which you can see here, but due to another issue, ...
0
votes
1answer
78 views
Resampling raw audio with NAudio
I'd like to resample audio: change its sample rate from 44k to 11k. The input I've got is raw audio in bytes. It really is raw, it has no headers - if I try loading it into a WaveFileReader, I get an ...
0
votes
0answers
41 views
NAudio - Playing back MIDI from Stream
I'm making a game and using NAudio to play back sounds. I want to play a MIDI file for music looping in the background. Having searching for it in the documentation, found nothing.
How can I play a ...
0
votes
1answer
33 views
Program Freezes with NAudio
This may be pretty simple, but I have a WPF Application that has a button, a text area, and another button. If I click on Button 1, then the program creates a WaveOutEvent called player and plays the ...
1
vote
1answer
95 views
Convert Mp3 to WAV with naudio without writing on disk. (Stream only)
I want to convert mp3 files to WAV. In DirectX.DirectSound the secondary buffer is supporting only WAV. I am converting the files using naudio and this is working fine.
using (Mp3FileReader reader = ...
0
votes
0answers
27 views
NAudio - Playback stops if called Play() again
I'm programming a game and using NAudio with WaveOut. The sound is played when a collision occurs. The problem is the sound plays some times and after a few seconds if the collision happens again, the ...
2
votes
2answers
92 views
C# Frequency Retrieval
What I need to do is calculate the frequency of the microphone input. I'm using IWaveProvider for this and its implemented Read(). The buffer always has a size of 8820 elements and something seems to ...
2
votes
0answers
191 views
windows 7 control playback volume of microphone
I was trying to adjust playback volume level of microphone; but unfortunately I couldn't. I can control recording volume of microphone by using NAudio library but I want to control playback volume. Is ...
2
votes
2answers
182 views
How do I write RIFF chunk data to a WAV file that was made with NAudio?
How do I write RIFF chunk data to the end of a WAV file? Yes, that's right, to the end of a WAV file. Why? Because that's the way the old program I'm replacing did it and the integrating programs are ...
0
votes
1answer
19 views
Naudio StreamMixToDisk error
I am having problems with typing a wav file name and having nAudio accept it as StreamMixToDisk.
Public Sub SetupAudio()
'Setup the Mixer
mixer = New WaveMixerStream32()
mixer.AutoStop = ...
1
vote
1answer
21 views
naudio DataAvailable compile error
I am trying to understand why this code below (waveInStream.DataAvailable):
Private Sub cmbRecord_Click(sender As Object, e As EventArgs)
Dim saveFileDialog As New SaveFileDialog()
...
0
votes
1answer
95 views
C# EventHandler to C++/CLI [duplicate]
I am trying to use NAudio in C++/CLI and applying the tutorial here. I converted most code to C++/CLI but I stuck with this C# line:
waveInStream.DataAvailable += new ...
2
votes
1answer
75 views
I have probleme with session state serialization
I used this code to serialize an object
public void play(string url, string i)
{
MP3StreamingPanel mp3=new MP3StreamingPanel ( );
mp3.play ( url );
HttpContext . Current . ...
-4
votes
3answers
148 views
How can I read the mp3 into bytes array
I want to use the NAudio with MP3FileReader object
to read the mp3 into bytes array then i'll try to fft it to create spectrum analyser
but i can't find any documentation about its method.
Do you ...
1
vote
0answers
175 views
Manipulate Windows audio mixer with NAudio in C#
I want to write a program where I can manipulate the whole windows audio mixer using the NAudio dll. For example I want to change the volume balance of the system.
I am searching for one week. I ...
0
votes
1answer
47 views
Why does NAudio only grab one channel with my “What you Hear” volume control?
I'm attempting to add a volume control slider for the audio device I have selected. Most of the time this works properly, but for some reason when I use this method, my volume control slider only ...
0
votes
0answers
41 views
NAudio reading 8bit wav
I have no problem reading 16bit wav files - each sample is saved as 2 bytes:
short sample = BitConverter.ToInt16(waveData, n); //reads 2 bytes and converts it to short which represents one sample
...
1
vote
2answers
49 views
Naudio object serialization
I am trying to serialise an Naudio object but i get this erreu message [SerializationException: the type 'NAudio.Wave.BufferedWaveProvider' dans l'assembly 'NAudio, Version=1.6.0.0, Culture=neutral, ...
0
votes
1answer
98 views
Send synchronized audio and video data over the network
I have separately sent Audio and Video over the network but i want to send synchronized audio video data over the network.if any one could me to the solution it would be greatly appreciated.
p.s: i ...
0
votes
1answer
79 views
Wave header corrupted for an NAudio recorded array of bytes
I record sound using NAudio API by using Wave in class , but when i play the recorded byte array it gives error "wave header is corrupted".
can you please point me to the solution.
waveInStream = ...
0
votes
1answer
26 views
XNA NAudio WaveChannel32 print line when replay end
I'm using NAudio WaveChannel32 to replay recorded sound, now I wish to print some lines automatically when the Replay has finished.
So in the XNA Update function, it's like :
if(*Replay has ...
2
votes
1answer
328 views
naudio save streaming data to wav file
i want to save the incoming stream data to a wav file on my HD..
how can i change the code below to be able to record the stream into a valid wav file ?
from the demo here :
private void ...
-1
votes
1answer
92 views
NAudio SineWave
using example on the blog i have outputted a sine wave:
public class SineWaveProvider32 : WaveProvider32{
int sample;
public SineWaveProvider32()
{
Frequency = 1000;
...
2
votes
1answer
145 views
Storing a wav file in an array
I need a fast method to store all samples of a wav file in an array. I am currently working around this problem by playing the music and storing the values from the Sample Provider, but this is not ...
0
votes
1answer
194 views
How to compute zero crossing rate of signal? [closed]
I'd like get zero crossing rate of an audio signal. I tried to write the code of this formula:
But I dont excatly understand whole formula.
To process my code I split the signal by blocks, I mean ...





