Created Issue: Multiple issues in WaveMixerStream32 [16351]
In AddInputStream, the following code:...// get to the right point in this input filethis.Position = Position;...seems wrong to me. It should be:...// get to the right point in this input...
View ArticleCreated Issue: WaveIn.CreateBuffers() Calculating bufferSize returns odd...
The default "BufferMilliseconds" is 100ms.int bufferSize = BufferMilliseconds * WaveFormat.AverageBytesPerSecond / 1000;For a 11,025 sample rate, 16 bit format, bufferSize = 2205, which is...
View ArticleCommented Issue: WaveIn.CreateBuffers() Calculating bufferSize returns odd...
The default "BufferMilliseconds" is 100ms.int bufferSize = BufferMilliseconds * WaveFormat.AverageBytesPerSecond / 1000;For a 11,025 sample rate, 16 bit format, bufferSize = 2205, which is...
View ArticleCommented Issue: WaveIn.CreateBuffers() Calculating bufferSize returns odd...
The default "BufferMilliseconds" is 100ms.int bufferSize = BufferMilliseconds * WaveFormat.AverageBytesPerSecond / 1000;For a 11,025 sample rate, 16 bit format, bufferSize = 2205, which is...
View ArticleCreated Issue: Need to record all sounds from sound card. [16353]
Need to record all sounds from sound card. So that mic+output was written to file. Is it possible? Cant find any examples, found just ones that allow to write mic.
View ArticleCommented Issue: Multiple issues in WaveMixerStream32 [16351]
In AddInputStream, the following code:...// get to the right point in this input filethis.Position = Position;...seems wrong to me. It should be:...// get to the right point in this input...
View ArticleCommented Issue: Need to record all sounds from sound card. [16353]
Need to record all sounds from sound card. So that mic+output was written to file. Is it possible? Cant find any examples, found just ones that allow to write mic. Comments: this is called loopback...
View ArticleCommented Issue: Need to record all sounds from sound card. [16353]
Need to record all sounds from sound card. So that mic+output was written to file. Is it possible? Cant find any examples, found just ones that allow to write mic. Comments: // can't set WaveFormat as...
View ArticleCommented Issue: Need to record all sounds from sound card. [16353]
Need to record all sounds from sound card. So that mic+output was written to file. Is it possible? Cant find any examples, found just ones that allow to write mic. Comments: yes you must also record...
View ArticleCommented Issue: WaveIn.CreateBuffers() Calculating bufferSize returns odd...
The default "BufferMilliseconds" is 100ms.int bufferSize = BufferMilliseconds * WaveFormat.AverageBytesPerSecond / 1000;For a 11,025 sample rate, 16 bit format, bufferSize = 2205, which is...
View ArticleCreated Issue: WaveFileChunkReader.ReadWaveHeader assumes that the stream...
I am using this class to read a wave stream but the derived stream class that I am using that contains the wave does not support setting the Postion (CanSeek == false). public void...
View ArticleCreated Issue: Bug in the NotifyingSampleProvider class [16355]
The NotifyingSampleProvider class notifies also on non read samples because it uses the "sampleCount" variable which is the size of the incoming buffer. However the amount of bytes read may be smaller...
View ArticleCommented Issue: WaveFileChunkReader.ReadWaveHeader assumes that the stream...
I am using this class to read a wave stream but the derived stream class that I am using that contains the wave does not support setting the Postion (CanSeek == false). public void...
View ArticleCommented Issue: WaveFileChunkReader.ReadWaveHeader assumes that the stream...
I am using this class to read a wave stream but the derived stream class that I am using that contains the wave does not support setting the Postion (CanSeek == false). public void...
View ArticleCommented Issue: Bug in the NotifyingSampleProvider class [16355]
The NotifyingSampleProvider class notifies also on non read samples because it uses the "sampleCount" variable which is the size of the incoming buffer. However the amount of bytes read may be smaller...
View ArticleCommented Issue: Bug in the NotifyingSampleProvider class [16355]
The NotifyingSampleProvider class notifies also on non read samples because it uses the "sampleCount" variable which is the size of the incoming buffer. However the amount of bytes read may be smaller...
View ArticleCommented Issue: WaveFileChunkReader.ReadWaveHeader assumes that the stream...
I am using this class to read a wave stream but the derived stream class that I am using that contains the wave does not support setting the Postion (CanSeek == false). public void...
View ArticleCreated Issue: Mp3FileReader.Length property calculated as int instead of as...
I've got a very big mp3 recording (a 4 hours recording) that I need to process. When openned with Mp3FileReader I get a Length of -1 755 258 880. At first I thought the problem was that the file was to...
View ArticleCommented Issue: Mp3FileReader.Length property calculated as int instead of...
I've got a very big mp3 recording (a 4 hours recording) that I need to process. When openned with Mp3FileReader I get a Length of -1 755 258 880. At first I thought the problem was that the file was to...
View ArticleCreated Issue: This finalizes the application, what is the problem? [16357]
Hi! I don't speak english good, sorry but I speak spanish.This is my code, that have a problem. Sometime, it finalize the application with an error (the application stopped working).The code: var t =...
View Article