<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mohayonao</author_name>
  <author_url>https://blog.hatena.ne.jp/mohayonao/</author_url>
  <blog_title>音の鳴るブログ</blog_title>
  <blog_url>https://mohayonao.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>Chrome24 と 自作ライブラリのデモページ で確認。OSごとに以下のバッファサイズを使用するとブチブチにならない。 OS BufferSize OS X 1024 Windows 7 1024 Windows XP 4096 Linux (Ubuntu) 8192 たぶんこんな感じで切り分けする。 var bufferSize = 1024; var ua = navigator.userAgent; if (ua.match(/linux/i) { bufferSize *= 8; } else if (ua.match(/win(dows)?\s*(nt 5\.1|xp)/i)) {…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmohayonao.hatenablog.com%2Fentry%2F2013%2F01%2F15%2F121702&quot; title=&quot;Web Audio API の ScriptNode のバッファサイズ - 音の鳴るブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2013-01-15 12:17:02</published>
  <title>Web Audio API の ScriptNode のバッファサイズ</title>
  <type>rich</type>
  <url>https://mohayonao.hatenablog.com/entry/2013/01/15/121702</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
