mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	Changed specification for silence_size
This commit is contained in:
		
							parent
							
								
									0acc42d0d7
								
							
						
					
					
						commit
						1c9c7754eb
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -5390,9 +5390,9 @@ int snd_pcm_sw_params_get_silence_threshold(const snd_pcm_sw_params_t *params, s
 | 
				
			||||||
 * #snd_pcm_sw_params_set_silence_threshold)
 | 
					 * #snd_pcm_sw_params_set_silence_threshold)
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * The special case is when silence size value is equal or greater than
 | 
					 * The special case is when silence size value is equal or greater than
 | 
				
			||||||
 * boundary. The whole ring buffer is filled with silence at start.
 | 
					 * boundary. The unused portion of the ring buffer (initial written samples
 | 
				
			||||||
 * Later, only just processed area is filled with silence.
 | 
					 * are untouched) is filled with silence at start. Later, only just processed
 | 
				
			||||||
 * Note: silence_threshold must be set to zero.
 | 
					 * sample area is filled with silence. Note: silence_threshold must be set to zero.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#ifndef DOXYGEN
 | 
					#ifndef DOXYGEN
 | 
				
			||||||
int snd_pcm_sw_params_set_silence_size(snd_pcm_t *pcm ATTRIBUTE_UNUSED, snd_pcm_sw_params_t *params, snd_pcm_uframes_t val)
 | 
					int snd_pcm_sw_params_set_silence_size(snd_pcm_t *pcm ATTRIBUTE_UNUSED, snd_pcm_sw_params_t *params, snd_pcm_uframes_t val)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue