Rename app and module to valhallir-deconvolver everywhere
This commit is contained in:
4
main.go
4
main.go
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user