Commented 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 ArticleNew Post: Forward 1 input (waveIN) to 2 outputs (waveout)
I am trying to get one input to forward out of 2 outputs as real time as i can get it. I have it working fine with one in and one out but then i create a 2nd wavein and waveout and i get a buffer full...
View ArticleNew Post: Mp3FileReader does not support sample rate changes.
FYI, I was having the same issue with Mp3FileReader ("Mp3FileReader does not support sample rate changes") on some of my mp3 files, switched over to using MediaFoundationReader as Mark suggested,...
View ArticleNew Post: cant click on my stop button
Dear Sir, I also in need to get FFT work, and looks for complex for me . Can you please post your project, please. Thanks for your support. Waleed
View ArticleNew Post: Mp3FileReader does not support sample rate changes.
yes, MediaFoundationReader is a good solution if you can use it. I have tried so many times to fix this issue, and thought I had finally done so in NAudio 1.7 but obviously not. Basically, NAudio is...
View ArticleNew Post: 17640 buffer size
No, I mean the one in the NAudio demo code:https://naudio.codeplex.com/SourceControl/latest#NAudioWpfDemo/AudioPlaybackDemo/SampleAggregator.cs
View ArticleNew Post: Error - WaveBadFormat calling waveOutOpen in RDP session
I'm getting an WaveBadFormat calling waveOutOpen error when trying to playback a wav file in a remote desktop session. Both my code and the nAudio example code produces the same error. The wav file...
View ArticleNew Post: Error - WaveBadFormat calling waveOutOpen in RDP session
The emulated soundcard in RDP is very fussy about what formats it supports. Try playing stereo, and try playing 44.1kHz. Once you've found out what works, you can convert your audio from mono to...
View ArticleNew Post: Setting waveViewer1 to a array of float values
Dear btb4198 I am now trying to detect dtmf tone from wav file. I need to get the frequency. of a small wave file. just to get the 2 main peaks frequencies. does your dsp class convert wav file, or mp3...
View ArticleNew Post: Error - WaveBadFormat calling waveOutOpen in RDP session
Thanks Mark for coming back so quickly. Ive tried several different samples but still get the same error. I have tried to play the files via windows media and the playback works fine on the remote...
View ArticleNew Post: cant click on my stop button
if you can't click your stop button you probably have a performance issue. You should not try to plot every single sample you receive. There are 44100 of them each second. You'd need at least 22...
View ArticleNew Post: Error - WaveBadFormat calling waveOutOpen in RDP session
Afraid not, but you can quite easily test by using a RawSourceWaveStream with an empty MemoryStream and a WaveFormat of your choosing to see what WaveFormat values your RDP session will allow....
View ArticleNew Post: cant click on my stop button
thanks Markheath... so I ended up using a timer to and set it to 100 ms for display only.. and now i can click on the stop button
View ArticleNew Post: Forward 1 input (waveIN) to 2 outputs (waveout)
You need to have one instance of WaveIn, and two BufferedWaveProviders. Start two instances of WaveOut playing from each of the BufferedWaveProviders respectively. When you get a data available event,...
View ArticleNew Post: Naudio For window 8
so, just use the regular NAudio library. The other one is just for Windows Store applications and is much more limited in what it can do.
View ArticleNew Post: playing MP3 and sending PCM bytes over serial port
Yes, MP3FileReader emits PCM from its Read method The chunk size will depend entirely on what the device on the other end of your serial port is expecting. To convert stereo to mono, you can discard a...
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 ArticleCommented 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). Comments: Use AiffFileReader instead
View ArticleCreated Unassigned: ogg to mp3 using NAudio MFT [16420]
Hi Mark, I am having a problem while converting ogg file to mp3 format. Reading ogg file is done successfully but while encoding it is throwing exception like,"Exception from HRESULT:...
View ArticleCommented Unassigned: ogg to mp3 using NAudio MFT [16420]
Hi Mark, I am having a problem while converting ogg file to mp3 format. Reading ogg file is done successfully but while encoding it is throwing exception like,"Exception from HRESULT:...
View Article