New Post: Newbie Naudio user. Why is there a break in wav sound when starting?
hi, I've been meaning to blog about how you can do fire and forget audio playback like you would with sound effects from a game. So I've blogged about it here. Hopefully I'll get the sample into one of...
View ArticleNew Post: Newbie Naudio user. Why is there a break in wav sound when starting?
Does the mixer use hardware buffering if the sound card supports it?
View ArticleNew Post: noisy input
this is a video i uploaded to youtubehttp://www.youtube.com/watch?v=92UC_drDwB4&feature=youtu.be why is my input signal so noisy? I am doing 44100 sampling rate 32768 samples at a time I have a...
View ArticleNew Post: Adding a detailed info function to all WaveFormats
Hi Mark, Are you fine with adding an extra function to all the wave formats that shows detailed info? Something like ToString(bool DetailedInfo) or List<string> GetDetailedInfo() I'd like to...
View ArticleNew Post: Newbie Naudio user. Why is there a break in wav sound when starting?
K24A3 wrote: Not quite sure to be honest, my app only plays one file at a time. Perhaps Mark or someone else can assist. EDIT.. Have a look at this thread: https://naudio.codeplex.com/discussions/66112...
View ArticleNew Post: Newbie Naudio user. Why is there a break in wav sound when starting?
markheath wrote: hi, I've been meaning to blog about how you can do fire and forget audio playback like you would with sound effects from a game. So I've blogged about it here. Hopefully I'll get the...
View ArticleNew Post: Convert X to Y
I would like to convert any (supported ofcourse) audio format I can throw at NAudio to any (supported ofcourse) audio format NAudio can write. So I might throw a wavefile, mp3 or aiff file at it,...
View ArticleNew Post: noisy input
http://www.youtube.com/watch?v=KXMjYtAES_A ok look that this youtube sorry the video misses up at times, but you can see all the needed information I changed the setting to my Mic... and it looks a lot...
View ArticleNew Post: Found a bug with PlaybackStopped in WaveOutEvent
When the audio finishes and triggers OnPlaybackStopped, calling Play() again shortly after doesn't play the audio. To get it going again you need to call Pause() then Play() again. The PlaybackState =...
View ArticleNew Post: Found a bug with PlaybackStopped in WaveOutEvent
hmm, could be this. I meant to get that bugfix into NAudio 1.7 but never got round to it.
View ArticleNew Post: Found a bug with PlaybackStopped in WaveOutEvent
Yep that fixed it, cant fault it whatever I do now. if (queued == 0) { // we got to the end this.playbackState = PlaybackState.Stopped; callbackEvent.Set(); <<<<<<< just added this...
View ArticleNew Post: Implement track list function. How to auto play next track?
Hi there, NAudio is a really great library and I like to use it a lot but something I'm trying to implement refuses to work all the time. I have some sort of Mp3Player that contains a list of tracks....
View ArticleSource code checked in, #0c574d1f00a8
fixed a bug with WaveOutEvent not always restarting after reaching the end. Thanks to PPavan and K24A3
View ArticleNew Post: Found a bug with PlaybackStopped in WaveOutEvent
great, this fix is in now. thanks for reporting & testing ps I haven't forgotten about your pull request. Just need a bit of time to properly review it and think through implications of changing...
View ArticleNew Post: Play same file multiple times using WaveOutEvent
sorry it's taken a while, but this is now in the latest NAudio sourcecode
View ArticleNew Post: Found a bug with PlaybackStopped in WaveOutEvent
Ok no worries, thanks. NAudio doesn't seem to use it anywhere but I suppose others may be using it in their app, or it simply wasn't byte aligned properly all along, or MediaFoundation is extra picky.
View ArticleNew Post: noisy input
oh i just check my mic setting and it is 2 channel, 16bit, 48000HZ(DVD Quality) does anyone know why my input is still so much noisy ?
View ArticleNew Post: noisy input
oh i just check my mic setting and it is 2 channel, 16bit, 48000HZ(DVD Quality) does anyone know why my input is still so much noisy ?
View ArticleNew Post: noisy input
oh i just check my mic setting and it is 2 channel, 16bit, 48000HZ(DVD Quality) does anyone know why my input is still so much noisy ?
View ArticleNew Post: noisy input
well you could just have a noisy mix/preamp. Have you tried recording something in a different program, such as Audacity?
View Article