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: Dynamically modify sox effects?
Date: Wed, 13 Feb 2019 08:08:02 +0000	[thread overview]
Message-ID: <20190213080802.uzjvb2zouxjzdtda@dcvr> (raw)
In-Reply-To: <CAH-CuFEkmS+E9s8N491nQDo2UeMJP=Xx-v86CVuuYCFOYV69eg@mail.gmail.com>

Robi Pires <daddynoooooo@gmail.com> wrote:
> Hello, is there a way I can dynamically modify sox effects while sox is
> running? I want to have a way to add effects to my voice (pitch
> modulation/reverb/etc.) and pipe that to OBS and Mumble. Is there another
> application that does this?

Not natively in sox.  I use separate processes for
decoding/effects/playback and manage the command pipelines and
sox processes.

I wrote/use dtas (duct-tape audio suite) to do pipes and process
management:

	git clone https://80x24.org/dtas.git

Specifically dtas-player; which allows YAML files pointing to
ruby (or shell) scripts which can be edited and auto-reloaded
via inotify (see examples/splitfx.sample.yml ).

You may also use dtas-sourceedit or dtas-sinkedit to edit
the commands used for sources/sinks independently (which
affects all files you play).  I made the splitfx YAML stuff
later to have per-file effects.

Some basic docs are in the Documentation/ directory; but it's
been a while since I updated it...  I use dtas every single day
for the past few years for general music listening :)


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

  reply	other threads:[~2019-02-13  8:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-05 18:49 Dynamically modify sox effects? Robi Pires
2019-02-13  8:08 ` Eric Wong [this message]
2019-02-13 14:23   ` Rafal Maszkowski
2019-02-13 22:30   ` Peter P.

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=20190213080802.uzjvb2zouxjzdtda@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).