Skip to content

Commit

Permalink
Revert "chore: use volume filter alongside dynaudnorm"
Browse files Browse the repository at this point in the history
This reverts commit 4e72e52.
  • Loading branch information
duncanleo committed Jun 4, 2020
1 parent c847a70 commit faf5be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/music_player.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func (mp *MusicPlayer) PlayStream(stream *bufio.Reader) error {
"-ac",
"2",
"-af",
fmt.Sprintf("dynaudnorm=f=500:g=101:n=0:p=0.95,volume=%f", volume),
fmt.Sprintf("dynaudnorm=f=500:g=31:n=0:p=%f", volume),
"-b:a",
"256k",
"pipe:1",
Expand Down

0 comments on commit faf5be4

Please sign in to comment.