Skip to content

Commit

Permalink
docs: more speaking error message
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolakovics committed Nov 6, 2024
1 parent 79400fc commit 2dcd3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/logic/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func CombineFiles(folder1 string, folder2 string, outputFolder string, progress
if channels == 6 {
return combineAtmosFiles(folder1, folder2, outputFolder, progress)
}
return fmt.Errorf("unsupported number of channels: %d", channels)
return fmt.Errorf("Currently only stereo and 5.1 Soundscapes are supported", channels)
}

func getDuration(filename string) (float64, error) {
Expand Down

0 comments on commit 2dcd3dd

Please sign in to comment.