C # audio library (with simple effects, echo, reverb ...)

Could you please advise me on a simple free library to modify the input wav file? I found and tried playing with irrKlang, but it doesn't account for the tuning effect (it doesn't have any level of tuning. You can just use distort the effect, but you can't set anything)

If there was any such library, that would be great. Thank you. for any advice.

+3


source to share


1 answer


There are good C # Audio Libraries for Wav like Bass Audio Library or NAudio:
Link to Bass Audio Library
NAudio
Check their site to see if you find where you want.



+6


source







All Articles