Commented 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 ArticleCreated Unassigned: NAudio.Wave.MediaFoundationEncoder.PerformEncode throws...
OS: Windows Server 2012R2NAudio Version: 1.7.1.17----------------------------------------- Exception -------------------------------Exception: "An unhandled exception of type...
View ArticleEdited Unassigned: NAudio.Wave.MediaFoundationEncoder.PerformEncode throws...
OS: Windows Server 2012R2NAudio Version: 1.7.1.17----------------------------------------- Exception -------------------------------Exception: "An unhandled exception of type...
View ArticleCommented Issue: sound does not play because of double to integer truncation,...
When device format is using 48k-sampling and content format is using 44.1k-sampling, playback problems occur. We observed the following sequence of events.[WasapiOut::PlayThread]1. audio buffer is...
View ArticleCommented Issue: sound does not play because of double to integer truncation,...
When device format is using 48k-sampling and content format is using 44.1k-sampling, playback problems occur. We observed the following sequence of events.[WasapiOut::PlayThread]1. audio buffer is...
View ArticleClosed Issue: sound does not play because of double to integer truncation,...
When device format is using 48k-sampling and content format is using 44.1k-sampling, playback problems occur. We observed the following sequence of events.[WasapiOut::PlayThread]1. audio buffer is...
View ArticleCommented Unassigned: NAudio.Wave.MediaFoundationEncoder.PerformEncode throws...
OS: Windows Server 2012R2NAudio Version: 1.7.1.17----------------------------------------- Exception -------------------------------Exception: "An unhandled exception of type...
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 ArticleCreated Unassigned: need pitch , frequency , noise , amplitude [16440]
can anyone help me to find out my .wav file to get value of pitch , frequency , noiseness and amplitude ?thank you.
View ArticleCommented Unassigned: need pitch , frequency , noise , amplitude [16440]
can anyone help me to find out my .wav file to get value of pitch , frequency , noiseness and amplitude ?thank you.Comments: NAudio will give you access to the samples. It's up to you to use them to...
View ArticleCreated Unassigned: PlaybackStopped event fires at start of playback [16441]
I'm trying to make an application which plays files on a playlist. Whenever the user clicks "next", it will start playing the next song, and immediately move to the next one before it ends. This seems...
View ArticleEdited Unassigned: PlaybackStopped event fires at start of playback [16441]
I'm trying to make an application which plays files on a playlist. Whenever the user clicks "next", it will start playing the next song, and immediately move to the next one before it ends. This seems...
View ArticleEdited Unassigned: PlaybackStopped event fires at start of playback with...
UPDATE: I found the problem. In my Play() function, when playback is started, it causes a NullReferenceException which is sent in the PlaybackStopped event. However, the file continues playing fine....
View ArticleEdited Unassigned: PlaybackStopped event fires at start of playback with...
__UPDATE: I found the problem. In my Play() function, when playback is started, it causes a NullReferenceException which is sent in the PlaybackStopped event. However, the file continues playing...
View ArticleCreated Unassigned: UnspecifiedError calling waveOutOpen when using Channel...
When calling WaveOutEvent.Init() with a device that points to a speaker that has Speaker Fill or Channel Phantoming(Options in Microsoft's basic sound driver) and a sample rate that is exactly equal to...
View ArticleCreated Unassigned: Incorrect handling of wave riff pad byte [16443]
Hi,one of our customers sent to us a file (attached) which causes NAudio to crash (telling that no riff fmt chunk was found) we inspect the file and found it, but only after other riff chunks with odd...
View ArticleCommented Unassigned: UnspecifiedError calling waveOutOpen when using Channel...
When calling WaveOutEvent.Init() with a device that points to a speaker that has Speaker Fill or Channel Phantoming(Options in Microsoft's basic sound driver) and a sample rate that is exactly equal to...
View ArticleCommented Unassigned: PlaybackStopped event fires at start of playback with...
__UPDATE: I found the problem. In my Play() function, when playback is started, it causes a NullReferenceException which is sent in the PlaybackStopped event. However, the file continues playing...
View ArticleCommented Unassigned: PlaybackStopped event fires at start of playback with...
__UPDATE: I found the problem. In my Play() function, when playback is started, it causes a NullReferenceException which is sent in the PlaybackStopped event. However, the file continues playing...
View ArticleCreated Unassigned: Not available for Windows Phone 8 projects? [16444]
Trying to create a universal Windows 8/WP8 app, but I can't add Naudio package to WP8.1 project.Is WP8 unsupported? Will it be supported anytime soon?
View Article