amsehili / auditok

An audio/acoustic activity detection and audio segmentation tool
MIT License
732 stars 94 forks source link

Run on-device on Android device #26

Closed Nickil21 closed 1 year ago

Nickil21 commented 4 years ago

I plan to run auditok on-device to detect pauses in speech. Currently, it is being handled as an API call (front-end streams the audio via a microphone and sends it to a back-end API which does the segmentation on a real-time basis).

Is it possible to convert it into a Tensorflow lite model sorts for on-device inference, rather than an API call?

amsehili commented 1 year ago

Related to #23