Intégration de libsoxr pour le rééchantillonnage audio

This commit is contained in:
2025-09-09 21:15:53 +02:00
parent 8770725cfa
commit be2792b27d
152 changed files with 17834 additions and 346 deletions

View File

@@ -137,7 +137,7 @@ func LoadConfig(filename string) *Config {
}
if err := yaml.Unmarshal(data, &cfg.config); err != nil {
log.Panicf("invalid YAML config: %w", err)
log.Panicf("invalid YAML config: %v", err)
}
cfg.config = lowerKeysMap(cfg.config)