Source code checked in, #0fa4d8291343
making WaveOutEvent more robust if playing zero length streams
View ArticleNew Post: Windows 8 background audio [solved]
OK, I've put this in although there are a few small changes I've made. This doesn't belong in IWavePlayer as it is only relevant to WASAPI. Also, I'd ideally like to avoid the Marshal.StructureToPtr....
View ArticleSource code checked in, #1e77d508e408
adding contribution from janne to support Windows 8 background audio with WasapiRT
View ArticleSource code checked in, #410171e63459
merged in cue markers RIFF chunk writing fix from csechet
View ArticleNew Post: AudioFileReader copyto progress
How would I be able to update a progress bar if I am copying a wav file to a mp3 file I use the following code to copy the file and it works perfectly I just want to be able to show the progress of the...
View ArticleNew Post: AudioFileReader copyto progress
I'd recommend not to use CopyTo and just create a buffer and copy a few seconds at a time. Then you can update your process bar in the loop.
View ArticleCreated Unassigned: initiating 4 different waveout for 4 difference output...
hi,i got an issue on initiating 4 difference waveout for 4 different output devices.The initiation of the waveout failed on the 4th call. Here is the codeforeach (WaveOut waveOut in WaveOutCollections){}
View ArticleEdited Unassigned: initiating 4 different waveout for 4 difference output...
hi,i got an issue on initiating 4 difference waveout for 4 different output devices.The initiation of the waveout failed on the 4th call. Here is the codeDictionary<int, WaveOut>...
View ArticleEdited Unassigned: initiating 4 different waveout for 4 difference output...
hi,i got an issue on initiating 4 difference waveout for 4 different output devices.The initiation of the waveout failed on the 4th call. Here is the codeDictionary<int, WaveOut>...
View ArticleCreated Unassigned: WaveViewer and 24bit wavs [16438]
Maybe a stupid question but can the WaveViewer control display 24 bit wav files ?I am doing this: WaveViewer1.SamplesPerPixel = 400 Dim fr = New NAudio.Wave.WaveFileReader(filename)...
View ArticleNew Post: Click Sound During Sine Wave Sounds
I am working on a simple WPF application that allows for multiple stereo sine wave sounds to be mixed together and played to the user. The user is able to choose the amplitude, frequency, and channel...
View ArticleNew Post: Click Sound During Sine Wave Sounds
because you're restarting the sin wave every second, which won't necessarily be a zero crossing point
View ArticleCommented Unassigned: WaveViewer and 24bit wavs [16438]
Maybe a stupid question but can the WaveViewer control display 24 bit wav files ?I am doing this: WaveViewer1.SamplesPerPixel = 400 Dim fr = New NAudio.Wave.WaveFileReader(filename)...
View ArticleCommented Unassigned: initiating 4 different waveout for 4 difference output...
hi,i got an issue on initiating 4 difference waveout for 4 different output devices.The initiation of the waveout failed on the 4th call. Here is the codeDictionary<int, WaveOut>...
View ArticleCommented Unassigned: initiating 4 different waveout for 4 difference output...
hi,i got an issue on initiating 4 difference waveout for 4 different output devices.The initiation of the waveout failed on the 4th call. Here is the codeDictionary<int, WaveOut>...
View ArticleCommented Unassigned: WaveViewer and 24bit wavs [16438]
Maybe a stupid question but can the WaveViewer control display 24 bit wav files ?I am doing this: WaveViewer1.SamplesPerPixel = 400 Dim fr = New NAudio.Wave.WaveFileReader(filename)...
View ArticleCommented Unassigned: WaveViewer and 24bit wavs [16438]
Maybe a stupid question but can the WaveViewer control display 24 bit wav files ?I am doing this: WaveViewer1.SamplesPerPixel = 400 Dim fr = New NAudio.Wave.WaveFileReader(filename)...
View Article