【发布时间】:2020-09-01 00:50:22
【问题描述】:
我是一个新的请求者,并尝试基于https://requester.mturk.com/create/projects/new 中的音频自然度 HTML 模板创建一个新的 HIT。
我想使用 wav 文件,并且在提供的 html 文件中,我已将 audio_url 行修改为如下所示:
<!-- Your audio file URLs will be substituted for the "audio_url" variable when you publish a batch with a CSV input file containing multiple
audio file URLs -->
<source src="${audio_url}" type="audio/wav" />
当我要发布批次时,它要求提供一个 csv,如下所示:
audio_url
https://github.com/user/voiceTTS/blob/master/Sample1a.wav
https://github.com/user/voiceTTS/blob/master/Sample1b.wav
但是,当我去预览 HIT 时,音频文件是空白的,即没有播放。
我哪里错了?
【问题讨论】:
标签: amazon-web-services wav mechanicalturk