I would like to reduce the file size of some mp3 audio using sox. I think that I can reduce stereo sound by only 1 channel (i.e. Mono), reduce the sampling rate and decrease the bit depth. I believe sox cannot do this. Is this true or did I do it right?
$ sox -r 8000 -c 1 2008-12-28-2.MP3 foo.mp3 sox WARN formats: can't set sample rate 8000; using 44100 sox WARN formats: can't set 1 channels; using 2
Arguments must go before the output file:
sox 2008-12-28-2.MP3 -r 8000 -c 1 foo.mp3
They can also be represented as effects:
sox 2008-12-28-2.MP3 foo.mp3 remix 1 rate 8000
Source: https://habr.com/ru/post/910919/More articles:Testing WinForms / CompositeUI GUI with SpecFlow, White, Spring and MS Test - user-interfaceThe difference between "class A, class B" and "class A :: B" - ruby | fooobar.comHow to set only the width of the image thumbnail Wordpress - wordpresshttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/910917/unable-to-bind-ajaxsuccess-to-form-created-with-formfor-remote-true&usg=ALkJrhhDxcu-tChX_kicLT999S5T2nrXRwRails 3: jquery to modify partial data - jqueryWhy should I delete lines from web.config to upgrade to .net 4.0? - asp.netShould I store variables used in only one class method, or declare them as class properties? - oopGet the maximum average value for each individual record in SQL Query - sqlHow to change overlay color in fancyBox v2 - jqueryFancybox: problems with opacity - jqueryAll Articles