Commented Unassigned: Incorrect Time Reported On AudioFileReader.CurrentTime...
I have been using the AudioFileReader to play audio files while updating a display showing the time signature at that point in time (the app is a WPF application):positionTime.Text =...
View ArticleCommented Unassigned: Incorrect Time Reported On AudioFileReader.CurrentTime...
I have been using the AudioFileReader to play audio files while updating a display showing the time signature at that point in time (the app is a WPF application):positionTime.Text =...
View ArticleEdited Issue: Incorrect Time Reported On AudioFileReader.CurrentTime Property...
I have been using the AudioFileReader to play audio files while updating a display showing the time signature at that point in time (the app is a WPF application):positionTime.Text =...
View ArticleClosed Issue: Clearing a BufferedWaveProvider that hasn't had samples added...
Change``` public void ClearBuffer(){ this.circularBuffer.Reset();}to public void ClearBuffer(){ if (this.circularBuffer!=null) this.circularBuffer.Reset();}```
View ArticleCommented Issue: Incorrect Time Reported On AudioFileReader.CurrentTime...
I have been using the AudioFileReader to play audio files while updating a display showing the time signature at that point in time (the app is a WPF application):positionTime.Text =...
View ArticleCommented Issue: Incorrect Time Reported On AudioFileReader.CurrentTime...
I have been using the AudioFileReader to play audio files while updating a display showing the time signature at that point in time (the app is a WPF application):positionTime.Text =...
View ArticleCreated Unassigned: Microphone Data to FFT [16415]
I have a working FFT, I need to know how to get RAW data from my microphone in real time.this is the code I have so far:```private NAudio.Wave.WaveIn sourceStream = null; private...
View ArticleCreated Unassigned: High resolution timing with WaveStream.Position [16416]
I'm working on a project that will change the color of lights based on the position in a song. I decided to use WaveStream.Position to do all of the timing and triggering for these color changes. First...
View ArticleCommented Unassigned: High resolution timing with WaveStream.Position [16416]
I'm working on a project that will change the color of lights based on the position in a song. I decided to use WaveStream.Position to do all of the timing and triggering for these color changes. First...
View ArticleCreated Unassigned: Time Signature Problems [16417]
Hi.I'm creating MIDI files in my program and the time signature is just completely wrong. I do this:Tracks.AddEvent(new TimeSignatureEvent((long)AbsoluteTime, TimeSigNum, TimeSigDen, 24, 8), 0);where...
View ArticleEdited Unassigned: Time Signature Problems [16417]
Hi.I'm creating MIDI files in my program and the time signature is just completely wrong. I do this:Tracks.AddEvent(new TimeSignatureEvent((long)AbsoluteTime, TimeSigNum, TimeSigDen, 24, 8), 0);where...
View ArticleEdited Unassigned: Time Signature Problems [16417]
Hi.I'm creating MIDI files in my program and the time signature is just completely wrong. I do this:Tracks.AddEvent(new TimeSignatureEvent((long)AbsoluteTime, TimeSigNum, TimeSigDen, 24, 8), 0);where...
View ArticleEdited Unassigned: Time Signature Problems [16417]
Hi.I'm creating MIDI files in my program and the time signature is just completely wrong. I do this:Tracks.AddEvent(new TimeSignatureEvent((long)AbsoluteTime, TimeSigNum, TimeSigDen, 24, 8), 0);where...
View ArticleCommented Unassigned: Microphone Data to FFT [16415]
I have a working FFT, I need to know how to get RAW data from my microphone in real time.this is the code I have so far:```private NAudio.Wave.WaveIn sourceStream = null; private...
View ArticleCommented Unassigned: Time Signature Problems [16417]
Hi.I'm creating MIDI files in my program and the time signature is just completely wrong. I do this:Tracks.AddEvent(new TimeSignatureEvent((long)AbsoluteTime, TimeSigNum, TimeSigDen, 24, 8), 0);where...
View ArticleCommented Unassigned: Time Signature Problems [16417]
Hi.I'm creating MIDI files in my program and the time signature is just completely wrong. I do this:Tracks.AddEvent(new TimeSignatureEvent((long)AbsoluteTime, TimeSigNum, TimeSigDen, 24, 8), 0);where...
View ArticleCreated Unassigned: ogg support in NAudio 1.7 [16418]
Hi Mark, what type of deocder are needed to read ogg format using NAudio MFT Reader?Will Vorbis decoder works ? I have tried by installing vorbis ogg decoder which is of 64 bit on windows server...
View ArticleEdited Unassigned: ogg support in NAudio 1.7 [16418]
Hi Mark, what type of decoders are needed to read ogg format using NAudio MFT Reader?Will Vorbis decoder works ? I have tried by installing vorbis ogg decoder which is of 64 bit on windows server...
View ArticleCommented Unassigned: ogg support in NAudio 1.7 [16418]
Hi Mark, what type of decoders are needed to read ogg format using NAudio MFT Reader?Will Vorbis decoder works ? I have tried by installing vorbis ogg decoder which is of 64 bit on windows server...
View ArticleCreated Unassigned: Aiff to mp3 using NAudio MFT Reader [16419]
Hi Mark, what type of decoders are needed to read AIFF format using NAudio MFT Reader? Presently I am working on windows server 2012(64 bit).
View Article