notch filter effect

Yes it is.

He was removing a lower frequency band, so the effect on the music will be more noticeable in his case.

Yes you can use the effect in Audacity 2.0.3.
The audio frequency band (audible frequencies) range from about 20 Hz to 20,000 Hz. The idea of this “treatment” is to remove a small part of that frequency range, centred on the frequency that matches your condition. The video suggests removing one octave, centred on the “tinnitus frequency”. Previous users / tinnitus sufferers on this forum have suggested a narrower frequency range such as half an octave. I’m not a doctor so I can’t comment on the best “width” to use.

The Audacity “notch” filter removes a very narrow frequency band, which according to that video and other posts on this forum will be too narrow.
I wrote the Band Stop filter plug-in based on the requirements specified by a tinnitus sufferer that wrote to this forum that was asking how to do what you are asking for, so this plug-in should be just the job :slight_smile:

The figure of 10,000 was based on the initial requirements that the previous person asked for. Yes it will accept and use higher frequencies that you type in, though the plug-in can be easily modified to suit your exact needs:

The bandstop.ny file can be opened in a plain text editor such as NotePad. Open the file in NotePad and replace the line:

;control freq "Center Frequency" real "[Hz]" 1000 100 10000

with this line:

;control freq "Center Frequency" real "[Hz]" 10530 1000 15000

That will set the slider range from 1000 to 15000 and the default centre frequency to 10530 Hz.
Save the file after making the change, and check that NotePad does not change the file extension (the file name must end in .ny)

If you want to process a lot of audio files in this way, you can do so by creating a “Chain” to process and then export the processed file. The “Chain” can then be applied to multiple audio files provided that they are all in the same folder. See these two links for more information about using Chains:
http://manual.audacityteam.org/o/man/apply_chain.html
http://manual.audacityteam.org/o/man/edit_chains.html