Revert
This commit is contained in:
		
							parent
							
								
									ce620d3eb2
								
							
						
					
					
						commit
						baca029fcc
					
				| @ -42,43 +42,43 @@ | ||||
|       ] | ||||
|     )}"; | ||||
| 
 | ||||
|     # Disable JACK self connect | ||||
|     services.pipewire.extraConfig.jack."60-disable-self-connect" = { | ||||
|       "jack.properties" = { | ||||
|         "jack.self-connect-mode" = "ignore-all"; | ||||
|       }; | ||||
|     }; | ||||
|     # # Disable JACK self connect | ||||
|     # services.pipewire.extraConfig.jack."60-disable-self-connect" = { | ||||
|     #   "jack.properties" = { | ||||
|     #     "jack.self-connect-mode" = "ignore-all"; | ||||
|     #   }; | ||||
|     # }; | ||||
| 
 | ||||
|     # Pipewire roc source | ||||
|     services.pipewire.extraConfig.pipewire."60-roc-source" = { | ||||
|       "context.modules" = [ | ||||
|         { | ||||
|           "name" = "libpipewire-module-roc-source"; | ||||
|           "args" = { | ||||
|             "fec.code" = "rs8m"; | ||||
|             "local.ip" = "0.0.0.0"; | ||||
|             "resampler.profile" = "medium"; | ||||
|             "local.source.port" = 10001; | ||||
|             "local.repair.port" = 10002; | ||||
|             "source.name" = "Roc Source"; | ||||
|             "source.props.node.name" = "roc-source"; | ||||
|           }; | ||||
|         } | ||||
|       ]; | ||||
|     }; | ||||
|     # # Pipewire roc source | ||||
|     # services.pipewire.extraConfig.pipewire."60-roc-source" = { | ||||
|     #   "context.modules" = [ | ||||
|     #     { | ||||
|     #       "name" = "libpipewire-module-roc-source"; | ||||
|     #       "args" = { | ||||
|     #         "fec.code" = "rs8m"; | ||||
|     #         "local.ip" = "0.0.0.0"; | ||||
|     #         "resampler.profile" = "medium"; | ||||
|     #         "local.source.port" = 10001; | ||||
|     #         "local.repair.port" = 10002; | ||||
|     #         "source.name" = "Roc Source"; | ||||
|     #         "source.props.node.name" = "roc-source"; | ||||
|     #       }; | ||||
|     #     } | ||||
|     #   ]; | ||||
|     # }; | ||||
| 
 | ||||
|     # Set firewall ports | ||||
|     networking.firewall = { | ||||
|       enable = true; | ||||
|       allowedTCPPorts = [ | ||||
|         10001 | ||||
|         10002 | ||||
|       ]; | ||||
|       allowedUDPPorts = [ | ||||
|         10001 | ||||
|         10002 | ||||
|       ]; | ||||
|     }; | ||||
|     # # Set firewall ports | ||||
|     # networking.firewall = { | ||||
|     #   enable = true; | ||||
|     #   allowedTCPPorts = [ | ||||
|     #     10001 | ||||
|     #     10002 | ||||
|     #   ]; | ||||
|     #   allowedUDPPorts = [ | ||||
|     #     10001 | ||||
|     #     10002 | ||||
|     #   ]; | ||||
|     # }; | ||||
| 
 | ||||
|     # User for audio mixing | ||||
|     users.users.mixer = { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jan-Bulthuis
						Jan-Bulthuis