iitb-dev / SAS-Example-App

Example App demonstrating use of SAS-Library
0 stars 0 forks source link

Autostop processing function clarification #11

Open nageshnayak opened 2 years ago

nageshnayak commented 2 years ago

Which function is supposed to be called when autostop mode is enabled?

https://github.com/SomnathS09/SAS-Example-App/blob/07a8a0fc3e8b038229028d8a49ee9ae9077ea341/SAS_LIbrary/src/main/java/com/example/sas_library/SASAudioRecorder.kt#L487

OR

https://github.com/SomnathS09/SAS-Example-App/blob/07a8a0fc3e8b038229028d8a49ee9ae9077ea341/SAS_LIbrary/src/main/java/com/example/sas_library/SASAudioRecorder.kt#L506

Code currently calls lower one. For what case is the upper one called for then?