小编the*_*shy的帖子

如何解决“此处没有配置默认音频设备”的语音转文本问题

Am trying to call the speech-to-text api of google console for nodejs and apparently is working, but when i try to run the example provider for here the example node MicrophoneStream.js and doing the installation like this here, am having the following error.

STDERR: sox FAIL sox: Sorry, there is no default audio device configured

i dont really know how to pass the device with arguments and i assuming is the default microphone but not sure cause in some …

windows speech-to-text sox node.js google-speech-api

4
推荐指数
1
解决办法
7978
查看次数

如何绘制彼此重叠的圆形头像的水平列表

我有一个row包含 的列表circle avatars widgets,其中是人员的个人资料图片。

在此输入图像描述

Row(children: [
  for (var i in listOfEvents[i].attendeesList)
      CircleAvatar(
         backgroundImage: NetworkImage("https://github.com/identicons/guest.png"),
         radius: 18,
      ),
  ],
 )
Run Code Online (Sandbox Code Playgroud)

我正在寻找一种方法将所有圆形头像向左移动一点,以便头像看起来像是彼此叠在一起以节省空间

就像这个插图

在此输入图像描述

我一直在尝试使用添加负填充或负位置,Padding widget但它不起作用

如果有人知道如何做到这一点那就太好了!

flutter flutter-layout

1
推荐指数
1
解决办法
2532
查看次数