it appears a one-character typo in the cmake_minimum_required line prevents it from compiling under CMake 4.0. in order to fix that, I had to take this thing out of submodules... it is recommended to do this after you pull; git submodule deinit extern/libsndfile
		
			
				
	
	
		
			35 lines
		
	
	
		
			796 B
		
	
	
	
		
			Groff
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			796 B
		
	
	
	
		
			Groff
		
	
	
	
	
	
.Dd November 2, 2014
 | 
						|
.Dt SNDFILE-INFO 1
 | 
						|
.Os
 | 
						|
.Sh NAME
 | 
						|
.Nm sndfile-info
 | 
						|
.Nd display information about sound files
 | 
						|
.Sh SYNOPSIS
 | 
						|
.Nm sndfile-info
 | 
						|
.Op Fl -broadcast
 | 
						|
.Op Fl -cart
 | 
						|
.Op Fl -channel-map
 | 
						|
.Op Fl -instrument
 | 
						|
.Ar
 | 
						|
.Sh DESCRIPTION
 | 
						|
.Nm
 | 
						|
displays basic information about sound files
 | 
						|
such as format, number of channels, samplerate, and length.
 | 
						|
The following options are recognized:
 | 
						|
.Pp
 | 
						|
.Bl -tag -compact -width channelmapXXXX
 | 
						|
.It Fl -broadcast
 | 
						|
Display broadcast (BWF) info.
 | 
						|
.It Fl -cart
 | 
						|
Display the cart chunk of a WAV (or related) file.
 | 
						|
.It Fl -channel-map
 | 
						|
Display channel map.
 | 
						|
.It Fl -instrument
 | 
						|
Display instrument info:
 | 
						|
a base note, gain, velocity, key, and loop points.
 | 
						|
.El
 | 
						|
.Sh SEE ALSO
 | 
						|
.Lk http://libsndfile.github.io/libsndfile/
 | 
						|
.Sh AUTHORS
 | 
						|
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com .
 |