Commented Unassigned: multiple wave normalization [16450]
hi,just want to ask is there any examples on peak normalization and average normalization for multiple wavesthanksComments: ok thanks, i think i go to limiter to prevent clipping...
View ArticleCommented Unassigned: Wrong BitsPerSample with WasapiLoopbackCapture [16401]
HelloI have a 24 bits per sample / 192kHz sound board and I am using the Wasapi Loopback Capture method to get data from it.When I print out the capabilities of the board, it shows 32 bits per sample...
View ArticleCreated Unassigned: Null Ref Crash With Multiple Play/Stop Calls Back-To-Back...
I am using the Wasapi provider and in __WasapiOut.cs__, the implementation of __Stop()__ has a subtle issue in it. With rapid calls to __Stop()__/__Play()__ back to back (actually, __Play()__ and then...
View ArticleCreated Unassigned: Issues with recording TAPI devices [16452]
Hi,I can successfully record audio coming from a TAPI device. I'm using the WaveInEvent as I'm doing it in a service but I have observed the same issue now with the Recording Demo program using WaveIn....
View ArticleCommented Unassigned: amr to wma using NAudio MFT [16421]
Hi Mark, while I am trying to convert amr file to wma the following exception I have encountered."Exception from HRESULT: 0xC00D36C4". Is there any way to convert amr file format to wma format or mp3...
View ArticleCreated Unassigned: MediaFoundationReader reads less data on Windows 7 (on...
Have got strange result of using MediaFoundationReader to extract audio on Windows 7 64-bit.Actually, I use MediaFoundationReader for extracting WAVE data to temp file like this:``` using (var reader =...
View ArticleEdited Unassigned: MediaFoundationReader reads less data on Windows 7 (on...
Have got strange result of using MediaFoundationReader to extract audio on Windows 7 64-bit.Actually, I use MediaFoundationReader for extracting WAVE data to temp file like this:``` using (var reader =...
View ArticleCreated Unassigned: WaveFormatConversionStream disposes sourceStream [16454]
I think this is a mistake. Disposing the sourceStream is not the responsibility of the WaveFormatConversionStream class.I see no point in disposing a resource which was not created by the class...
View ArticleCreated Unassigned: WaveOut.Stop() pauses playback instead of stopping [16455]
Normally you'd expect Stop() to stop playback and seek to the beginning, but it doesn't.In the following code:```_myWaveOut = new DirectSoundOut(device);_myAudioFileReader = new...
View ArticleCreated Unassigned: WaveOut.PlaybackStopped is raised when calling...
The description of WaveOut.PlaybackStopped:> Indicates that playback has gone into a stopped state due to __reaching the end of the input stream__ or an error has been encountered during...
View ArticleEdited Unassigned: WaveOut.PlaybackStopped is raised when calling...
The description of WaveOut.PlaybackStopped:> Indicates that playback has gone into a stopped state due to __reaching the end of the input stream__ or an error has been encountered during...
View ArticleCommented Unassigned: WaveOut.PlaybackStopped is raised when calling...
The description of WaveOut.PlaybackStopped:> Indicates that playback has gone into a stopped state due to __reaching the end of the input stream__ or an error has been encountered during...
View ArticleEdited Unassigned: WaveOut.PlaybackStopped is raised when calling...
The description of WaveOut.PlaybackStopped:> Indicates that playback has gone into a stopped state due to __reaching the end of the input stream__ or an error has been encountered during...
View ArticleCreated Unassigned: WaveFileReader reads data to ExtraChunks only [16457]
Hi,a wave file extracted from a video with ffmpeg seems not to be read correctly by WaveFileReader.The wave file can be played in any standard player (MS, VLC, ...) but when opened with WaveFileReader...
View ArticleEdited Unassigned: WaveFileReader reads data to ExtraChunks only [16457]
Hi,a wave file extracted from a video with ffmpeg seems not to be read correctly by WaveFileReader.The wave file can be played in any standard player (MS, VLC, ...) but when opened with WaveFileReader...
View ArticleCommented Unassigned: WaveFileReader reads data to ExtraChunks only [16457]
Hi,a wave file extracted from a video with ffmpeg seems not to be read correctly by WaveFileReader.The wave file can be played in any standard player (MS, VLC, ...) but when opened with WaveFileReader...
View ArticleEdited Unassigned: [SOLVED] WaveFileReader reads data to ExtraChunks only...
Hi,a wave file extracted from a video with ffmpeg seems not to be read correctly by WaveFileReader.The wave file can be played in any standard player (MS, VLC, ...) but when opened with WaveFileReader...
View ArticleCommented Unassigned: WaveFormatConversionStream disposes sourceStream [16454]
I think this is a mistake. Disposing the sourceStream is not the responsibility of the WaveFormatConversionStream class.I see no point in disposing a resource which was not created by the class...
View ArticleCreated Unassigned: Unsopported WaveFormat WasapiLoopbackCapture [16458]
Hi, i have an error when the proyect starts to record, this is the code:WasapiLoopbackCapture waveInStream;WaveFileWriter writer;bool isRecording = false;private void cmdRecord_Click(object sender,...
View ArticleCommented Unassigned: Unsopported WaveFormat WasapiLoopbackCapture [16458]
Hi, i have an error when the proyect starts to record, this is the code:WasapiLoopbackCapture waveInStream;WaveFileWriter writer;bool isRecording = false;private void cmdRecord_Click(object sender,...
View Article