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 ArticleNew Post: Click Sound During Sine Wave Sounds
Thanks for pointing our my error. I didn't fully understand the code previously. Here's my fix if anyone is interested: int phaseAngle = 0; int zeroes = 0; public override int Read(float[] buffer, int...
View ArticleNew Post: Calculate silance bit of a mp3 file.
Hi mark, I want to calculate cuein(I also trying to get the start position to remove silence at the beginning of the mp3 file) and cueout(I also trying to get the end position to remove silence at the...
View ArticleNew Post: Collecting multiple chunks of audio from recorded microphone
Hello, I'm build an application that must split recorded sound from microphone into separate files to send via POST, this way i can send files on fly and dont have wait for the final output file. How...
View ArticleSource code checked in, #c0f7924cc053
experimental fixes to the WASAPI out support for Windows Store apps to make it more robust to threading issues
View ArticleNew Post: how to convert midi to mp3
Does anyone know if it is possible to convert midi to mp3 using Naudio?
View ArticleNew Post: Adding Horizontal Scroll to WaveViewer
Hi guys, I managed to get my simple application up by following some online tutorialshttp://www.youtube.com/watch?v=BP2MhB2KQe0 Basically what I'm trying to do is to output the waveforms by loading an...
View ArticleNew Post: NAudio sampleChannel issue - getting 2 streams of MaxSampleValues...
I have pretty much the same problem. It seems that AudioFileReader always turned mono into stereo... In my case :AudioFileReader newAudio = new AudioFileReader(path); byte[] data = new byte[100]; int...
View ArticleNew Post: WaveProvider to Stream
Hi, I'm a little bit lost, I'd like to pipe a BufferedWaveProvider to a Stream. I need to pipe a given Microphone to a SpeechRecognitionEngine WaveIn recorder = new WaveIn(); recorder.DataAvailable +=...
View ArticleNew Post: Get a Stream from WaveIn
Hi, Got excatly the same question, did you find an answer ? I know work around to fill SetInputToWaveStream() but it would be so much easier to pipe an NAudio WaveIn to a Stream this would allow any...
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 ArticleSource code checked in, #81fac426771a
fixing a potential exception in DirectSoundOut when playback ends
View ArticleSource code checked in, #3e42cd4865dd
abandoning attempts to use MediaElement as output device in WinRT for now
View ArticleNew Post: playing wav using byte
Hi, can I know how to play a wav file by byte using Naudio?
View ArticleNew Post: playing wav using byte
Sorry I should be more specify. I have read a wav file in a byte array. How I play specific part of the wav by selecting few byte from that byte array? Hope you understand my question
View ArticleSource code checked in, #887c7d24afff
removing mediafoundationencoder and mediafoundationresampler from the Windows Store DLL since calls to MFTranscodeGetAudioOutputAvailableTypes and MFTEnumEx are not allowed. Using the fully managed...
View Article