-
Hi!
I´m trying to write a program that captures a USB microphone and fills a byte array defined in the code. Eventually the bytes will undergo FFT analysis and other stuff. The essentials of the ca…
-
Seems like AUDCLNT_STREAMFLAGS_AUTOCONVERTPCM is being passed to `hnsPeriodicity` instead of `StreamFlags`.
Other questions:
The sample suggests `GetMixFormat` is supposed to work for clients cr…
-
IAudioClient3 supports defining the periodicity of the shared audio stream's capture, allowing capture at intervals smaller than the default 10ms
https://docs.microsoft.com/en-us/windows/win32/api/…
-
I'm trying to broadcast audio via ffmpeg and after I create a connection to a voice channel, IAudioClient is assigned null because of which I can't broadcast audio.
` public async Task J…
-
WASAPI Streams have some latency related and stream behaviour attributes to configure:
PaWasapiStreamInfo:
http://files.portaudio.com/docs/v19-doxydocs/structPaWasapiStreamInfo.html
- flags: ht…
-
Hi, first many thanks for sharing this project. it is the only one I succeed to make working., as I'm trying to build a kind of baby monitor and I get many difficulties to make inmp441 working. I'm tr…
-
在两个系统host1、host2上分别建立了用于Audio连接的server/client。
host1:用于连接的ConnectorServer:CBaseServer;
用于数据传输的AudioClient:CFdbBaseObject;(通过Invoke( )函数发送数据)
Host Server
host2:用于连接的Connec…
-
**Describe the bug**
Audio recording doesn't shutdown properly, and therefore cannot be restarted.
**To Reproduce**
Steps to reproduce the behavior:
1. Attach an audio track to an audio transcei…
-
### Check The Docs
- [X] I double checked the docs and couldn't find any useful information.
### Verify Issue Source
- [X] I verified the issue was caused by Discord.Net.
### Check your intents
-…
-
For testing purpose, I created this pice of code: you select a Wasapi device and the record it to a .wav file
[Program.cs](https://github.com/naudio/NAudio/files/1725506/Program.zip)
When trying…