google-ai-edge / mediapipe

Cross-platform, customizable ML solutions for live and streaming media.
https://ai.google.dev/edge/mediapipe
Apache License 2.0
27.48k stars 5.15k forks source link

When is it supported Audio? #251

Closed rzyangKyle closed 4 years ago

rzyangKyle commented 4 years ago

I want to use mediapipe to dev audio model, but i can not find in examples.

jiuqiant commented 4 years ago

Audio feature extraction is already supported in MediaPipe. If you see the youtube8m feature extraction graph, it extracts both video and audio features. The audio subgraph starts at line 124 and the model is VGGish

rzyangKyle commented 4 years ago

Thank you,but audio can support on android or ios platform in mediapipe/example ?

rzyangKyle commented 4 years ago

Audio feature extraction is already supported in MediaPipe. If you see the youtube8m feature extraction graph, it extracts both video and audio features. The audio subgraph starts at line 124 and the model is VGGish

Thank you,but audio can support on android or ios platform in mediapipe/example ?