✨ Fingerprinting audio
This commit is contained in:
parent
4057d00c46
commit
d8cae5b9c4
3 changed files with 105 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue