我正在尝试使用以下代码播放.wav文件序列。我的问题有时候所有文件一次又一次播放。简单地说xyz.wav文件是随机播放的。有没有办法thread.sleep或等到一个文件完成播放音频??? <
(ui:repeat value =“#{captcha.imageSpeechFiles}”var =“cart”rendered =“#{captcha.play}”> (ice:outputMedia source =“#{cart}”mimeType =“audio / x-wav”player =“windows”style =“width:0px; height:0px;”> (param name =“play”value =“true”/> (/冰:outputMedia> (/ UI:重复>
答案 0 :(得分:0)
我解决了自己的问题。而不是ice:outputMedia标签,如果我们使用如下所示的嵌入工作正常。
(ui:repeat value =“#{popup.imageSpeechFiles}”var =“cart”rendered =“#{popup.play}”> (embed id =“embdwav”src =“#{cart}”autostart =“true”hidden =“true”/> (/ UI:重复>