naudio
NAudio frequency band intensity
I have an audio player using NAudio and I would like to display a real time intensity for each frequency band.[详细]
2023-04-12 04:24 分类:问答Howplay mp4 songs using NAudio
Can we play mp4 songs using NAudio? Please provide some code to开发者_运维问答 play mp4 songs I need a c# code that will help me play mp4 songsYou can play .mp4 files using NAudio, there is a demo in[详细]
2023-04-10 05:55 分类:问答What will be the default speed to play the mp3 file through NAudio
What will be the default Speed set to play the MP3 files through NAudio waveout. Is there any way to set the speed 开发者_JAVA技巧according to the User setting in NAudio waveout.[详细]
2023-04-09 21:21 分类:问答Wrong decibel result on fft data
If i remember the decibel range is bit depth * 6. I play wav file that his bit depth = 16 (using NAudio lib) and I get the fft result then i\'m calc the deci开发者_如何学运维bels for each fft result.[详细]
2023-04-09 18:23 分类:问答naudio streaming position
I\'m playing mp3 file from Internet using BufferedWaveProvider in NAudio library. How can I get information about the current positi开发者_Go百科on and the length of the track? Is it possible?You can[详细]
2023-04-07 16:45 分类:问答Reducing channel count when recording in NAudio
I\'m recording in NAudio with a PS3Eye camera, using CLEye drivers. The camera has a 4 microphone array, a开发者_运维知识库nd presents 4 channels of audio to the system.[详细]
2023-03-31 14:54 分类:问答Getting audio buffer data
I am using naudio and I was curious how I could get the audio buffer data. Is there a way to obtain the audio buffer data f开发者_JS百科rom a Wave file read from WaveFileReader? I would like to event[详细]
2023-03-30 20:17 分类:问答how do i make my program startup before logging in?
I need to create a program that runs before a user logged in. I want to create that p开发者_如何学编程rogram in C#. Can someone give me a hint where and how to start.You have to write a Windows Servic[详细]
2023-03-29 08:56 分类:问答Recording with NAudio using C#
I am trying to record audio in C# using NAudio. After looking at the NAudio Chat Demo, I used some code from there to record.[详细]
2023-03-27 00:59 分类:问答How to decode RTP packets and save it has .wav file
I am trying to develop an applic开发者_如何学Goation in which a sip call is established and then i am capturing rtp audio packets. As they are encoded so i need to decode them and save it has .wav fil[详细]
2023-03-26 06:07 分类:问答