マガジンのカバー画像

Python関連

6
運営しているクリエイター

#FFT

音をリアルタイムでFFT解析して表示【Pyxel】

音をリアルタイムでFFT解析して表示【Pyxel】

環境・MacBook (macOS Mojave)
・Python 3.6

使用したライブラリ・PyAudio
・Pyxel
・numpy

全体のコード (GitHub)# coding: utf-8import pyxel, pyaudioimport numpy as npclass App: def __init__(self): pyxel.init(255, 15

もっとみる