github.com/bluenviron/mediacommon@v1.9.3/pkg/codecs/ac3/ac3.go (about)

     1  // Package ac3 contains utilities to work with the AC-3 codec.
     2  package ac3
     3  
     4  const (
     5  	// SamplesPerFrame is the number of samples contained inside a frame.
     6  	SamplesPerFrame = 1536
     7  )