SineѶeҀҬOӶ⒉⓸⎤ᚙ▟ ▞╸
Loading shared library on Android Maui fails
So I've been following this https://learn.microsoft.com/en-us/xamarin/cross-platform/cpp/ and have got the project setup and available here https://github.com/SineVector241/OpusSharp
I then packed it into a nuget library and just added it into the maui application, However when I try to run it, it fails due to
[monodroid-assembly] Shared library 'libopus-share.so' not loaded, p/invoke 'opus_encoder_create' may fail
.
Could anyone point me in the right direction on how to fix this?2 replies
❔ NAudio clicking sounds when playing from received packet.
Anyone have any experience with NAudio and sending the audio data over the network and playing it back. Currently I have audio being sent from the client when the microphone has data available and being played correctly through a custom server with 16kb audio at 50ms buffer. However when I play the audio I get these clicking sounds which I believe are either the waveforms not matching or when the audio stops. I have tried using a codec using G772 and ULaw but to no avail could not get it to work. What fixes are there to resolve this isssue?
4 replies