EPNW / dumble

A Mumble transport client framework supporting multiple Mumble features such as fully encrypted udp transport or user management
https://pub.dev/packages/dumble
BSD 2-Clause "Simplified" License
21 stars 7 forks source link

Unhandled Exception: Invalid argument(s): Failed to load dynamic library (dlopen failed: library "libopus_x64.dll" not found) #4

Closed resilientbd closed 3 years ago

resilientbd commented 3 years ago

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?

EP-u-NW commented 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?.

resilientbd commented 3 years ago

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