Search found 3 matches

by darkingthereturn
Sun Apr 17, 2011 3:22 pm
Forum: General Audio Programming
Topic: "Noise Removal (Reduction" in my C++ software: HOW?
Replies: 1
Views: 2536

"Noise Removal (Reduction" in my C++ software: HOW?

Hi all! (sorry for my worst english) I would like to use the function noise_removal.cpp from the source code of audacity to remove the noise from a file. The problem is that i've written some C functions (using libsndfile, all of them are working) that i would like to integrate in my C++ source code...
by darkingthereturn
Sat Apr 16, 2011 12:14 am
Forum: Compiling Audacity
Topic: How to use C++ Audacity source in C?
Replies: 5
Views: 2850

Re: How to use C++ Audacity source in C?

I'm using C because I'm a first year university student in computer science and it's the only language i've learned till now... so... thanks anyway.
by darkingthereturn
Fri Apr 15, 2011 5:36 pm
Forum: Compiling Audacity
Topic: How to use C++ Audacity source in C?
Replies: 5
Views: 2850

How to use C++ Audacity source in C?

Hi, i'm writing a C program that takes a wav file in input and process it using Noise Reduction (Removal) from Audacity. However, i've noticed only two files: NoiseRemoval.cpp and NoiseRemoval.h.

Is there a way to use the noise removal function in my C project?
Thank you :)