C
C#2y ago
nut

❔ edit - how do i map the output of EnumerateAudioEndPoints to the wave device numbers?

when i have an endpoint notification callback registered, and try to dispose any sort of waveout or wavein on the callback, the program completely hangs. ive tried to explain the issue in words but nobody has helped me so i isolated the issue into a winforms project with no other code:
5 Replies
phaseshift
phaseshift2y ago
Put it on GitHub. Nobody going to download a random .rar
nut
nut2y ago
k
nut
nut2y ago
GitHub
GitHub - manninxn/naudio_hang_issue
Contribute to manninxn/naudio_hang_issue development by creating an account on GitHub.
nut
nut2y ago
i think it was caused by the event blocking the thread the default device thing happens on idk but ive got another issue so lemme update the post (naudio)
Accord
Accord2y ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ Winforms Property from BaseClass Form not getting transferred to derived FormHi. Don't know if you guys can help an amateur. I know most of you guys don't like winforms, but... ❔ Repeating parameters vs variadic functionsDoes anybody know why the `params` keyword is not used more commonly? This example if from the `Immu❔ does an interface go inside a generic parent class?```csharp using Godot; using System; public class StateTemplate : Node { public enum State { ❔ Copying video on Delegates, why doesn't my version work?Why does my code not work, but the code in the video i'm following does. <:OhNo:632294461048881222>❔ how can WPF change the hover mouseover color of something like Winforms can?I'm getting increasingly frustrated at how many features WPF is just lacking compared to winforms, a✅ Need some help with classesdisplayTeam and displapPlayer methods not working correctly❔ Is there any way to use a proxy with TestServer?Looking at the integration/functional tests in the eShopOnContainers sample application https://gith❔ how can I add a custom analyzer to omnisharp(vscdoe's css extention)?I was having problems with auto complete while using unity, I tracked the problem down to this issue✅ I want to get duplicate items in my List (EF Core)I am trying to get a list of Cards from my database, and I am able to successfully get a List of Gui❔ AutoreseteventHello there, does the state of the Set() method of the object persists until another thread performs