You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am working on a real-time voice chat application and would like to integrate DeepFilterNet for noise suppression. I'm primarily using C# for my project and was wondering if there is a way to use DeepFilterNet through a DLL.
Specifically, I'm looking for:
A way to call DeepFilterNet's filtering function from C#.
The function should accept audio data (like a float array) and return a filtered float array.
Is there any documentation or guidance on how to achieve this? If it's not currently supported, could you provide any suggestions or potential workarounds?
Thank you for your time and support!
The text was updated successfully, but these errors were encountered:
Hello,
I am working on a real-time voice chat application and would like to integrate DeepFilterNet for noise suppression. I'm primarily using C# for my project and was wondering if there is a way to use DeepFilterNet through a DLL.
Specifically, I'm looking for:
A way to call DeepFilterNet's filtering function from C#.
The function should accept audio data (like a float array) and return a filtered float array.
Is there any documentation or guidance on how to achieve this? If it's not currently supported, could you provide any suggestions or potential workarounds?
Thank you for your time and support!
The text was updated successfully, but these errors were encountered: