views:

31

answers:

1

my application is voice recognition. and im using Sphinx and configured it with my application and working fine. i do need to find a proper API for noise reduction so that i can avoid distrotion in the wav file.

my application is implemented using by java.

can someone suggest me some good api's that i can use for my application

A: 

i have studied about Spectral subtraction. but after discussing with my supervisor. he asked me to do that process from a API. so i need to find a easy implementable API for noise reduction.

this takes a wav file and reduce the distortion of the file and filter the degraded sounds and output a clear signal.

can you help me with some API's

Nubkadiya
This should not be an answer - you need to edit your original question if you want to add further information.
Paul R
Note also that you need to understand the terms you are using - noise reduction is not the same thing as "reducing distortion"
Paul R
i never mention its the same thing. all i wanted is to find a good API for Noise reduction which takes a wav file and output a clear wav file.
Nubkadiya