音をリアルタイムで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, 155, fps=60, scale=2, border_width=10, bor