Ubuntu – Kazam microphone Unknown

20.04kazammicrophonescreencastvideo-recording

kazam no audio input

Have anyone faced the same error?

audio input sources

None of the sources seems to be working. I even tried disconnecting Bluetooth & restarting the "Kazam" app.

Best Answer

Just posting the fix here to avoid confusion in the thread.

FIX : Update the function "time.clock()" in pulseaudio.py file with "time.perf_counter()"

File location : /usr/lib/python3/dist-packages/kazam/pulseaudio/pulseaudio.py

'time.clock()' is deprecated from Python V3.3 and removed from Python v3.8

Documentaion: : https://docs.python.org/3.7/library/time.html#time.clock

Related Question