简体   繁体   English

Internet Explorer中的pcm数据支持

[英]pcm data support in internet explorer

For playing audio PCM data in HTML5 there in WebAudio API ( Chrome..) ,( mozSetup ,mozWriteAudio in firefox ) .In these API Either We can append PCM data ( firefox ) and or give timer for play data ( noteon function in chrome ) . 要在HTML5中播放音频PCM数据,可以在WebAudio API(Chrome ..),(firefox中的mozSetup,mozWriteAudio)中找到。在这些API中,我们可以附加PCM数据(firefox)或为播放数据指定计时器(chrome中的noteon功能) 。 I search these type of API for internet Explorer but not able to find out any way . 我在Internet Explorer中搜索了这些类型的API,但找不到任何方法。 Is there any way in IE for playing pcm data ? IE中有什么方法可以播放pcm数据吗?

There's nothing as powerful as the Web Audio API (or Audio Data API, which won't se further development since it's been rejected by the W3C) in Internet Explorer at the moment. 目前,Internet Explorer中没有什么功能比Web Audio API(或Audio Data API,因为它已被W3C拒绝,不会进一步开发)更强大。 The best you can do is to use the < audio > element, but it will only get you so far.. As far as I know, it won't let you write dynamic PCM data, without reverting to Flash etc. 最好的办法是使用<audio>元素,但它只会带您到目前为止。据我所知,它不会让您写入动态PCM数据,而不会恢复为Flash等。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM