User Tools

Site Tools


linux:notes:misc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:notes:misc [2026/05/02 23:59] – [Set Default Rate] Sean Rhonelinux:notes:misc [2026/07/10 22:31] (current) – [Show CPU Frequency] Sean Rhone
Line 176: Line 176:
 ====== PipeWire ====== ====== PipeWire ======
  
-===== Set Default Rate =====+===== Set Default Rates ===== 
 + 
 +  * [[https://wiki.archlinux.org/title/PipeWire#Changing_the_allowed_sample_rate(s)|Source]] 
 + 
 +  grep -E 'Codec|Audio Output|rates' /proc/asound/card*/codec#*
  
   mkdir -p ~/'.config/pipewire/pipewire.conf.d' && nano ~/'.config/pipewire/pipewire.conf.d/99-custom.conf'   mkdir -p ~/'.config/pipewire/pipewire.conf.d' && nano ~/'.config/pipewire/pipewire.conf.d/99-custom.conf'
Line 182: Line 186:
 <code> <code>
 context.properties = { context.properties = {
-    default.clock.rate = 192000 +    default.clock.allowed-rates = [ 44100 48000 96000 192000 ]
-    default.clock.allowed-rates = [ 44100 48000 88200 96000 192000 ]+
 } }
  
Line 368: Line 371:
  
   watch --interval '0.5' grep \'cpu MHz\' '/proc/cpuinfo'   watch --interval '0.5' grep \'cpu MHz\' '/proc/cpuinfo'
 +
 +  cat '/sys/devices/system/cpu/cpu'*'/cpufreq/scaling_cur_freq'
  
 ====== OpenSSL Supported Ciphers ====== ====== OpenSSL Supported Ciphers ======
/usr/local/www/wiki/data/attic/linux/notes/misc.1777780771.txt.gz · Last modified: by Sean Rhone