<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Kurene</author_name>
  <author_url>https://blog.hatena.ne.jp/Kurene/</author_url>
  <blog_title>Wizard Notes</blog_title>
  <blog_url>https://www.wizard-notes.com/</blog_url>
  <categories>
    <anon>Flask</anon>
    <anon>Python</anon>
    <anon>WebApp</anon>
  </categories>
  <description>概要 ブラウザ上でサーバ上の音源を再生するWebアプリを、Flaskで実現するための実装例です。 ディレクトリ構成 flask_play_audio/ ├ music/ │ └ audio.mp3 ├ templates/ │ └ index.html └ app.py ソースコード app.py # -*- coding: utf-8 -*- from flask import Flask, render_template, send_from_directory app = Flask(__name__) @app.route(&quot;/&quot;) def index(): return render…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.wizard-notes.com%2Fentry%2Fpython%2Fflask-audiofile&quot; title=&quot;Flask：Webアプリでサーバ上のオーディオファイルを再生・ダウンロード - Wizard Notes&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>https://cdn.blog.st-hatena.com/images/theme/og-image-1500.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-01-24 16:15:54</published>
  <title>Flask：Webアプリでサーバ上のオーディオファイルを再生・ダウンロード</title>
  <type>rich</type>
  <url>https://www.wizard-notes.com/entry/python/flask-audiofile</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
