Created Unassigned: Audio sessions from CoreAudioAPI are not implemented [16468]
AudioSessionControl2, AudioSessionManager2 (from CoreAudioApi) and other classes are not implemented.I can not change sound or mute specific program. (Sample can be found here:...
View ArticleCommented Unassigned: Audio sessions from CoreAudioAPI are not implemented...
AudioSessionControl2, AudioSessionManager2 (from CoreAudioApi) and other classes are not implemented.I can not change sound or mute specific program. (Sample can be found here:...
View ArticleCommented Unassigned: Error Handling for Corrupt Files [16466]
We are using NAudio in a media library application. As part of our unit testing suite, we run empty MP3 files (0 bytes) through our code to verify that corrupt files are handled correctly....
View ArticleCommented Unassigned: Error Handling for Corrupt Files [16466]
We are using NAudio in a media library application. As part of our unit testing suite, we run empty MP3 files (0 bytes) through our code to verify that corrupt files are handled correctly....
View ArticleEdited Unassigned: Error Handling for Corrupt Files [16466]
We are using NAudio in a media library application. As part of our unit testing suite, we run empty MP3 files (0 bytes) through our code to verify that corrupt files are handled correctly....
View ArticleCommented Unassigned: Audio sessions from CoreAudioAPI are not implemented...
AudioSessionControl2, AudioSessionManager2 (from CoreAudioApi) and other classes are not implemented.I can not change sound or mute specific program. (Sample can be found here:...
View ArticleCommented Unassigned: Audio sessions from CoreAudioAPI are not implemented...
AudioSessionControl2, AudioSessionManager2 (from CoreAudioApi) and other classes are not implemented.I can not change sound or mute specific program. (Sample can be found here:...
View ArticleCommented Unassigned: Audio sessions from CoreAudioAPI are not implemented...
AudioSessionControl2, AudioSessionManager2 (from CoreAudioApi) and other classes are not implemented.I can not change sound or mute specific program. (Sample can be found here:...
View ArticleCommented Unassigned: Audio sessions from CoreAudioAPI are not implemented...
AudioSessionControl2, AudioSessionManager2 (from CoreAudioApi) and other classes are not implemented.I can not change sound or mute specific program. (Sample can be found here:...
View ArticleCreated Unassigned: MidiFile.Tracks always returns 1 [16469]
I have something along the lines of:```private void openFile_Click(object sender, RoutedEventArgs e){ Microsoft.Win32.OpenFileDialog dlg = new Microsoft.Win32.OpenFileDialog(); Nullable<bool>...
View ArticleEdited Unassigned: MidiFile.Tracks always returns 1 [16469]
I have something along the lines of:```private void openFile_Click(object sender, RoutedEventArgs e){ Microsoft.Win32.OpenFileDialog dlg = new Microsoft.Win32.OpenFileDialog(); Nullable<bool>...
View ArticleEdited Unassigned: MidiFile.Tracks sometimes returns 1 [16469]
I have something along the lines of:```private void openFile_Click(object sender, RoutedEventArgs e){ Microsoft.Win32.OpenFileDialog dlg = new Microsoft.Win32.OpenFileDialog(); Nullable<bool>...
View ArticleEdited Unassigned: MidiFile.Tracks sometimes returns 1 when it contains more...
I have something along the lines of:```private void openFile_Click(object sender, RoutedEventArgs e){ Microsoft.Win32.OpenFileDialog dlg = new Microsoft.Win32.OpenFileDialog(); Nullable<bool>...
View ArticleCreated Unassigned: Expose IAudioStreamVolume from WasapiOut [16470]
WasapiOut only exposes the audio endpoint volume via the Volume property, and not the volume for the channels in the current IAudioClient instance.The interface is simple enough, so I'm happy to write...
View ArticleCommented Unassigned: Expose IAudioStreamVolume from WasapiOut [16470]
WasapiOut only exposes the audio endpoint volume via the Volume property, and not the volume for the channels in the current IAudioClient instance.The interface is simple enough, so I'm happy to write...
View ArticleCommented Unassigned: Expose IAudioStreamVolume from WasapiOut [16470]
WasapiOut only exposes the audio endpoint volume via the Volume property, and not the volume for the channels in the current IAudioClient instance.The interface is simple enough, so I'm happy to write...
View ArticleCommented Unassigned: MidiFile.Tracks sometimes returns 1 when it contains...
I have something along the lines of:```private void openFile_Click(object sender, RoutedEventArgs e){ Microsoft.Win32.OpenFileDialog dlg = new Microsoft.Win32.OpenFileDialog(); Nullable<bool>...
View ArticleCommented Unassigned: MidiFile.Tracks sometimes returns 1 when it contains...
I have something along the lines of:```private void openFile_Click(object sender, RoutedEventArgs e){ Microsoft.Win32.OpenFileDialog dlg = new Microsoft.Win32.OpenFileDialog(); Nullable<bool>...
View ArticleCommented 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: [Window Store Apps] Construct MediaFoundationReader from...
In WinRT, files are better identified by a StorageFile object rather than a path string. This is due to the reasons that 1. non-conventional file systems (such as cloud drives) are supported and 2....
View Article