Difference between revisions of "Kazam: audio di Ubuntu 20.04"

From OnnoWiki
Jump to navigation Jump to search
(Created page with "Sumber: https://askubuntu.com/questions/1234314/screen-recording-applications-are-not-detecting-audio-in-ubuntu-20-04?fbclid=IwAR2RQQCCskrxoR01LhSTc6RElujBcPIAi_ZvP5O8EQarJmve...")
 
 
Line 1: Line 1:
 
Sumber: https://askubuntu.com/questions/1234314/screen-recording-applications-are-not-detecting-audio-in-ubuntu-20-04?fbclid=IwAR2RQQCCskrxoR01LhSTc6RElujBcPIAi_ZvP5O8EQarJmveGKK0Ba7uaHY
 
Sumber: https://askubuntu.com/questions/1234314/screen-recording-applications-are-not-detecting-audio-in-ubuntu-20-04?fbclid=IwAR2RQQCCskrxoR01LhSTc6RElujBcPIAi_ZvP5O8EQarJmveGKK0Ba7uaHY
  
 +
Edit file
  
0
+
sudo gedit /usr/lib/python3/dist-packages/kazam/pulseaudio/pulseaudio.py
  
The issue is due the use of a deprecated python feature. This PR fixes it, so this should be OK if Kazam ever gets updated again.
+
* Delete isinya
 
+
* Ganti (copas) isinya dengan isi https://raw.githubusercontent.com/hzbd/kazam/aca8dd4e2eb9caf676682933a06bc997decd5804/kazam/pulseaudio/pulseaudio.py
Anyways, to fix your problem, as I commented here https://github.com/hzbd/kazam/issues/39#issuecomment-622652104  using that PR, you can run
 
 
 
sudo gedit /usr/lib/python3/dist-packages/kazam/pulseaudio/pulseaudio.py
 
 
 
And replace its content with this content https://raw.githubusercontent.com/hzbd/kazam/aca8dd4e2eb9caf676682933a06bc997decd5804/kazam/pulseaudio/pulseaudio.py
 
  
  

Latest revision as of 10:05, 5 May 2020