0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

LINE ClovaでMP3ファイルを再生する

0
Last updated at Posted at 2018-11-02

知り合いからお遊び用に依頼されたものを作った時に覚えたことをまとめます

先に見ておいたほうがいいかもしれない記事

LINE CLOVA で簡単な辞書を作成する(仮)

環境

  • python3.5.1
  • SDK of the Clova CEK for Python

音声ファイルの再生

  1. 音声ファイルを任意のサイト(自サイト、GoogleDriveなど)に置き、そのURLを控える。
  2. 再生を実行したい場所(clova.handle.launch、clova.handle.end、clova.handle.intent)に以下のコードを記入する。
return clova.response(cek.URL('音声ファイルがあるURL'))

実行例

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?