andreipaga / audacity

Automatically exported from code.google.com/p/audacity
0 stars 0 forks source link

Nyquist effects join separate clips together. #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
GA: SBSMS now fixed by DH, leaving the subject problem. See this thread.

DH: Nyquist will probably need further discussion (was mentioned in the
original 'white space' thread I believe) - really processing clips
separately could produce artefacts... possible solutions include:

 o simply running 'detach at silences' after the effect (I haven't looked
at how this works yet but it seems hopeful)
 o changing the nyquist interface (e.g. the 'nil means white space' option)
which would involve changing all of those plug-ins
 o recognising the known plug-ins by filename and dealing with them
appropriately (pretty unpleasant temporary solution) 

GA: I always recommend complainants to detach at silences but it won't work
at 16-bit quality because the effect will add dither noise. The only P2
part of this is to stop the clip boundaries being removed. Longer term I'm
still getting the impression having absolute silence between clips rather
than white space would solve a lot of issues. 

Original issue reported on code.google.com by James.K....@gmail.com on 25 Sep 2009 at 5:31