Rename app and module to valhallir-deconvolver everywhere

This commit is contained in:
Bastian Bührig
2025-07-11 09:05:56 +02:00
parent 05f7bd2b58
commit 0668469fb1
3 changed files with 15 additions and 15 deletions

View File

@@ -13,8 +13,8 @@ import (
func main() {
app := &cli.App{
Name: "valhallir-convoluter",
Usage: "Convolve sweep and recorded WAV files to create impulse responses",
Name: "valhallir-deconvolver",
Usage: "Deconvolve sweep and recorded WAV files to create impulse responses",
Flags: []cli.Flag{
&cli.StringFlag{
Name: "sweep",