sox-users@lists.sourceforge.net unofficial mirror
 help / color / mirror / code / Atom feed
From: Eric Wong <normalperson@yhbt.net>
To: sox-users@lists.sourceforge.net
Subject: Re: Process too soft/loud audio with sox
Date: Sun, 7 Jun 2020 07:02:53 +0000	[thread overview]
Message-ID: <20200607070253.GA29058@dcvr> (raw)
In-Reply-To: <20200522112224.GA22603@extensa>

Francesco Ariis <fa-ml@ariis.it> wrote:
> Hello sox-users,
>     I have an audio file which is at times too soft and at times too
> loud. I would like to make the soft parts a little bit louder and the
> loud parts a little bit softer.
> 
> Can sox do this?

compand and mcompand can do it in sox natively.  They're a bit
tricky to learn but fmiser wrote some great posts:

https://sourceforge.net/p/sox/mailman/message/23427259/
https://public-inbox.org/sox-users/20090829011522.cf27e6ee.fmiser@gmail.com/

For simple cases or a final pass after compand/mcompand; I like
tap_limiter from the TAP-plugins LADSPA package:

	sox $IN $OUT ladspa -lr tap_limiter -4 3.5
	(limit to -4dB, add 3.5dB gain)

	http://tap-plugins.sourceforge.net/

I usually use compand or mcompand for recordings which need a
lot of correction.  tap_limiter is good for recordings which
only need a little correction, or after everything else (EQ,
compand/mcompand, etc...)


_______________________________________________
Sox-users mailing list
Sox-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-users

  parent reply	other threads:[~2020-06-07  7:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-22 11:22 Process too soft/loud audio with sox Francesco Ariis
2020-05-22 12:24 ` Måns Rullgård
2020-05-22 13:16 ` Jeff Learman
2020-05-24 12:04   ` Francesco Ariis
2020-06-07  7:02 ` Eric Wong [this message]
2020-06-07  7:10   ` Eric Wong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.sourceforge.net/lists/listinfo/sox-users

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200607070253.GA29058@dcvr \
    --to=sox-users@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/sox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).