Martin Evans
Martin Evans
This was something we considered during the initial development, but decided against mostly due to the extra complexity involved. I'm also not familiar enough with the higher level functionality to...
> anyone else is welcome to add recommendations In that case, allow me to engage in some [blatant self promotion](https://placeholder-software.co.uk/dissonance/) 😉
Perhaps an option could be to add the appropriate build switches into nativeMethods.cs so that it switches to using the correct method for a platform and if no natively supported...
> no default value specified for the TransmissionCodec in the BasicMumbleProtocol class. That's a good point, the codec should probably be nullable: `public SpeechCodecs TransmissionCodec? { get; private set; }`...
There's a known issue in 9.0.3 (which I already have a prototype fix for) which sounds similar to this. Could you try this to see if you are affected by...
Thanks for checking that. In the same file as before find `CoResumePlayback` and replace the entire method with this: https://gist.github.com/martindevans/6fbeb64df5d4e52d04af13a99fb3237e
Excellent! Thanks for confirming that. This fix will be included in the next Dissonance update.
### Detecting network traffic delay and dynamically adjusting the buffer length The best approach to this would be to measure the standard deviation of elapsed time between packets arriving and...
That particular issue was just the motivation for a larger change in error handling, thanks for confirming that though 👍
No activity, but hopefully still relevant as a long term goal!