使用WAV文件创建HIT

问题描述

我是新的请求者,正在尝试根据https://requester.mturk.com/create/projects/new中的Audio Naturalness 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时,音频文件为空白,即没有播放。

我要去哪里错了?

解决方法

这实际上是在GitHub上托管音频文件的问题。我将它们托管在我的个人网站上,并且按预期运行!