<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>aidiary</author_name>
  <author_url>https://blog.hatena.ne.jp/aidiary/</author_url>
  <blog_title>人工知能に関する断創録</blog_title>
  <blog_url>https://aidiary.hatenablog.com/</blog_url>
  <categories>
    <anon>Javagame</anon>
  </categories>
  <description>Javaで音を鳴らすための基本的な方法です。音の再生、停止、ループくらいはできます。もっと細かく制御したい場合はJava Sound APIを使う必要があります。 Java Appletで音を鳴らす もっとも古い方法。play()を呼び出すたびにファイルをロードして再生します。 import java.applet.Applet; import java.awt.Graphics; public class SimpleSoundApplet extends Applet { public void init() { play(getCodeBase(), &quot;elise.mid&quot;); } pu…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Faidiary.hatenablog.com%2Fentry%2F20061103%2F1275137569&quot; title=&quot; 基本的な方法 - 人工知能に関する断創録&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>2006-11-03 21:52:49</published>
  <title> 基本的な方法</title>
  <type>rich</type>
  <url>https://aidiary.hatenablog.com/entry/20061103/1275137569</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
