mirror of
				https://github.com/go-gst/go-gst.git
				synced 2025-10-31 03:26:27 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			147 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			147 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package audio
 | |
| 
 | |
| /*
 | |
| #cgo pkg-config: gstreamer-plugins-base-1.0
 | |
| #cgo CFLAGS: -Wno-deprecated-declarations
 | |
| #cgo LDFLAGS: -lgstaudio-1.0
 | |
| */
 | |
| import "C"
 | 
