最終更新:2015-03-14 (土) 14:41:31 (3323d)  

createBuffer
Top / createBuffer

変更点

  • AudioContext.createBuffer(ArrayBuffer, boolean) to synchronously decode a blob of encoded audio data has been removed. Synchronous calls that take a long time to complete are poor coding practice; use the asynchronous decodeAudioData? call instead. This is one of the more challenging changes - you need to actually change logic flow - but a far better practice.