Displaying a double (frequency) that is updated constantly while recording with Android

前端 未结 3 705
春和景丽
春和景丽 2021-01-03 13:36

I am building an android application that displays the Frequency of a sustained note with the FFT algorithm. I am using Jtransform methods. My issue currently is that I can\

3条回答
  •  渐次进展
    2021-01-03 13:59

    SetContentView in onProgressUpdate is an error. You really do not want to change layout xml

提交回复
热议问题