Audacity 3.2.0
Public Member Functions | Static Public Member Functions | Static Public Attributes | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
EffectClickRemoval Class Referencefinal

An Effect for removing clicks. More...

#include <ClickRemoval.h>

Inheritance diagram for EffectClickRemoval:
[legend]
Collaboration diagram for EffectClickRemoval:
[legend]

Public Member Functions

 EffectClickRemoval ()
 
virtual ~EffectClickRemoval ()
 
ComponentInterfaceSymbol GetSymbol () const override
 
TranslatableString GetDescription () const override
 
ManualPageID ManualPage () const override
 Name of a page in the Audacity alpha manual, default is empty. More...
 
EffectType GetType () const override
 Type determines how it behaves. More...
 
bool CheckWhetherSkipEffect (const EffectSettings &settings) const override
 After Init(), tell whether Process() should be skipped. More...
 
bool Process (EffectInstance &instance, EffectSettings &settings) override
 
std::unique_ptr< EffectEditorPopulateOrExchange (ShuttleGui &S, EffectInstance &instance, EffectSettingsAccess &access, const EffectOutputs *pOutputs) override
 Add controls to effect panel; always succeeds. More...
 
bool TransferDataToWindow (const EffectSettings &settings) override
 
bool TransferDataFromWindow (EffectSettings &settings) override
 
- Public Member Functions inherited from StatefulEffect
 ~StatefulEffect () override
 
std::shared_ptr< EffectInstanceMakeInstance () const override
 Make an object maintaining short-term state of an Effect. More...
 
- Public Member Functions inherited from StatefulEffectBase
virtual bool Init ()
 
virtual bool Process (EffectInstance &instance, EffectSettings &settings)=0
 
virtual bool RealtimeInitialize (EffectSettings &settings, double sampleRate)
 
virtual bool RealtimeAddProcessor (EffectSettings &settings, EffectOutputs *pOutputs, unsigned numChannels, float sampleRate)
 
virtual bool RealtimeSuspend ()
 
virtual bool RealtimeResume ()
 
virtual bool RealtimeProcessStart (MessagePackage &package)
 settings are possibly changed, since last call, by an asynchronous dialog More...
 
virtual size_t RealtimeProcess (size_t group, EffectSettings &settings, const float *const *inBuf, float *const *outBuf, size_t numSamples)
 
virtual bool RealtimeProcessEnd (EffectSettings &settings) noexcept
 settings can be updated to let a dialog change appearance at idle More...
 
virtual bool RealtimeFinalize (EffectSettings &settings) noexcept
 
virtual size_t SetBlockSize (size_t maxBlockSize)
 
virtual size_t GetBlockSize () const
 
virtual unsigned GetAudioInCount () const
 How many input buffers to allocate at once. More...
 
virtual unsigned GetAudioOutCount () const
 How many output buffers to allocate at once. More...
 
virtual sampleCount GetLatency () const
 
virtual bool NeedsDither () const
 
virtual bool ProcessInitialize (EffectSettings &settings, double sampleRate, ChannelNames chanMap=nullptr)
 
virtual bool ProcessFinalize () noexcept
 
- Public Member Functions inherited from Effect
 Effect ()
 
virtual ~Effect ()
 
PluginPath GetPath () const override
 
bool VisitSettings (SettingsVisitor &visitor, EffectSettings &settings) override
 
bool VisitSettings (ConstSettingsVisitor &visitor, const EffectSettings &settings) const override
 
ComponentInterfaceSymbol GetSymbol () const override
 
VendorSymbol GetVendor () const override
 
wxString GetVersion () const override
 
TranslatableString GetDescription () const override
 
EffectFamilySymbol GetFamily () const override
 Report identifier and user-visible name of the effect protocol. More...
 
bool IsInteractive () const override
 Whether the effect needs a dialog for entry of settings. More...
 
bool IsDefault () const override
 Whether the effect sorts "above the line" in the menus. More...
 
RealtimeSince RealtimeSupport () const override
 Since which version of Audacity has the effect supported realtime? More...
 
bool SupportsAutomation () const override
 Whether the effect has any automatable controls. More...
 
bool SaveSettings (const EffectSettings &settings, CommandParameters &parms) const override
 Store settings as keys and values. More...
 
bool LoadSettings (const CommandParameters &parms, EffectSettings &settings) const override
 Restore settings from keys and values. More...
 
OptionalMessage LoadUserPreset (const RegistryPath &name, EffectSettings &settings) const override
 
bool SaveUserPreset (const RegistryPath &name, const EffectSettings &settings) const override
 Save settings in the configuration file as a user-named preset. More...
 
RegistryPaths GetFactoryPresets () const override
 Report names of factory presets. More...
 
OptionalMessage LoadFactoryPreset (int id, EffectSettings &settings) const override
 
OptionalMessage LoadFactoryDefaults (EffectSettings &settings) const override
 
virtual const EffectParameterMethodsParameters () const
 
bool CanExportPresets () const override
 Whether the effect supports export of presets to files, and importing too. More...
 
bool HasOptions () const override
 
const EffectSettingsManagerGetDefinition () const override
 
virtual NumericFormatID GetSelectionFormat ()
 
bool SaveSettingsAsString (const EffectSettings &settings, wxString &parms) const override
 
OptionalMessage LoadSettingsFromString (const wxString &parms, EffectSettings &settings) const override
 
bool IsBatchProcessing () const override
 
void SetBatchProcessing () override
 
void UnsetBatchProcessing () override
 
unsigned TestUIFlags (unsigned mask)
 
bool Delegate (Effect &delegate, EffectSettings &settings, InstanceFinder finder={})
 Re-invoke DoEffect on another Effect object that implements the work. More...
 
- Public Member Functions inherited from EffectBase
 EffectBase ()
 
 ~EffectBase () override
 
bool IsLinearEffect () const
 
bool PreviewsFullSelection () const
 
void SetTracks (TrackList *pTracks)
 
virtual std::any BeginPreview (const EffectSettings &settings)
 Called when Preview() starts, to allow temporary effect state changes. More...
 
bool DoEffect (EffectSettings &settings, const InstanceFinder &finder, double projectRate, TrackList *list, WaveTrackFactory *factory, NotifyingSelectedRegion &selectedRegion, unsigned flags, const EffectSettingsAccessPtr &pAccess) override
 
virtual double CalcPreviewInputLength (const EffectSettings &settings, double previewLength) const =0
 
void CountWaveTracks ()
 
- Public Member Functions inherited from EffectPlugin
EffectPluginoperator= (EffectPlugin &)=delete
 
virtual ~EffectPlugin ()
 
virtual bool HasOptions () const =0
 
virtual bool CanExportPresets () const =0
 Whether the effect supports export of presets to files, and importing too. More...
 
virtual const EffectSettingsManagerGetDefinition () const =0
 
virtual bool SaveSettingsAsString (const EffectSettings &settings, wxString &parms) const =0
 
virtual OptionalMessage LoadSettingsFromString (const wxString &parms, EffectSettings &settings) const =0
 
virtual bool IsBatchProcessing () const =0
 
virtual void SetBatchProcessing ()=0
 
virtual void UnsetBatchProcessing ()=0
 
virtual bool DoEffect (EffectSettings &settings, const InstanceFinder &finder, double projectRate, TrackList *list, WaveTrackFactory *factory, NotifyingSelectedRegion &selectedRegion, unsigned flags, const EffectSettingsAccessPtr &pAccess=nullptr)=0
 
- Public Member Functions inherited from EffectInstanceFactory
virtual ~EffectInstanceFactory ()
 
virtual std::shared_ptr< EffectInstanceMakeInstance () const =0
 Make an object maintaining short-term state of an Effect. More...
 
- Public Member Functions inherited from EffectSettingsManager
virtual ~EffectSettingsManager ()
 
virtual bool VisitSettings (SettingsVisitor &visitor, EffectSettings &settings)
 
virtual bool VisitSettings (ConstSettingsVisitor &visitor, const EffectSettings &settings) const
 
virtual EffectSettings MakeSettings () const
 
virtual bool CopySettingsContents (const EffectSettings &src, EffectSettings &dst) const
 Update one settings object from another. More...
 
virtual std::unique_ptr< EffectOutputsMakeOutputs () const
 Produce an object to hold values to send to effect output meters. More...
 
- Public Member Functions inherited from EffectDefinitionInterface
virtual ~EffectDefinitionInterface ()
 
virtual EffectType GetType () const =0
 Type determines how it behaves. More...
 
virtual EffectType GetClassification () const
 Determines which menu it appears in; default same as GetType(). More...
 
virtual EffectFamilySymbol GetFamily () const =0
 Report identifier and user-visible name of the effect protocol. More...
 
virtual bool IsInteractive () const =0
 Whether the effect needs a dialog for entry of settings. More...
 
virtual bool IsDefault () const =0
 Whether the effect sorts "above the line" in the menus. More...
 
virtual RealtimeSince RealtimeSupport () const =0
 Since which version of Audacity has the effect supported realtime? More...
 
bool SupportsRealtime () const
 
virtual bool SupportsAutomation () const =0
 Whether the effect has any automatable controls. More...
 
virtual bool EnablesDebug () const
 Whether the effect dialog should have a Debug button; default, always false. More...
 
virtual ManualPageID ManualPage () const
 Name of a page in the Audacity alpha manual, default is empty. More...
 
virtual FilePath HelpPage () const
 Fully qualified local help file name, default is empty. More...
 
virtual bool IsHiddenFromMenus () const
 Default is false. More...
 
- Public Member Functions inherited from ComponentInterface
virtual ~ComponentInterface ()
 
virtual PluginPath GetPath () const =0
 
virtual ComponentInterfaceSymbol GetSymbol () const =0
 
virtual VendorSymbol GetVendor () const =0
 
virtual wxString GetVersion () const =0
 
virtual TranslatableString GetDescription () const =0
 
TranslatableString GetName () const
 
- Public Member Functions inherited from StatefulEffectUIServices
 ~StatefulEffectUIServices () override
 
std::unique_ptr< EffectEditorPopulateUI (const EffectPlugin &plugin, ShuttleGui &S, EffectInstance &instance, EffectSettingsAccess &access, const EffectOutputs *pOutputs) const override
 Allows PopulateOrExchange to return null. More...
 
virtual std::unique_ptr< EffectEditorPopulateOrExchange (ShuttleGui &S, EffectInstance &instance, EffectSettingsAccess &access, const EffectOutputs *pOutputs)
 Add controls to effect panel; always succeeds. More...
 
virtual bool TransferDataToWindow (const EffectSettings &settings)
 
virtual bool TransferDataFromWindow (EffectSettings &settings)
 
- Public Member Functions inherited from BasicEffectUIServices
int ShowClientInterface (const EffectPlugin &plugin, wxWindow &parent, wxDialog &dialog, EffectEditor *pEditor, bool forceModal) const override
 
void ExportPresets (const EffectPlugin &plugin, const EffectSettings &settings) const override
 
OptionalMessage ImportPresets (const EffectPlugin &plugin, EffectSettings &settings) const override
 
void ShowOptions (const EffectPlugin &plugin) const override
 
bool ValidateUI (const EffectPlugin &context, EffectSettings &) const override
 
bool CloseUI () const override
 
- Public Member Functions inherited from EffectUIServices
virtual ~EffectUIServices ()
 
virtual int ShowHostInterface (EffectBase &plugin, wxWindow &parent, const EffectDialogFactory &factory, std::shared_ptr< EffectInstance > &pInstance, EffectSettingsAccess &access, bool forceModal=false)
 
virtual int ShowClientInterface (const EffectPlugin &plugin, wxWindow &parent, wxDialog &dialog, EffectEditor *pEditor, bool forceModal=false) const =0
 
virtual std::unique_ptr< EffectEditorPopulateUI (const EffectPlugin &plugin, ShuttleGui &S, EffectInstance &instance, EffectSettingsAccess &access, const EffectOutputs *pOutputs) const =0
 Adds controls to a panel that is given as the parent window of S More...
 
virtual void ExportPresets (const EffectPlugin &plugin, const EffectSettings &settings) const =0
 
virtual OptionalMessage ImportPresets (const EffectPlugin &plugin, EffectSettings &settings) const =0
 
virtual void ShowOptions (const EffectPlugin &plugin) const =0
 
virtual bool ValidateUI (const EffectPlugin &context, EffectSettings &settings) const =0
 
virtual bool CloseUI () const =0
 

Static Public Member Functions

static EffectClickRemovalFetchParameters (EffectClickRemoval &e, EffectSettings &)
 
- Static Public Member Functions inherited from Effect
static EffectFetchParameters (Effect &e, EffectSettings &)
 
- Static Public Member Functions inherited from EffectBase
static std::optional< InstancePointerFindInstance (EffectPlugin &plugin)
 
static InstanceFinder DefaultInstanceFinder (EffectPlugin &plugin)
 
- Static Public Member Functions inherited from EffectDefinitionInterface
static Identifier GetSquashedName (const Identifier &ident)
 A utility that strips spaces and CamelCases a name. More...
 
- Static Public Member Functions inherited from EffectUIServices
static int DoMessageBox (const EffectPlugin &plugin, const TranslatableString &message, long style=DefaultMessageBoxStyle, const TranslatableString &titleStr={})
 

Static Public Attributes

static const ComponentInterfaceSymbol Symbol { XO("Click Removal") }
 
- Static Public Attributes inherited from EffectPlugin
static const wxString kUserPresetIdent = wxT("User Preset:")
 
static const wxString kFactoryPresetIdent = wxT("Factory Preset:")
 
static const wxString kCurrentSettingsIdent = wxT("<Current Settings>")
 
static const wxString kFactoryDefaultsIdent = wxT("<Factory Defaults>")
 

Private Member Functions

bool ProcessOne (int count, WaveChannel &track, sampleCount start, sampleCount len)
 
bool RemoveClicks (size_t len, float *buffer)
 
void OnWidthText (wxCommandEvent &evt)
 
void OnThreshText (wxCommandEvent &evt)
 
void OnWidthSlider (wxCommandEvent &evt)
 
void OnThreshSlider (wxCommandEvent &evt)
 
const EffectParameterMethodsParameters () const override
 

Private Attributes

wxWeakRef< wxWindow > mUIParent {}
 
EnvelopemEnvelope
 
bool mbDidSomething
 
size_t windowSize
 
int mThresholdLevel
 
int mClickWidth
 
int sep
 
wxSlider * mWidthS
 
wxSlider * mThreshS
 
wxTextCtrl * mWidthT
 
wxTextCtrl * mThreshT
 

Static Private Attributes

static constexpr EffectParameter Threshold
 
static constexpr EffectParameter Width
 

Additional Inherited Members

- Public Types inherited from StatefulEffectBase
using MessagePackage = EffectInstance::MessagePackage
 
- Public Types inherited from EffectPlugin
using EffectSettingsAccessPtr = std::shared_ptr< EffectSettingsAccess >
 
using InstancePointer = std::shared_ptr< EffectInstanceEx >
 
using InstanceFinder = std::function< std::optional< InstancePointer >(EffectSettings &settings) >
 
- Public Types inherited from EffectDefinitionInterface
enum class  RealtimeSince : unsigned { Never , After_3_1 , Always }
 In which versions of Audacity was an effect realtime capable? More...
 
- Public Types inherited from EffectUIServices
enum  : long { DefaultMessageBoxStyle = wxOK | wxCENTRE }
 
- Public Attributes inherited from EffectBase
std::shared_ptr< TrackListmTracks {}
 
int mNumTracks {}
 
BasicUI::ProgressDialogmProgress {}
 
double mProjectRate {}
 
WaveTrackFactorymFactory {}
 
double mT0 {}
 
double mT1 {}
 
bool mIsPreview { false }
 
- Protected Member Functions inherited from Effect
bool CheckWhetherSkipEffect (const EffectSettings &settings) const override
 Default implementation returns false. More...
 
double CalcPreviewInputLength (const EffectSettings &settings, double previewLength) const override
 Default implementation returns previewLength More...
 
bool TotalProgress (double frac, const TranslatableString &={}) const
 
bool TrackProgress (int whichTrack, double frac, const TranslatableString &={}) const
 
bool TrackGroupProgress (int whichGroup, double frac, const TranslatableString &={}) const
 
int GetNumWaveTracks () const
 
int GetNumWaveGroups () const
 
void GetBounds (const WaveTrack &track, sampleCount *start, sampleCount *len)
 
- Protected Member Functions inherited from EffectBase
virtual bool CheckWhetherSkipEffect (const EffectSettings &settings) const =0
 After Init(), tell whether Process() should be skipped. More...
 
void SetLinearEffectFlag (bool linearEffectFlag)
 
void SetPreviewFullSelectionFlag (bool previewDurationFlag)
 
bool IsPreviewing () const
 
const TrackListinputTracks () const
 
const AudacityProjectFindProject () const
 
- Protected Attributes inherited from EffectBase
double mF0 {}
 
double mF1 {}
 
wxArrayString mPresetNames
 
unsigned mUIFlags { 0 }
 

Detailed Description

An Effect for removing clicks.

Clicks are identified as small regions of high amplitude compared to the surrounding chunk of sound. Anything sufficiently tall compared to a large (2048 sample) window around it, and sufficiently narrow, is considered to be a click.

The structure was largely stolen from Domonic Mazzoni's NoiseRemoval module, and reworked for the NEW effect.

This file is intended to become part of Audacity. You may modify and/or distribute it under the same terms as Audacity itself.

Definition at line 29 of file ClickRemoval.h.

Constructor & Destructor Documentation

◆ EffectClickRemoval()

EffectClickRemoval::EffectClickRemoval ( )

Definition at line 69 of file ClickRemoval.cpp.

70{
71 Parameters().Reset(*this);
72
74
75 windowSize = 8192;
76 sep = 2049;
77}
void SetLinearEffectFlag(bool linearEffectFlag)
Definition: EffectBase.cpp:210
const EffectParameterMethods & Parameters() const override
virtual void Reset(Effect &effect) const =0

Referenced by Parameters().

Here is the caller graph for this function:

◆ ~EffectClickRemoval()

EffectClickRemoval::~EffectClickRemoval ( )
virtual

Definition at line 79 of file ClickRemoval.cpp.

80{
81}

Member Function Documentation

◆ CheckWhetherSkipEffect()

bool EffectClickRemoval::CheckWhetherSkipEffect ( const EffectSettings settings) const
overridevirtual

After Init(), tell whether Process() should be skipped.

Implements EffectBase.

Definition at line 109 of file ClickRemoval.cpp.

110{
111 return ((mClickWidth == 0) || (mThresholdLevel == 0));
112}

References mClickWidth, and mThresholdLevel.

◆ FetchParameters()

static EffectClickRemoval * EffectClickRemoval::FetchParameters ( EffectClickRemoval e,
EffectSettings  
)
inlinestatic

Definition at line 33 of file ClickRemoval.h.

33{ return &e; }

◆ GetDescription()

TranslatableString EffectClickRemoval::GetDescription ( ) const
overridevirtual

Implements ComponentInterface.

Definition at line 90 of file ClickRemoval.cpp.

91{
92 return XO("Click Removal is designed to remove clicks on audio tracks");
93}
XO("Cut/Copy/Paste")

References XO().

Here is the call graph for this function:

◆ GetSymbol()

ComponentInterfaceSymbol EffectClickRemoval::GetSymbol ( ) const
overridevirtual

Implements ComponentInterface.

Definition at line 85 of file ClickRemoval.cpp.

86{
87 return Symbol;
88}
static const ComponentInterfaceSymbol Symbol
Definition: ClickRemoval.h:34

References Symbol.

◆ GetType()

EffectType EffectClickRemoval::GetType ( ) const
overridevirtual

Type determines how it behaves.

Implements EffectDefinitionInterface.

Definition at line 102 of file ClickRemoval.cpp.

103{
104 return EffectTypeProcess;
105}
@ EffectTypeProcess

References EffectTypeProcess.

Referenced by Process().

Here is the caller graph for this function:

◆ ManualPage()

ManualPageID EffectClickRemoval::ManualPage ( ) const
overridevirtual

Name of a page in the Audacity alpha manual, default is empty.

Reimplemented from EffectDefinitionInterface.

Definition at line 95 of file ClickRemoval.cpp.

96{
97 return L"Click_Removal";
98}

◆ OnThreshSlider()

void EffectClickRemoval::OnThreshSlider ( wxCommandEvent &  evt)
private

Definition at line 356 of file ClickRemoval.cpp.

357{
358 mThreshS->GetValidator()->TransferFromWindow();
359 mThreshT->GetValidator()->TransferToWindow();
360}
wxTextCtrl * mThreshT
Definition: ClickRemoval.h:84
wxSlider * mThreshS
Definition: ClickRemoval.h:82

References mThreshS, and mThreshT.

◆ OnThreshText()

void EffectClickRemoval::OnThreshText ( wxCommandEvent &  evt)
private

Definition at line 344 of file ClickRemoval.cpp.

345{
346 mThreshT->GetValidator()->TransferFromWindow();
347 mThreshS->GetValidator()->TransferToWindow();
348}

References mThreshS, and mThreshT.

◆ OnWidthSlider()

void EffectClickRemoval::OnWidthSlider ( wxCommandEvent &  evt)
private

Definition at line 350 of file ClickRemoval.cpp.

351{
352 mWidthS->GetValidator()->TransferFromWindow();
353 mWidthT->GetValidator()->TransferToWindow();
354}
wxTextCtrl * mWidthT
Definition: ClickRemoval.h:83
wxSlider * mWidthS
Definition: ClickRemoval.h:81

References mWidthS, and mWidthT.

◆ OnWidthText()

void EffectClickRemoval::OnWidthText ( wxCommandEvent &  evt)
private

Definition at line 338 of file ClickRemoval.cpp.

339{
340 mWidthT->GetValidator()->TransferFromWindow();
341 mWidthS->GetValidator()->TransferToWindow();
342}

References mWidthS, and mWidthT.

◆ Parameters()

const EffectParameterMethods & EffectClickRemoval::Parameters ( ) const
overrideprivatevirtual

Reimplemented from Effect.

Definition at line 49 of file ClickRemoval.cpp.

50{
53 > parameters;
54 return parameters;
55}
Generates EffectParameterMethods overrides from variadic template arguments.
static constexpr EffectParameter Width
Definition: ClickRemoval.h:91
static constexpr EffectParameter Threshold
Definition: ClickRemoval.h:89

References EffectClickRemoval(), Threshold, and Width.

Here is the call graph for this function:

◆ PopulateOrExchange()

std::unique_ptr< EffectEditor > EffectClickRemoval::PopulateOrExchange ( ShuttleGui S,
EffectInstance instance,
EffectSettingsAccess access,
const EffectOutputs pOutputs 
)
overridevirtual

Add controls to effect panel; always succeeds.

Returns
if not null, then return it from PopulateUI instead of a DefaultEffectEditor; default implementation returns null

Reimplemented from StatefulEffectUIServices.

Definition at line 271 of file ClickRemoval.cpp.

274{
275 mUIParent = S.GetParent();
276 S.AddSpace(0, 5);
277 S.SetBorder(10);
278
279 S.StartMultiColumn(3, wxEXPAND);
280 S.SetStretchyCol(2);
281 {
282 // Threshold
283 mThreshT = S.Id(ID_Thresh)
284 .Validator<IntegerValidator<int>>(
285 &mThresholdLevel, NumValidatorStyle::DEFAULT,
287 .AddTextBox(XXO("&Threshold (lower is more sensitive):"),
288 wxT(""),
289 10);
290
291 mThreshS = S.Id(ID_Thresh)
292 .Name(XO("Threshold"))
293 .Style(wxSL_HORIZONTAL)
294 .Validator<wxGenericValidator>(&mThresholdLevel)
295 .MinSize( { 150, -1 } )
296 .AddSlider( {}, mThresholdLevel, Threshold.max, Threshold.min);
297
298 // Click width
299 mWidthT = S.Id(ID_Width)
300 .Validator<IntegerValidator<int>>(
301 &mClickWidth, NumValidatorStyle::DEFAULT, Width.min, Width.max)
302 .AddTextBox(XXO("Max &Spike Width (higher is more sensitive):"),
303 wxT(""),
304 10);
305
306 mWidthS = S.Id(ID_Width)
307 .Name(XO("Max Spike Width"))
308 .Style(wxSL_HORIZONTAL)
309 .Validator<wxGenericValidator>(&mClickWidth)
310 .MinSize( { 150, -1 } )
311 .AddSlider( {}, mClickWidth, Width.max, Width.min);
312 }
313 S.EndMultiColumn();
314
315 return nullptr;
316}
wxT("CloseDown"))
@ ID_Width
@ ID_Thresh
XXO("&Cut/Copy/Paste Toolbar")
#define S(N)
Definition: ToChars.cpp:64
wxWeakRef< wxWindow > mUIParent
Definition: ClickRemoval.h:71
const Type min
Minimum value.
const Type max
Maximum value.

References ID_Thresh, ID_Width, EffectParameter< Structure, Member, Type, Value >::max, mClickWidth, EffectParameter< Structure, Member, Type, Value >::min, mThresholdLevel, mThreshS, mThreshT, mUIParent, mWidthS, mWidthT, S, Threshold, Width, wxT(), XO(), and XXO().

Here is the call graph for this function:

◆ Process()

bool EffectClickRemoval::Process ( EffectInstance instance,
EffectSettings settings 
)
overridevirtual

Implements StatefulEffectBase.

Definition at line 114 of file ClickRemoval.cpp.

115{
116 EffectOutputTracks outputs { *mTracks, GetType(), { { mT0, mT1 } } };
117 bool bGoodResult = true;
118 mbDidSomething = false;
119
120 int count = 0;
121 for (auto track : outputs.Get().Selected<WaveTrack>()) {
122 double trackStart = track->GetStartTime();
123 double trackEnd = track->GetEndTime();
124 double t0 = std::max(mT0, trackStart);
125 double t1 = std::min(trackEnd, mT1);
126
127 if (t1 > t0) {
128 auto start = track->TimeToLongSamples(t0);
129 auto end = track->TimeToLongSamples(t1);
130 auto len = end - start;
131 for (const auto pChannel : track->Channels())
132 if (!ProcessOne(count++, *pChannel, start, len)) {
133 bGoodResult = false;
134 goto done;
135 }
136 }
137 }
138 done:
139 if (bGoodResult && !mbDidSomething) // Processing successful, but ineffective.
141 XO("Algorithm not effective on this audio. Nothing changed."),
142 wxOK | wxICON_ERROR );
143
144 if (bGoodResult && mbDidSomething)
145 outputs.Commit();
146
147 return bGoodResult && mbDidSomething;
148}
int min(int a, int b)
double mT1
Definition: EffectBase.h:114
std::shared_ptr< TrackList > mTracks
Definition: EffectBase.h:107
double mT0
Definition: EffectBase.h:113
EffectType GetType() const override
Type determines how it behaves.
bool ProcessOne(int count, WaveChannel &track, sampleCount start, sampleCount len)
Use this object to copy the input tracks to tentative outputTracks.
static int DoMessageBox(const EffectPlugin &plugin, const TranslatableString &message, long style=DefaultMessageBoxStyle, const TranslatableString &titleStr={})
A Track that contains audio waveform data.
Definition: WaveTrack.h:203
const char * end(const char *str) noexcept
Definition: StringUtils.h:106

References EffectUIServices::DoMessageBox(), details::end(), GetType(), mbDidSomething, min(), EffectBase::mT0, EffectBase::mT1, EffectBase::mTracks, ProcessOne(), and XO().

Here is the call graph for this function:

◆ ProcessOne()

bool EffectClickRemoval::ProcessOne ( int  count,
WaveChannel track,
sampleCount  start,
sampleCount  len 
)
private

Definition at line 150 of file ClickRemoval.cpp.

152{
153 if (len <= windowSize / 2) {
155 XO("Selection must be larger than %d samples.")
156 .Format(windowSize / 2),
157 wxOK | wxICON_ERROR );
158 return false;
159 }
160
161 auto idealBlockLen = track.GetMaxBlockSize() * 4;
162 if (idealBlockLen % windowSize != 0)
163 idealBlockLen += (windowSize - (idealBlockLen % windowSize));
164
165 bool bResult = true;
166 decltype(len) s = 0;
167 Floats buffer{ idealBlockLen };
168 Floats datawindow{ windowSize };
169 while ((len - s) > windowSize / 2) {
170 auto block = limitSampleBufferSize(idealBlockLen, len - s);
171 track.GetFloats(buffer.get(), start + s, block);
172 for (decltype(block) i = 0;
173 i + windowSize / 2 < block; i += windowSize / 2
174 ) {
175 auto wcopy = std::min(windowSize, block - i);
176 for (decltype(wcopy) j = 0; j < wcopy; ++j)
177 datawindow[j] = buffer[i + j];
178 for (auto j = wcopy; j < windowSize; ++j)
179 datawindow[j] = 0;
180 mbDidSomething |= RemoveClicks(windowSize, datawindow.get());
181 for (decltype(wcopy) j = 0; j < wcopy; ++j)
182 buffer[i+j] = datawindow[j];
183 }
184
185 if (mbDidSomething) {
186 // RemoveClicks() actually did something.
187 if(!track.SetFloats(buffer.get(), start + s, block)) {
188 bResult = false;
189 break;
190 }
191 }
192 s += block;
193 if (TrackProgress(count, s.as_double() / len.as_double())) {
194 bResult = false;
195 break;
196 }
197 }
198 return bResult;
199}
size_t limitSampleBufferSize(size_t bufferSize, sampleCount limit)
Definition: SampleCount.cpp:22
bool RemoveClicks(size_t len, float *buffer)
bool TrackProgress(int whichTrack, double frac, const TranslatableString &={}) const
Definition: Effect.cpp:343
Abstract base class used in importing a file.
bool SetFloats(const float *buffer, sampleCount start, size_t len, sampleFormat effectiveFormat=widestSampleFormat)
Random-access assignment of a range of samples.
Definition: WaveTrack.h:162
bool GetFloats(float *buffer, sampleCount start, size_t len, fillFormat fill=FillFormat::fillZero, bool mayThrow=true, sampleCount *pNumWithinClips=nullptr) const
"narrow" overload fetches from the unique channel
Definition: WaveTrack.h:129
size_t GetMaxBlockSize() const
Definition: WaveTrack.h:858
double as_double() const
Definition: SampleCount.h:46

References sampleCount::as_double(), EffectUIServices::DoMessageBox(), WaveChannel::GetFloats(), WaveChannel::GetMaxBlockSize(), limitSampleBufferSize(), mbDidSomething, min(), RemoveClicks(), WaveChannel::SetFloats(), Effect::TrackProgress(), windowSize, and XO().

Referenced by Process().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ RemoveClicks()

bool EffectClickRemoval::RemoveClicks ( size_t  len,
float *  buffer 
)
private

Definition at line 201 of file ClickRemoval.cpp.

202{
203 bool bResult = false; // This effect usually does nothing.
204 size_t i;
205 size_t j;
206 int left = 0;
207
208 float msw;
209 int ww;
210 int s2 = sep/2;
211 Floats ms_seq{ len };
212 Floats b2{ len };
213
214 for( i=0; i<len; i++)
215 b2[i] = buffer[i]*buffer[i];
216
217 /* Shortcut for rms - multiple passes through b2, accumulating
218 * as we go.
219 */
220 for(i=0;i<len;i++)
221 ms_seq[i]=b2[i];
222
223 for(i=1; (int)i < sep; i *= 2) {
224 for(j=0;j<len-i; j++)
225 ms_seq[j] += ms_seq[j+i];
226 }
227
228 /* Cheat by truncating sep to next-lower power of two... */
229 sep = i;
230
231 for( i=0; i<len-sep; i++ ) {
232 ms_seq[i] /= sep;
233 }
234 /* ww runs from about 4 to mClickWidth. wrc is the reciprocal;
235 * chosen so that integer roundoff doesn't clobber us.
236 */
237 int wrc;
238 for(wrc=mClickWidth/4; wrc>=1; wrc /= 2) {
239 ww = mClickWidth/wrc;
240
241 for( i=0; i<len-sep; i++ ){
242 msw = 0;
243 for( j=0; (int)j<ww; j++) {
244 msw += b2[i+s2+j];
245 }
246 msw /= ww;
247
248 if(msw >= mThresholdLevel * ms_seq[i]/10) {
249 if( left == 0 ) {
250 left = i+s2;
251 }
252 } else {
253 if(left != 0 && ((int)i-left+s2) <= ww*2) {
254 float lv = buffer[left];
255 float rv = buffer[i+ww+s2];
256 for(j=left; j<i+ww+s2; j++) {
257 bResult = true;
258 buffer[j]= (rv*(j-left) + lv*(i+ww+s2-j))/(float)(i+ww+s2-left);
259 b2[j] = buffer[j]*buffer[j];
260 }
261 left=0;
262 } else if(left != 0) {
263 left = 0;
264 }
265 }
266 }
267 }
268 return bResult;
269}

References mClickWidth, mThresholdLevel, and sep.

Referenced by ProcessOne().

Here is the caller graph for this function:

◆ TransferDataFromWindow()

bool EffectClickRemoval::TransferDataFromWindow ( EffectSettings settings)
overridevirtual

Update the given settings from controls; default does nothing, returns true

Reimplemented from StatefulEffectUIServices.

Definition at line 328 of file ClickRemoval.cpp.

329{
330 if (!mUIParent->Validate() || !mUIParent->TransferDataFromWindow())
331 {
332 return false;
333 }
334
335 return true;
336}

References mUIParent.

◆ TransferDataToWindow()

bool EffectClickRemoval::TransferDataToWindow ( const EffectSettings settings)
overridevirtual

Update controls for the settings; default does nothing, returns true

Reimplemented from StatefulEffectUIServices.

Definition at line 318 of file ClickRemoval.cpp.

319{
320 if (!mUIParent->TransferDataToWindow())
321 {
322 return false;
323 }
324
325 return true;
326}

References mUIParent.

Member Data Documentation

◆ mbDidSomething

bool EffectClickRemoval::mbDidSomething
private

Definition at line 75 of file ClickRemoval.h.

Referenced by Process(), and ProcessOne().

◆ mClickWidth

int EffectClickRemoval::mClickWidth
private

Definition at line 78 of file ClickRemoval.h.

Referenced by CheckWhetherSkipEffect(), PopulateOrExchange(), and RemoveClicks().

◆ mEnvelope

Envelope* EffectClickRemoval::mEnvelope
private

Definition at line 73 of file ClickRemoval.h.

◆ mThresholdLevel

int EffectClickRemoval::mThresholdLevel
private

Definition at line 77 of file ClickRemoval.h.

Referenced by CheckWhetherSkipEffect(), PopulateOrExchange(), and RemoveClicks().

◆ mThreshS

wxSlider* EffectClickRemoval::mThreshS
private

Definition at line 82 of file ClickRemoval.h.

Referenced by OnThreshSlider(), OnThreshText(), and PopulateOrExchange().

◆ mThreshT

wxTextCtrl* EffectClickRemoval::mThreshT
private

Definition at line 84 of file ClickRemoval.h.

Referenced by OnThreshSlider(), OnThreshText(), and PopulateOrExchange().

◆ mUIParent

wxWeakRef<wxWindow> EffectClickRemoval::mUIParent {}
private

Definition at line 71 of file ClickRemoval.h.

Referenced by PopulateOrExchange(), TransferDataFromWindow(), and TransferDataToWindow().

◆ mWidthS

wxSlider* EffectClickRemoval::mWidthS
private

Definition at line 81 of file ClickRemoval.h.

Referenced by OnWidthSlider(), OnWidthText(), and PopulateOrExchange().

◆ mWidthT

wxTextCtrl* EffectClickRemoval::mWidthT
private

Definition at line 83 of file ClickRemoval.h.

Referenced by OnWidthSlider(), OnWidthText(), and PopulateOrExchange().

◆ sep

int EffectClickRemoval::sep
private

Definition at line 79 of file ClickRemoval.h.

Referenced by RemoveClicks().

◆ Symbol

const ComponentInterfaceSymbol EffectClickRemoval::Symbol { XO("Click Removal") }
static

Definition at line 34 of file ClickRemoval.h.

Referenced by GetSymbol().

◆ Threshold

constexpr EffectParameter EffectClickRemoval::Threshold
staticconstexprprivate
Initial value:
L"Threshold", 200, 0, 900, 1 }

Definition at line 89 of file ClickRemoval.h.

Referenced by Parameters(), and PopulateOrExchange().

◆ Width

constexpr EffectParameter EffectClickRemoval::Width
staticconstexprprivate
Initial value:
L"Width", 20, 0, 40, 1 }

Definition at line 91 of file ClickRemoval.h.

Referenced by Parameters(), and PopulateOrExchange().

◆ windowSize

size_t EffectClickRemoval::windowSize
private

Definition at line 76 of file ClickRemoval.h.

Referenced by ProcessOne().


The documentation for this class was generated from the following files: