android-discuss icon indicating copy to clipboard operation
android-discuss copied to clipboard

抖音卡节拍如何实现?

Open pahoehoe opened this issue 6 years ago • 1 comments

666666666666666666666666

安卓里有个Visualizer可以和 MediaPlayer 或 AudioTrack关联起来输出实时频谱。或者实时测量其他app的声音。

抖音貌似在进入卡界面拍的界面就已经知道了这个mp3 的频谱(也许这个不叫频谱?)图了。用什么方式可以读取整个mp3的信息然后以这种横向图表的方式呈现出来?

pahoehoe avatar Feb 27 '18 10:02 pahoehoe

ref. https://github.com/google/ringdroid 只是音頻本身的時域圖不是頻譜

KunYi avatar May 02 '18 00:05 KunYi