Matthias Görges

Results 188 comments of Matthias Görges

@11111000000 this is on our radar, but unfortunately not simple! We had a look at libjingle and webrtc a while ago but haven't yet found a platform-independent way of implementing...

https://freedesktop.org/software/pulseaudio/webrtc-audio-processing/ might be another place to start, if you were more interested in the processing / server side of things.

Tried `./configure DemoUIForm win32;make;` on macOS, which is fine until some later problem with libjpeg ``` === using profile PART BC Children's [/Users/mg/Documents/Programming/parts/PROFILE].. === configured to build DemoUIForm version 1.1...

On Ubuntu 20.04 libfreetype is also fine, but again libjpeg fails: ``` mgorges@ECEM01:~/lambdanative$ cat /etc/issue Ubuntu 20.04.3 LTS \n \l mgorges@ECEM01:~/lambdanative$ ./configure DemoUIForm win32 make === using profile your profile...

The problem with libjpeg is in line 628 of its (very old) `configure`, where the test is `if { (eval echo configure:629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test...

It was rolled back due to #428 (the merge is in #429)?, but I had left mine on macOS to do more testing? Either works fine for this purpose -...

Is there a way to programatically detect that someone is using _Windows Subsystem for Linux_, as I didn't think a lot of people use that? If so, we could add...

https://github.com/microsoft/WSL/issues/4071#issuecomment-496737093 has an idea that checks if one is running WSL?

So I guess a case-insensitive grep for Microsoft in it could work as your WSL2 example had a lower case one while the one I referred to had an uppercase...

I can't test this, but could you try if adding something like the snipped below to the respective make.sh for libfreetype, libgd and libdmtx solves it for you? Also, can...