- Is there any audio/programming-related stack-exchange site?
- I'm trying to make a wave form in WinForms
- What algorithm should I use?
For example, if I have 200 samples per pixel (vertical line), should I draw the lowest and the highest sample from that portion of 200 samples? Or should I draw average of low and high samples? Maybe both in different colors?