Maksim Lin
Maksim Lin
Just wanted to confirm that moving to upstream version of pipewire on my Ubuntu 21.10 install per the [earlier comment](https://github.com/SeaDve/Kooha/issues/120#issuecomment-948085087) worked for me to.
a simple workaround for now could be to just show your webcam output in a window on the same desktop that you are recoding via Kooha. eg. with `mpv` you...
Tying this to the [windows support issue](https://github.com/ryanheise/just_audio/issues/103#issuecomment-800961589) is where the dart_vlc plugin from @alexmercerind has been discussed to support windows and it now has suport for linux too.
@GZGavinZhao no need to think about it, I've got a [package already with simple playback working](https://pub.dev/packages/dart_alsa), PR contributions most welcome. Sorry @ryanheise I forgot to report back here when I...
My requirements for are for realtime audio synthesis, sample-playback and filter application (delay, reveb, etc) which I think are very different from just_audio's focus on media file/stream playback, compressed format...
@ryanheise yes that naming sounds good, let a thousand flowers (platform implementations) bloom! 🙂 👍🏻
@GZGavinZhao great work getting miniaudio working, do you have a repo with that FFI binding? I started doing a package for FFI binding but didn't get very far before switching...
@alexmercerind > Its not about sending messages to C/C++ from Dart, Thats correct, because we are talking about FFI not platform channels, so we are not sending any messages, instead...
@GZGavinZhao a vaguely remember that audio session type functionality is available via DBus on Ubuntu and many other distros and there is already a DBus package available written by one...
That looks very interesting, looking forward to trying it out on Linux. Looks like the approach libwinmedia takes (at least on Linux) is to wrap the gtk webview to provide...