Add adm-aac mode

This commit is contained in:
itouakirai
2025-01-11 01:16:31 +08:00
parent 0e51e7572a
commit f7b98a538d
4 changed files with 49 additions and 24 deletions

View File

@@ -28,6 +28,7 @@ type ConfigSet struct {
GetM3u8Port string `yaml:"get-m3u8-port"`
GetM3u8Mode string `yaml:"get-m3u8-mode"`
GetM3u8FromDevice bool `yaml:"get-m3u8-from-device"`
AacType string `yaml:"aac-type"`
AlacMax int `yaml:"alac-max"`
AtmosMax int `yaml:"atmos-max"`
LimitMax int `yaml:"limit-max"`