kailash09dabhi / OmRecorder

A Simple Pcm / Wav audio recorder with nice api. https://play.google.com/store/apps/details?id=com.kingbull.omrecorder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I get audio waveform from recording sound?

t894924815 opened this issue · comments

Hello,I want to get audio waveform from recording sound,and I found that the method onAudioChunkPulled() can return AudioChunk, can I draw a wave with audiochunk.toShorts()?

Yes obviously you can use AudioChunk to draw the wave form. AudioChunk is the data which fetched from AudioSource on every pull.