mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-10-27 02:50:39 -04:00 
			
		
		
		
	Removed the "delay" additions to "stime"; kept "delay" for potential
future use. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@125 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									96821117a3
								
							
						
					
					
						commit
						7360bd291d
					
				| @ -338,7 +338,7 @@ int playback_callback(alsa_driver_t *alsa_driver_playback) { | ||||
| 	gettimeofday(&tv, NULL); | ||||
| 	stime = (double) tv.tv_sec + ((double)tv.tv_usec / 1000000.0) + | ||||
| 		*(this->ndsec) * 0.1; | ||||
| 	stime = stime + ((double)delay / (double)(this->output_sample_rate)); | ||||
| 	//	stime = stime + ((double)delay / (double)(this->output_sample_rate));
 | ||||
| 	*(this->Tsec) = stime; | ||||
| 	//printf("PLAY:TIME, %lf, %ld, %ld, %d\n", stime, delay, this->output_sample_rate, *this->ndsec);
 | ||||
| 	if(!(this->tx_starting) && (*(this->tx_ok)) ) { | ||||
| @ -409,7 +409,7 @@ int capture_callback(alsa_driver_t *alsa_driver_capture) { | ||||
| 	gettimeofday(&tv, NULL); | ||||
| 	stime = (double) tv.tv_sec + ((double)tv.tv_usec / 1000000.0) + | ||||
| 		*(this->ndsec) * 0.1; | ||||
| 	stime = stime - ((double)delay / (double)(this->output_sample_rate)); | ||||
| 	//	stime = stime - ((double)delay / (double)(this->output_sample_rate));
 | ||||
| 	*(this->Tsec) = stime; | ||||
| 	ib=*(this->ibuf); | ||||
| 	this->tbuf[ib] = stime; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user