A library to handle wfd in python.


License
MIT
Install
pip install wfdload==0.0.5.6

Documentation

wfdload

概要

wavetoneの独自フォーマットであるwfdをpythonで使える形にします。

インストール

$ pip install wfdload

使い方

スペクトルステレオ

>>> from wfdload import WFD
>>> w = WFD("./test.wfd")
>>> w.spectrumStereo

コード

>>> from wfdload import WFD
>>> w = WFD("./test.wfd")
>>> time = 1
>>> w.chordresult.frame(time)

timeは実際の秒数です