I'm having a major problem with NAudio. I am currently using it to create audio effects, and sometimes my effects cause the audio to jump up to very high levels - above an amplitude of 1. Now in these instances, I expect that my audio will be automatically clipped to a value of 1 when it is saved to a WAV file, as this is what occurs in other audio applications. However, in NAudio, any samples that are exactly 1 or greater than one, end up being clipped to a value of -1. This is a very big problem. My current workaround is to set my application to automatically clip all samples at 0.99999 right before I save them. Perhaps I did something wrong, but I really think this is a critical issue.
Thanks for your time.
T
Thanks for your time.
T







