bogerchan / Nier-Visualizer

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

How to use it while Recording Audio? #33

Closed shireen028 closed 2 years ago

shireen028 commented 4 years ago

Hi, The visualisers are working fine with audio files but doesn't seem to work well with recording audio. Like ColumnarType4Renderer(FFT) is not working when recording audio from mic/speaker.

chorauoc commented 4 years ago

Hi,

I am also looking for this, any sample code which we can use in java

kishorekumarek commented 3 years ago

Hi Any update on this? need sample for recording audio

bogerchan commented 3 years ago

Hi, sorry for my late reply, because this renderer only accepts the wave data, so it doesn't display if the input is FFT data, you can use the supported renderers or customize your renderers, I plan to upgrade it to eliminate the difference type data.