Skip to content

Commit

Permalink
generate fewer audio files per ffmpeg command
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyxogen committed Jan 27, 2024
1 parent c759686 commit cf3b62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ where
path,
points,
stream.index(),
128usize.try_into().unwrap(),
32usize.try_into().unwrap(),
))
}

0 comments on commit cf3b62e

Please sign in to comment.