mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-31 04:50:29 -04:00 
			
		
		
		
	
		
			
	
	
		
			48 lines
		
	
	
		
			944 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
		
		
			
		
	
	
			48 lines
		
	
	
		
			944 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
|  | WFMModSettings:
 | ||
|  |   description: WFMMod
 | ||
|  |   properties:
 | ||
|  |     inputFrequencyOffset:
 | ||
|  |       type: integer
 | ||
|  |       format: int64
 | ||
|  |     rfBandwidth:
 | ||
|  |       type: number
 | ||
|  |       format: float
 | ||
|  |     afBandwidth:
 | ||
|  |       type: number
 | ||
|  |       format: float
 | ||
|  |     fmDeviation:
 | ||
|  |       type: number
 | ||
|  |       format: float
 | ||
|  |     toneFrequency:
 | ||
|  |       type: number
 | ||
|  |       format: float
 | ||
|  |     volumeFactor:
 | ||
|  |       type: number
 | ||
|  |       format: float
 | ||
|  |     channelMute:
 | ||
|  |       type: integer
 | ||
|  |     playLoop:
 | ||
|  |       type: integer
 | ||
|  |     rgbColor:
 | ||
|  |       type: integer
 | ||
|  |     title:
 | ||
|  |       type: string
 | ||
|  |     audioDeviceName:
 | ||
|  |       type: string
 | ||
|  |     modAFInput:
 | ||
|  |       type: integer
 | ||
|  |     cwKeyer:
 | ||
|  |       $ref: "/doc/swagger/include/CWKeyer.yaml#/CWKeyerSettings"
 | ||
|  | 
 | ||
|  | WFMModReport:
 | ||
|  |   description: WFMMod
 | ||
|  |   properties:
 | ||
|  |     channelPowerDB:
 | ||
|  |       description: power transmitted in channel (dB)
 | ||
|  |       type: number
 | ||
|  |       format: float
 | ||
|  |     audioSampleRate:
 | ||
|  |       type: integer
 | ||
|  |     channelSampleRate:
 | ||
|  |       type: integer
 | ||
|  |        
 |