Created Unassigned: MixingSampleProvider+Waveout does not work [16484]
Hello,i am using the MixingSampleProvider for multiple Inputs.```BufferedWaveProvider dummy = new BufferedWaveProvider(new WaveFormat(48000, 16, 1));MixingSampleProvider ss = new...
View ArticleCommented Unassigned: MixingSampleProvider+Waveout does not work [16484]
Hello,i am using the MixingSampleProvider for multiple Inputs.```BufferedWaveProvider dummy = new BufferedWaveProvider(new WaveFormat(48000, 16, 1));MixingSampleProvider ss = new...
View ArticleCommented Unassigned: MixingSampleProvider+Waveout does not work [16484]
Hello,i am using the MixingSampleProvider for multiple Inputs.```BufferedWaveProvider dummy = new BufferedWaveProvider(new WaveFormat(48000, 16, 1));MixingSampleProvider ss = new...
View ArticleCommented Unassigned: MixingSampleProvider+Waveout does not work [16484]
Hello,i am using the MixingSampleProvider for multiple Inputs.```BufferedWaveProvider dummy = new BufferedWaveProvider(new WaveFormat(48000, 16, 1));MixingSampleProvider ss = new...
View ArticleCreated Unassigned: Range for PitchWheelChangeEvent.Pitch should be 0-16383...
I think I found a small bug in NAudio.Midi.PitchWheelChangeEvent:The Pitch property accepts values up to (and including) 16384. If, however, I create the event with that maximum value, the bit-shifting...
View ArticleCommented Unassigned: MixingSampleProvider+Waveout does not work [16484]
Hello,i am using the MixingSampleProvider for multiple Inputs.```BufferedWaveProvider dummy = new BufferedWaveProvider(new WaveFormat(48000, 16, 1));MixingSampleProvider ss = new...
View ArticleCommented Unassigned: Not getting running audio wave in gui. [16481]
hi i am new in naudio and don't know more about the code.I implement some functionality to my projectbut actual result i am not gettingI need running audio wave in gui.but unable to find and implement...
View ArticleClosed Unassigned: Not getting running audio wave in gui. [16481]
hi i am new in naudio and don't know more about the code.I implement some functionality to my projectbut actual result i am not gettingI need running audio wave in gui.but unable to find and implement...
View ArticleCommented Unassigned: Stop monitoring? [16480]
Hi! I have a combobox with input devices, and i want to monitor the selected device. I do not understand is how I can stop "BeginMonitoring" to stop monitoring the current device, to monitor the newly...
View ArticleClosed Unassigned: Stop monitoring? [16480]
Hi! I have a combobox with input devices, and i want to monitor the selected device. I do not understand is how I can stop "BeginMonitoring" to stop monitoring the current device, to monitor the newly...
View ArticleClosed Unassigned: MixingSampleProvider+Waveout does not work [16484]
Hello,i am using the MixingSampleProvider for multiple Inputs.```BufferedWaveProvider dummy = new BufferedWaveProvider(new WaveFormat(48000, 16, 1));MixingSampleProvider ss = new...
View ArticleCommented Unassigned: Mp3FileReader ReadNextFrame supposed to increment...
I believe in 1.7.3 on nuget, ReadNextFrame results in Position and CurrentTime increasing.After the below commit, this looks like it's no longer the case. Is that a...
View ArticleCreated Unassigned: Get number of channels for DirectSoundOut [16486]
When I use a WaveOut device, I get a nice property called Channels, which tell me the number of output channels. Presumably, I don't need such one for AsioOut, as they all are mono (right?). But...
View ArticleCreated Unassigned: DirectSoundOut fails if WaveFormat is WaveFormatExtraData...
If the WaveFormat of the wave provider used as the parameter for Init is of type WaveFormatExtraDataThe call within InitializeDirectSound to GCHandle.Alloc fails with an ArgumentException complaining...
View ArticleCommented Unassigned: DirectSoundOut fails if WaveFormat is...
If the WaveFormat of the wave provider used as the parameter for Init is of type WaveFormatExtraDataThe call within InitializeDirectSound to GCHandle.Alloc fails with an ArgumentException complaining...
View ArticleCreated Unassigned: WaveIn and BufferedWaveProvider ! [16488]
Hi,I wrote a proxy that must manage a microphone (with WaveIn) and players Wav / PCM (with BufferedWaveProvider).Everything works fine and I can manage up to 7 wav streams simultaneously) except that...
View ArticleCommented Unassigned: WaveIn and BufferedWaveProvider ! [16488]
Hi,I wrote a proxy that must manage a microphone (with WaveIn) and players Wav / PCM (with BufferedWaveProvider).Everything works fine and I can manage up to 7 wav streams simultaneously) except that...
View ArticleCommented Unassigned: DirectSoundOut fails if WaveFormat is...
If the WaveFormat of the wave provider used as the parameter for Init is of type WaveFormatExtraDataThe call within InitializeDirectSound to GCHandle.Alloc fails with an ArgumentException complaining...
View ArticleCreated Unassigned: WaveInEvent [16489]
I use NAudio WaveInEvent in a telecommunications software VB.net very simple.Sometimes, the class does not generate sound!Would anyone have a solution?here is my code:Imports NAudio.WaveFriend Class...
View ArticleCreated Unassigned: StartRecording NAudio [16490]
I have problems with StartRecording(), error: BadDeviceId calling waveInOpen. My project is in .net and I am using NAudio dll. Can someone help me?
View Article