mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-30 20:40:20 -04:00 
			
		
		
		
	
		
			
	
	
		
			62 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
		
		
			
		
	
	
			62 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
|  | UDPSinkSettings:
 | ||
|  |   description: UDPSink
 | ||
|  |   properties:
 | ||
|  |     sampleFormat:
 | ||
|  |       type: integer
 | ||
|  |     inputSampleRate:
 | ||
|  |       type: number
 | ||
|  |       format: float
 | ||
|  |     inputFrequencyOffset:
 | ||
|  |       type: integer
 | ||
|  |       format: int64
 | ||
|  |     rfBandwidth:
 | ||
|  |       type: number
 | ||
|  |       format: float
 | ||
|  |     lowCutoff:
 | ||
|  |       type: number
 | ||
|  |       format: float
 | ||
|  |     fmDeviation:
 | ||
|  |       type: integer
 | ||
|  |     amModFactor:
 | ||
|  |       type: number
 | ||
|  |       format: float
 | ||
|  |     channelMute:
 | ||
|  |       type: integer
 | ||
|  |     gainIn:
 | ||
|  |       type: number
 | ||
|  |       format: float
 | ||
|  |     gainOut:
 | ||
|  |       type: number
 | ||
|  |       format: float
 | ||
|  |     squelch:
 | ||
|  |       type: number
 | ||
|  |       format: float
 | ||
|  |     squelchGate:
 | ||
|  |       type: number
 | ||
|  |       format: float
 | ||
|  |     squelchEnabled:
 | ||
|  |       type: integer      
 | ||
|  |     autoRWBalance:
 | ||
|  |       type: integer            
 | ||
|  |     stereoInput:
 | ||
|  |       type: integer            
 | ||
|  |     rgbColor:
 | ||
|  |       type: integer            
 | ||
|  |     udpAddress:
 | ||
|  |       type: string
 | ||
|  |     udpPort:
 | ||
|  |       type: integer
 | ||
|  |       format: uint16            
 | ||
|  |     title:
 | ||
|  |       type: string
 | ||
|  | 
 | ||
|  | UDPSinkReport:
 | ||
|  |   description: UDPSink
 | ||
|  |   properties:
 | ||
|  |     channelPowerDB:
 | ||
|  |       description: power transmitted in channel (dB)
 | ||
|  |       type: number
 | ||
|  |       format: float
 | ||
|  |     channelSampleRate:
 | ||
|  |       type: integer
 | ||
|  |  
 |