0

我从其中一个任务模板中提取了以下代码:(包装器是人群形式)

    <p> Please play 5-10 minutes of this audio file to get a sense of the candidate's responses and then answer the questions below.</p>
    <audio controls="" style="width: 100%">

    <!-- 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" />

    </audio>
我有一个 csv 文件,我最初尝试链接到音频文件的 Google 驱动器(访问设置为任何拥有链接的人),然后使用 AWS S3 进行尝试(也完全开放访问)。两次,当我尝试运行批处理并进入预览页面时,我注意到音频播放显示为灰色并且我无法播放我的文件。关于这里可能有什么问题的任何建议?

4

0 回答 0