Closed resilientbd closed 3 years ago
The audio examples won't run out of the box, you need to provide the opus audio codec in compiled form (in Windows as .dll, Linux as .so). See the opus_dart project, especially the section What is lib?
.
Thank you very much for your reply. I am closing this issue and trying to configure it with open_opus. Actually, I was trying to find the full sample implementation of the mumble flutter client like the windows client. But your resource is very helpful for me. thanks
I am facing load dynamic library when I try to run the audio example. but connect example working fine. Is there any solution for this?