我正在使用S8/S8 +。我想從Intent調用bibxy應用程序。但是,我無法稱呼它。我如何從Intent調用它? 這是我嘗試 final String SVOICE_PACKAGE_NAME = "com.samsung.voiceserviceplatform";
final Intent intent = new Intent();
intent.setPackage(SVOICE_P
我使用下面的代碼使用語音識別在Python import speech_recognition as sr
# obtain audio from the microphone
r = sr.Recognizer()
with sr.Microphone() as source:
r.adjust_for_ambient_noise(source)
print("Say somethi