简体   繁体   English

Flutter 后台录音

[英]Flutter audio record in background

Is it possible to record audio in background in flutter, if yes could you provide a code for that, i tried but always give me errors about the permission.是否可以在 flutter 的背景中录制音频,如果可以,您能否提供代码,我试过但总是给我有关权限的错误。 The app need this feature for protection purpose.该应用程序需要此功能来进行保护。

In Android it can be achieved using a foreground service which can start your recording in the background.在 Android 中,可以使用前台服务来实现,该服务可以在后台开始录制。 On iOS however you've to write some code to make it record in the background if possible.在 iOS 上,如果可能的话,您必须编写一些代码以使其在后台记录。 Following plugins can be used in your project.以下插件可以在您的项目中使用。 flutter_foreground_plugin & flutter_audio_recorder flutter_foreground_plugin & flutter_audio_recorder

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM