Results 502 comments of hipersayanX

@iam-TJ Maybe creating a special ItemDelegate with a vumeter on bottom and then replace the ItemDelegate for audio devices with that? ![Audio Input Output item](https://user-images.githubusercontent.com/1249885/171936932-353f2c6f-c180-4e03-862b-81ffbba04cbf.png) Anyway, audio inputs/outputs need some...

Depends from where you want to take the audio samples. If you want to take the input from mics you must the the samples from audioIn, if you want to...

>Would it be worth upgrading to Qt6? Of course. >What work would need to be done and what help is needed? Its simply taking the code and upgrading it to...

>I imagine initially this could exist as a branch, targeting what is supported, until Debian is ready? No way, I won't maintain two versions, I'll do a straight port and...

@iam-TJ [I did the port already](https://github.com/webcamoid/webcamoid/commits/Qt6) but there were a lot more problems than just Debian not having it in the repositories, it's all explained [here](https://github.com/webcamoid/webcamoid/commits/Qt6).

I don't have a Kinect to do any test, I need more info about supported formats and so on. ``` v4l2-ctl -d /dev/videoX --list-formats-ext v4l2-ctl -d /dev/videoX --all v4l2-compliance -d...

This issue could be related to #510.

>which should be used, ideally? FFmpeg/libav for recording, VLC for playback. >Or should it be linked to both? Ideally it must be linked to both, and let user choose which...

You deleted your message, but I will answer anyway. Just compile with support for both, GStreamer and FFmpeg, they are not mutually exclusive. Also, all dependencies except for Qt are...