noise removal help

Audio software developers forum.
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
Post Reply
yasarbay
Posts: 6
Joined: Tue Oct 01, 2013 6:02 pm
Operating System: Please select

noise removal help

Post by yasarbay » Thu Oct 03, 2013 9:07 am

we need "remove noise" process in recorded audio files.
this process must be automaticly .regularly.
software will check folder ..if there is audio files .will process for noise removal and move files other folder.

how is arrange this process in audacity ?

we need to developer help on this ..we can talk details with skype or send e-mail ..
Last edited by yasarbay on Fri Apr 24, 2015 4:22 pm, edited 2 times in total.
Reason: Topic moved to General Audio Programming

steve
Site Admin
Posts: 81609
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: noise removal help

Post by steve » Thu Oct 03, 2013 3:37 pm

yasarbay wrote:we can talk details with skype or send e-mail ..
Audacity is free software, supported by volunteers. We do not have the resources to provide personal e-mail, skype or telephone support, but we are happy to help as far as we can via this forum. The is a public forum, so other Audacity users are welcome to contribute to conversations here.
yasarbay wrote:we need "remove noise" process in recorded audio files.
this process must be automaticly .regularly.
software will check folder ..if there is audio files .will process for noise removal and move files other folder.
Audacity is probably not the best program for this. The Noise Removal effect in Audacity is a 2 step process - first you need to capture a "profile" of the noise, then apply that noise profile to the entire track. See here for more information: http://manual.audacityteam.org/o/man/noise_removal.html

Also, Audacity does not act directly on audio files. In order to provide complex editing, processing and mixing, Audacity works in its own "project" format. Audio files can be imported into an Audacity project, and the audio from a project can be exported to a file, but an Audacity Project is not an audio file. (details here: http://manual.audacityteam.org/o/man/au ... jects.html).

Probably a better option would be to use a command line program such as SoX http://sox.sourceforge.net/
With SoX it would just be a simple matter of writing a batch processing script (in whatever computer language you prefer) and piping the appropriate commands to SoX to perform noise removal on your files.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

yasarbay
Posts: 6
Joined: Tue Oct 01, 2013 6:02 pm
Operating System: Please select

Re: noise removal help

Post by yasarbay » Thu Oct 03, 2013 7:35 pm

hi steve

thanks for prompt answer..
can help any person on sox this forum ?

regards

yasar

steve
Site Admin
Posts: 81609
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: noise removal help

Post by steve » Thu Oct 03, 2013 7:50 pm

SoX is thoroughly documented - see their web site.

You are unlikely to find a programmer that is willing to work for you for free. If you need someone to do the programming then you will need to either find a programmer that is interested in the same area and collaborate with them, or pay someone to do it.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

yasarbay
Posts: 6
Joined: Tue Oct 01, 2013 6:02 pm
Operating System: Please select

Re: noise removal help

Post by yasarbay » Thu Oct 03, 2013 7:57 pm

steve

we will pay .not free request..
but not know person for work.

regards

Post Reply