Rajesh Chaudhary Asked: 2020-05-11 07:06:35 +0800 CST2020-05-11 07:06:35 +0800 CST 2020-05-11 07:06:35 +0800 CST Kazam microphone Unknown 772 Have anyone faced the same error? None of the sources seems to be working. I even tried disconnecting Bluetooth & restarting the "Kazam" app. microphone screencast video-recording kazam 20.04 3 Answers Voted Best Answer Nishanth Murugan 2020-06-03T06:10:00+08:002020-06-03T06:10:00+08:00 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 Vzbux 2020-05-13T01:12:05+08:002020-05-13T01:12:05+08:00 If you've just upgraded to ubuntu 20.04, see solution at #8, #12 of https://bugs.launchpad.net/kazam/+bug/1875530 Ujjawal Mandhani 2021-09-13T22:28:40+08:002021-09-13T22:28:40+08:00 I am using manjaro, firstly I installed it by yay -S kazam microphone is undetecting FIX : Update the function "time.clock()" in pulseaudio.py file with "time.perf_counter()" File_location: /usr/lib/python3.9/site-packages/kazam/pulseaudio/pulseaudio.py
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
If you've just upgraded to ubuntu 20.04, see solution at #8, #12 of https://bugs.launchpad.net/kazam/+bug/1875530
I am using manjaro, firstly I installed it by
microphone is undetecting
FIX : Update the function "time.clock()" in pulseaudio.py file with "time.perf_counter()"
File_location: /usr/lib/python3.9/site-packages/kazam/pulseaudio/pulseaudio.py