I just found NAudio the other day and I\'ve been playing with it.I have written a simple windows form program that has a load button (loads a specific .wav song), and buttons to play, pause, stop, fad
I have an app that plays some mp3 files with NAudio and I spent a few days trying to send this soun开发者_开发问答d over network to another pc, but I\'m lost about what\'s the better way to do that.
I would like to do this: Sistema.Util.MP3Player(@\"sound1.mp3\"); Sistema.Util.MP3Player(@\"sound2.mp3\");
My objective is this: to allow users of my .NET program to choose their own .wav files for sound effects. These effects may be played simultaneously. NAudio seemed like my best bet.
I need to play the开发者_运维知识库 audio files like mp3 and .wav using c#. I don\'t want to use the com dll\'s and I need some functionality like to set the current time and end time of the file to p
I am very new to audio or mp3 stu开发者_运维百科ff, was looking for a way to have a feature to split an mp3 file in C#, asp.net. After googling for a good 3-day without much of a great help, I am hopi
I\'m using NAudio to convert mp3 to WAV, using the WaveFormatConversionStream.CreatePcmStream() method.
I want to play sound in three external sound cards at the same time,I mean when I click in a button I can hear sound from three speakers which are related to my three sound cards.
I am using 开发者_JAVA技巧the NAudio DLL and I am looking for example code for pitch shifting sound.There is an example of using NAudio for pitch shifting in the open source Skype Voice Changer projec
I want to be able to get input from a microphone device via NAudio.WaveIn, and then output that exact input to an outpu开发者_如何转开发t device via NAudio.WaveOut.