How to render audio waveform?

前端 未结 5 812
后悔当初
后悔当初 2020-12-18 07:26
  1. Is there any audio/programming-related stack-exchange site?
  2. I\'m trying to make a wave form in WinForms
  3. What algorithm should I use?

F

5条回答
  •  被撕碎了的回忆
    2020-12-18 07:35

    You can use AudioControl from code project.

    and see this one: Generating various audio waveforms in C#

    these projects may be useful for you if implement your code originally:

    • High-Speed-Feature-Rich-and-Easy-To-Use-Graphs
    • and this

提交回复
热议问题