naudio
Getting an error when exiting program after loading .wav using NAudio
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[详细]
2023-03-13 17:07 分类:问答NAudio network streaming
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.[详细]
2023-03-12 07:17 分类:问答When playing 3 MP3 sound files in synchronously I receive a strange exception
I would like to do this: Sistema.Util.MP3Player(@\"sound1.mp3\"); Sistema.Util.MP3Player(@\"sound2.mp3\");[详细]
2023-03-10 02:05 分类:问答Sound quality issues when using NAudio to play several wav files at once
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.[详细]
2023-03-10 00:11 分类:问答Need to play mp3 and .wav files in c# without using com dll's
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[详细]
2023-03-09 17:56 分类:问答NAudio to split mp3 file
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[详细]
2023-03-08 03:59 分类:问答NAudio - control which ACM codec used
I\'m using NAudio to convert mp3 to WAV, using the WaveFormatConversionStream.CreatePcmStream() method.[详细]
2023-03-07 17:47 分类:问答How to play sound in many devices at the same time
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.[详细]
2023-03-06 14:28 分类:问答NAudio pitch shifting
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[详细]
2023-03-02 12:48 分类:问答Record input from NAudio WaveIn, and output to NAudio WaveOut
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.[详细]
2023-02-25 05:06 分类:问答