Bläddra i källkod

sox: add example of changing the volume of a file (#1242)

Jeef 8 år sedan
förälder
incheckning
43c3e68c5b
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. 4 0
      pages/common/sox.md

+ 4 - 0
pages/common/sox.md

@@ -22,3 +22,7 @@
 - Print statistical data of an audio file:
 - Print statistical data of an audio file:
 
 
 `sox {{input_audiofile}} -n stat`
 `sox {{input_audiofile}} -n stat`
+
+- Increase the volume of an audio file by 2x:
+
+`sox -v 2.0 {{input_audiofile}} {{output_audiofile}}`