gkonovalov / android-vad

Android Voice Activity Detection (VAD) library. Supports WebRTC VAD GMM, Silero VAD DNN, Yamnet VAD DNN models.
MIT License
261 stars 60 forks source link

broken build #10

Closed ihmpartners closed 1 year ago

ihmpartners commented 1 year ago

activateRecordingButtonWithPermissionCheck() line 108 of mainactivity.kt has no function definition?

two others but thats the one thats got me!

gkonovalov commented 1 year ago

You will need to build or rebuild the project so that PermissionsDispatcher can generate activateRecordingButtonWithPermissionCheck() for you.

gkonovalov commented 1 year ago

For more details please see: https://github.com/permissions-dispatcher/PermissionsDispatcher/