bogerchan / Nier-Visualizer

A lightweight and efficient Android visual library.
Apache License 2.0
576 stars 75 forks source link

Output mp4 #35

Closed FirstVoyager closed 2 years ago

FirstVoyager commented 4 years ago

How to get output from mp4 file from library?

bogerchan commented 3 years ago

Hi, @FirstVoyager , thanks for using the library, I think you need to implement the interface NierVisualizerManager.NVDataSource, just provide your video pcm data by fetchFftData or fetchWaveData.