简体   繁体   English

iOS语音命令开始录音

[英]IOS voice command start recording

Currently I am developing an IOS app.I need once I open the camera through application then when i say "start recording" then recording should start automatically. 目前,我正在开发IOS应用程序。我需要通过应用程序打开相机后,再说“开始录制”时,录制才应该自动开始。 Once i say "Cut" then it should stop. 一旦我说“剪切”,它应该停止。 and ask for save video share etc. 并要求保存视频共享等。

My main concern is regarding voice command. 我主要关心的是语音命令。 recording should start stop through voice command. 录制应通过语音命令开始停止。

Looking forward for experts suggestions. 期待专家的建议。

Many Thanks 非常感谢

As Siri is not yet exposed to developers there are lot of third party sdks dat can be used for recognizing speech. 由于Siri尚未向开发人员开放,因此可以使用很多第三方sdks dat来识别语音。

I have used http://dragonmobile.nuancemobiledeveloper.com/public/Help/DragonMobileSDKReference_iOS/Introduction.html 我已经使用了http://dragonmobile.nuancemobiledeveloper.com/public/Help/DragonMobileSDKReference_iOS/Introduction.html

There are number of other sdks too ,u can easily google them U have to set the words dat u want to recognize and perform intended action. 还有其他许多SDK,您可以轻松地将它们搜索到Google,而您必须设置您想识别并执行预期动作的字词。

All d best with your app!! 最好用您的应用程序!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何触发iOS应用程序以开始识别离线语音命令? - How to trigger iOS app to start recognizing the voice command offline? 振铃会话期间的ios语音录制 - ios voice recording during the ringing session 谁能告诉我哪种是iOS应用中录音的最佳录音功能 - Can any one tell me which is the best voice recording functionality for voice recording in ios app 自动开始录音,就像缺少第一个单词的说话汤姆一样 - automatically start voice recording like talking tom on this first word is missing 在播放音乐时录制语音-过滤扬声器输入(iOS) - Recording voice while playing music - filter speakers input (iOS) 如何在iOS中录制语音时以编程方式生成音频波形? - How to generate audio wave form programmatically while recording Voice in iOS? iOS:用于记录网络传输的语音编码的音频格式 - iOS: Audio format for recording voice encoding for network transfer 是否有任何插件用于在React Native iOS中录制屏幕和语音 - Is there any plugins for recording screen and voice in React Native with iOS xamarin iOS:如何在录制时显示语音的音频幅度 - xamarin iOS: How to show the audio amplitude of the voice when recording 使用离子媒体插件在IOS上无法录制语音便笺 - Recording voice note is not working on IOS using ionic media plugin
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM