audio is prepared, next is MXL part

This commit is contained in:
Dmitry Sergeev
2026-09-16 22:44:27 +03:00
parent ce547451a0
commit 70c966dbad
5 changed files with 333 additions and 5 deletions
+6
View File
@@ -6,8 +6,14 @@ import (
"github.com/qvest-digital/go-mxl/mxl"
)
const (
LevelEBUDBFS = -18.0
LevelSMPTEDBFS = -20.0
)
type Config struct {
Definition flowdef.Audio
LevelDBFS float64
}
func (c Config) ID() string {