aidlearning / AidLearning-FrameWork

🔥🔥🔥AidLearning is a powerful AIOT development platform, AidLearning builds a linux env supporting GUI, deep learning and visual IDE on Android...Now Aid supports CPU+GPU+NPU for inference with high performance acceleration...Linux on Android or HarmonyOS
https://docs.aidlux.com
Other
5.56k stars 706 forks source link

how to control the audio in the phone ? #119

Closed leechaowen closed 3 years ago

leechaowen commented 4 years ago

apt-get install mpv mpv xx.mp3

it's not ok. is there anyone have solution ? Thanks.

aidlearning commented 4 years ago

if u using python to code, you can easily control the audio by import android

aidlearning commented 4 years ago

python coding as following : import android droid= android.Android() droid.mediaPlay("/sdcard/a.mp3")