<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>baba_s</author_name>
  <author_url>https://blog.hatena.ne.jp/baba_s/</author_url>
  <blog_title>コガネブログ</blog_title>
  <blog_url>https://baba-s.hatenablog.com/</blog_url>
  <categories>
    <anon>その他</anon>
    <anon>その他 - Python</anon>
  </categories>
  <description>概要 import glob import librosa import soundfile import shutil import sys import os # コマンドライン引数で指定されたディレクトリに存在するすべての .ogg のファイルパスを取得 files = glob.glob(sys.argv[1] + &quot;/*.ogg&quot;) for file in files: # .ogg を読み込む y, sr = librosa.load(file, sr=None, mono=False) # 読み込んだ .ogg の最初と最後に存在する無音区間を削除 # top_db で無音区間の…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbaba-s.hatenablog.com%2Fentry%2F2023%2F04%2F28%2F094735&quot; title=&quot;【Python】for を並列化する方法 - コガネブログ&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>2023-04-28 09:47:35</published>
  <title>【Python】for を並列化する方法</title>
  <type>rich</type>
  <url>https://baba-s.hatenablog.com/entry/2023/04/28/094735</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
