Commented Unassigned: ASIO issues GetBuffer [16424]
There seem to be a problem with how NAudio get´s the buffer.My driver is not 100% foolproof though as it seems, other applications have problems as well at time.However, one problem always seems to be...
View ArticleCommented Unassigned: ASIO issues GetBuffer [16424]
There seem to be a problem with how NAudio get´s the buffer.My driver is not 100% foolproof though as it seems, other applications have problems as well at time.However, one problem always seems to be...
View ArticleCommented Unassigned: ASIO issues GetBuffer [16424]
There seem to be a problem with how NAudio get´s the buffer.My driver is not 100% foolproof though as it seems, other applications have problems as well at time.However, one problem always seems to be...
View ArticleCreated Unassigned: raw file play very fast using NAudio Library [16425]
i m successfully write raw data to serial port with NAudio Library here is my code, Dim rawStream = File.OpenRead("c:\myfile.raw") Dim waveFormat = New NAudio.Wave.WaveFormat(8000, 16, 1) Dim rawSource...
View ArticleCommented Unassigned: raw file play very fast using NAudio Library [16425]
i m successfully write raw data to serial port with NAudio Library here is my code, Dim rawStream = File.OpenRead("c:\myfile.raw") Dim waveFormat = New NAudio.Wave.WaveFormat(8000, 16, 1) Dim rawSource...
View ArticleCommented Unassigned: raw file play very fast using NAudio Library [16425]
i m successfully write raw data to serial port with NAudio Library here is my code, Dim rawStream = File.OpenRead("c:\myfile.raw") Dim waveFormat = New NAudio.Wave.WaveFormat(8000, 16, 1) Dim rawSource...
View ArticleCommented Unassigned: raw file play very fast using NAudio Library [16425]
i m successfully write raw data to serial port with NAudio Library here is my code, Dim rawStream = File.OpenRead("c:\myfile.raw") Dim waveFormat = New NAudio.Wave.WaveFormat(8000, 16, 1) Dim rawSource...
View ArticleCommented Unassigned: ASIO issues GetBuffer [16424]
There seem to be a problem with how NAudio get´s the buffer.My driver is not 100% foolproof though as it seems, other applications have problems as well at time.However, one problem always seems to be...
View ArticleClosed Unassigned: raw file play very fast using NAudio Library [16425]
i m successfully write raw data to serial port with NAudio Library here is my code, Dim rawStream = File.OpenRead("c:\myfile.raw") Dim waveFormat = New NAudio.Wave.WaveFormat(8000, 16, 1) Dim rawSource...
View ArticleCreated Unassigned: WaveFileReader & MediaFoundationReader Error [16426]
Hey,I'm trying to read the length of WAV and AAC/M4A-Files, but it always throws an Exception "Unsupported File".I tried it with different codes, but it always throws the same Exception.1st try:```...
View ArticleCreated Unassigned: sound buffer size [16427]
can I increase my sound buffer size?right now I am getting 17640 bytes coming in at a time.theni do this code: int bytesRecorded = e.BytesRecorded; buffer1 = new double[(8192)];// WriteToFile(buffer,...
View ArticleCreated Unassigned: BPM detection [16428]
It could be good fiture to add beat-per-minute detection int library.Probably, it's already done, but I cany find?
View ArticleCommented Unassigned: BPM detection [16428]
It could be good fiture to add beat-per-minute detection int library.Probably, it's already done, but I cany find?Comments: Unfortunately, NAudio does not contain a BPM detection algorithm. If a good...
View ArticleCommented Unassigned: WaveFileReader & MediaFoundationReader Error [16426]
Hey,I'm trying to read the length of WAV and AAC/M4A-Files, but it always throws an Exception "Unsupported File".I tried it with different codes, but it always throws the same Exception.1st try:```...
View ArticleCreated Unassigned: PlaybackStopped event is not fired in Windows Embedded...
Using NAudio 1.6.0.0When the code below is running in a console application under Windows Embedded Standard 8, it doesn't raise the "PlaybackStopped" event.The exact same application works fine under...
View ArticleCommented Unassigned: PlaybackStopped event is not fired in Windows Embedded...
Using NAudio 1.6.0.0When the code below is running in a console application under Windows Embedded Standard 8, it doesn't raise the "PlaybackStopped" event.The exact same application works fine under...
View ArticleCommented Unassigned: PlaybackStopped event is not fired in Windows Embedded...
Using NAudio 1.6.0.0When the code below is running in a console application under Windows Embedded Standard 8, it doesn't raise the "PlaybackStopped" event.The exact same application works fine under...
View ArticleCommented Unassigned: PlaybackStopped event is not fired in Windows Embedded...
Using NAudio 1.6.0.0When the code below is running in a console application under Windows Embedded Standard 8, it doesn't raise the "PlaybackStopped" event.The exact same application works fine under...
View ArticleCommented Unassigned: PlaybackStopped event is not fired in Windows Embedded...
Using NAudio 1.6.0.0When the code below is running in a console application under Windows Embedded Standard 8, it doesn't raise the "PlaybackStopped" event.The exact same application works fine under...
View ArticleCommented Issue: NAudio.MmException: UnspecifiedError calling waveOutOpen...
Hello,I am new to using NaudioI am using Naudio in a very simple windows service which keeps playing selected songs. I have around 5 one second clips in my selection. The service seems to run without...
View Article