-
Hi.
I'm using the object MediaFoundationReader as my WaveStream. My problem is simple, but I can't figure out how to avoid that.
Basically what I'm doing is:
```
var mfrSetti…
-
Hi,
I am attempting to generate real-time audio with low latency on a Windows 10 system with python 3.7. If I try to set the `exclusive_mode` argument to `speaker.player()` to `True`, mediafoundati…
-
The methods commentary states "The method returns an SharpDX.Result" but the method actually returns void. Ideally, there would be a helper method like "TryGetOutputAvailableType" that is called "TryG…
-
With v4.1.0 the MediaAttributes.Set method causes a stack overflow when given a ComObject or a subclass of ComObject: line 280 [https://github.com/sharpdx/SharpDX/blob/bdb12ec420d2b6ff32da184453c72238…
-
I am on macOS, but ideally my app should run anywhere that has .NET Core.
I suspect `MediaFoundationReader` works on Windows only?
Is there a similar multi-purpose reader I can use that is platf…
-
Sometimes digital TV from an antenna (live or recorded) will change key properties mid stream.
Audio might switch from 5.1 to 2 channel between a show and advertising, or the video might switch from …
-
Hi!
After running `computerassistant`, I faced this error rigth here at the end of the logs:
```powershell
Requirement already satisfied: pycparser in c:\users\sans\appdata\local\programs\pyth…
-
Hi everybody,
I want change a .wav file to a .mp3 file,
but when run Encode api, I got a System.Runtime.InteropServices.COMException ( HRESULT:0xC00D4A44 )
this is my code:
` private voi…
-
### 检查项
- [X] 我已在 [Issues 页面](https://github.com/Hex-Dragon/PCL2/issues?q=is%3Aissue+) 和 [常见&难检反馈及问题列表](https://github.com/Hex-Dragon/PCL2/discussions/1930) 中搜索,确认了这一 Bug 未被提交过。
### 描述
点击播放后,pcl2会高…
-
Hello,
In the mediaFoundation for Windows sample ( C++ ), there is a performFFC() method. Is there also a way to set the FFC interval so that it does not trigger itself that often?
Thanks