LoginSignup
51
55

【Python】pydub使ったら音声データの解析がめっちゃ簡単だった

Last updated at Posted at 2022-11-17

音声データをPythonで取り込んで表示したり解析したりしたいと思ったことはありませんか?
この記事では音声データの入出力をPythonで行えるpydubのインストールと基本的な使用方法(音声データの読み込み)について説明します。

pydubで音声データファイルの入力ができれば,Numpyが提供する関数等を使用してPython上で音声データの解析・加工ができるようになります。

動作検証済み環境
macOS Catalina(10.15.7), python3.7.10, Jupyter Notebook, OpenCV 3.4.2

本記事の続きはZennに移動しました :bow:

51
55
1

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
51
55