Note onset detection

后端 未结 6 724
悲&欢浪女
悲&欢浪女 2020-11-30 20:07

I am developing a system as an aid to musicians performing transcription. The aim is to perform automatic music transcription (it does not have to be perfect, as the user wi

6条回答
  •  醉梦人生
    2020-11-30 20:23

    You could try to transform the wav signal into a graph of amplitude against time. Then a way to determine a consistent onset is to calculate the intersection of a tangent in the inflection point of the rising flank of a signal with the x axis.

提交回复
热议问题