Skip to content

Commit b476940

Browse files
supposedly streaming logs now
needs testing
1 parent 349fab7 commit b476940

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

main.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ func walker(root string) error {
129129
defer func() { <-rsgainSemaphore }()
130130

131131
cmd := exec.Command("rsgain", append(command, audioFiles...)...)
132+
133+
// Stream output to console
134+
cmd.Stdout = os.Stdout
135+
cmd.Stderr = os.Stderr
132136
err := cmd.Run()
133137

134138
if err != nil {

0 commit comments

Comments
 (0)