mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-10-27 02:50:39 -04:00 
			
		
		
		
	Reduce Tx audio buffer size improve Pwr control granularity
This commit is contained in:
		
							parent
							
								
									11abe7c60f
								
							
						
					
					
						commit
						7eb229ecde
					
				| @ -210,7 +210,7 @@ namespace | ||||
|   auto quint32_max = std::numeric_limits<quint32>::max (); | ||||
|   constexpr int N_WIDGETS {34}; | ||||
|   constexpr int rx_chunk_size {3456}; // audio samples at 12000 Hz
 | ||||
|   constexpr int tx_audio_buffer_size {48000}; // audio samples at 48000 Hz
 | ||||
|   constexpr int tx_audio_buffer_size {48000 / 5}; // audio frames at 48000 Hz
 | ||||
| 
 | ||||
|   bool message_is_73 (int type, QStringList const& msg_parts) | ||||
|   { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user