Patches item #3534109, was opened at 2012-06-10 03:00
Message generated for change (Tracker Item Submitted) made by eric_wong
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=310706&aid=3534109&group_id=10706

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: eric_wong (eric_wong)
Assigned to: Nobody/Anonymous (nobody)
Summary: ladspa: support multi-channel plugins and chains

Initial Comment:
This patch depends on two other ones in the tracker.

https://sourceforge.net/tracker/?func=detail&aid=3534107&group_id=10706&atid=310706
https://sourceforge.net/tracker/?func=detail&aid=3534107&group_id=10706&atid=310707

Alternatively, you can pull all of them with:

  git pull git://bogomips.org/sox ladspa-multiport
  (commit ac6b0b18e7e0f51c6f77ad48e6f9555fc9b8d045)

Stereo (and multi-channel) LADSPA plugins are now supported
out-of-the box as long as the SoX effects chain surrounding them
matches the number of input/output ports of the LADSPA plugin.
 
Mono LADSPA plugins continue to be supported, and may be cloned
with the "-r" switch to match the number of input/output
channels in the effects chain.

LADSPA plugins which modify the number of channels remain
unsupported.  SoX already has native support for remapping
channels.
   
Plugins with a single input and output port and mono input
should continue to work as-is and there should be no
regressions.

unless there exists a LADSPA plugin which takes interleaved
data.  I've yet to find a LADSPA plugin which expects
interleaved data, so one can only assume nobody else uses/or
supports interleaved data in LADSPA.

Plugins tested with this patch:

various TAP plugins (http://tap-plugins.sf.net/)              
* echo (stereo)
* pinknoise (mono)
* limiter (mono)

bs2b-ladspa (stereo) (http://bs2b.sf.net/)


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=310706&aid=3534109&group_id=10706

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

Reply via email to