Fingerprinting audio

This commit is contained in:
Dan Jones 2023-09-08 18:48:21 -05:00
commit d8cae5b9c4
3 changed files with 105 additions and 0 deletions

View file

@ -19,6 +19,8 @@ type Config struct {
FfEncoder string `toml:"ff_encoder"`
AllowedCodecs []string `toml:"allowed_codec"`
CodecExt map[string]string `toml:"codec_ext"`
AcousticIdKey string `toml:"acoustic_id_key"`
AcousticUserKey string `toml:"acoustic_user_key"`
}
var config Config