Android Question Graphics or audio analysis

netsistemas

Active Member
Licensed User
Longtime User
I downloaded this example:

I would like to know if I snore at night, so once I have the audio, how can I show a graph with the volume at each time interval or something like that?
I know there are programs made, but... Why not do it myself?
Thanks for everything
 

JohnC

Expert
Licensed User
Longtime User
This thread should help you understand how to measure and detect the peak audio levels using the RecordBuffer:


Then you can write a routine to log the values over time.
 
Upvote 0

netsistemas

Active Member
Licensed User
Longtime User
What I need is to set up a graph so that once I record the audio, I know where the high volume is.
Something like this;

lines.jpg
 
Upvote 0
Top