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
linux:notes:misc [2026/05/02 23:59] – [Set Default Rate] Sean Rhonelinux:notes:misc [2026/05/03 00:21] (current) – [Set Default Rate] 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 ]+
 } }
  
/srv/www/wiki/data/pages/linux/notes/misc.txt · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki