|
From: SourceForge.net <no...@so...> - 2007-06-06 22:10:40
|
Feature Requests item #1700804, was opened at 2007-04-14 23:09 Message generated for change (Comment added) made by rrt You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=360706&aid=1700804&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: Reuben Thomas (rrt) Assigned to: Reuben Thomas (rrt) >Summary: Make effects LV2 (LADSPA v2) plugins Initial Comment: Despite the name, LADSPA is to be a portable framework for sound processing effects. If we used it all the SoX effects could be used with other LADSPA programs, and we'd immediately have access to loads more effects. ---------------------------------------------------------------------- >Comment By: Reuben Thomas (rrt) Date: 2007-06-06 23:10 Message: Logged In: YES user_id=50145 Originator: YES LV2 supports everything we need (via its extension mechanism where necessary) so we should convert SoX to use it. ---------------------------------------------------------------------- Comment By: Reuben Thomas (rrt) Date: 2007-06-01 00:07 Message: Logged In: YES user_id=50145 Originator: YES There's now a generic LADSPA adaptor. ---------------------------------------------------------------------- Comment By: Reuben Thomas (rrt) Date: 2007-05-05 21:19 Message: Logged In: YES user_id=50145 Originator: YES After a more careful look, it seems that LADSPA only works well for effects that need no buffering. Hence, the sensible course of action seems to be to make a LADSPA adaptor for SoX, and turn *those effects that work well like that* into LADSPA plugins, and leave the rest using SoX's API, which is better suited to offline processing (while LADSPA is more suited to realtime processing). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=360706&aid=1700804&group_id=10706 |