Adjust BGM volume? (mpg123)
-
I use mpg123 to play background music on my retropie.
I wanted to make the bgm to start with a specific % volume everytime I turn on my retropie so I wouldn't need to keep changing volume everytime.
How could I achieve this? -
@retropie start with a specific % volume
mpg123 -f "32768" # Volume % "100"
mpg123 -f "29484" # Volume % "90 "
mpg123 -f "26208" # Volume % "80 "
mpg123 -f "22932" # Volume % "70 "
mpg123 -f "19656" # Volume % "60 "
mpg123 -f "16380" # Volume % "50 "
mpg123 -f "13104" # Volume % "40 "
mpg123 -f "9828" # Volume % "30 "
mpg123 -f "6552" # Volume % "20 "
mpg123 -f "3276" # Volume % "10 "
mpg123 -f "1638" # Volume % "5 "
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.