差分
このページの2つのバージョン間の差分を表示します。
| 次のリビジョン | 前のリビジョン | ||
| python:voice_analysis [2020/04/27 04:55] – 作成 ともやん | python:voice_analysis [2020/09/11 20:20] (現在) – ともやん | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| - | < | ||
| - | < | ||
| - | #result pre, #mincode pre { | ||
| - | overflow: scroll; | ||
| - | overflow-x: hidden; | ||
| - | font-size: 10px; | ||
| - | } | ||
| - | # | ||
| - | height: 400px; | ||
| - | overflow: scroll; | ||
| - | overflow-x: hidden; | ||
| - | font-size: 10px; | ||
| - | } | ||
| - | #logo { | ||
| - | background-color: | ||
| - | padding: 10px; | ||
| - | width: fit-content; | ||
| - | } | ||
| - | #logo p { | ||
| - | margin: 0; | ||
| - | } | ||
| - | </ | ||
| - | </ | ||
| ====== Python 音声解析 ====== | ====== Python 音声解析 ====== | ||
| 行 116: | 行 93: | ||
| Running setup.py install for librosa ... done | Running setup.py install for librosa ... done | ||
| Successfully installed audioread-2.1.8 cffi-1.14.0 cycler-0.10.0 decorator-4.4.2 joblib-0.14.1 kiwisolver-1.2.0 librosa-0.7.2 llvmlite-0.32.0 matplotlib-3.2.1 numba-0.49.0 numpy-1.18.3 pycparser-2.20 pyparsing-2.4.7 python-dateutil-2.8.1 resampy-0.2.2 scikit-learn-0.22.2.post1 scipy-1.4.1 six-1.14.0 soundfile-0.10.3.post1 | Successfully installed audioread-2.1.8 cffi-1.14.0 cycler-0.10.0 decorator-4.4.2 joblib-0.14.1 kiwisolver-1.2.0 librosa-0.7.2 llvmlite-0.32.0 matplotlib-3.2.1 numba-0.49.0 numpy-1.18.3 pycparser-2.20 pyparsing-2.4.7 python-dateutil-2.8.1 resampy-0.2.2 scikit-learn-0.22.2.post1 scipy-1.4.1 six-1.14.0 soundfile-0.10.3.post1 | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | インストールパッケージの内訳\\ | ||
| + | < | ||
| + | (py3_voice_analysis) ~ $ pip freeze | ||
| + | </ | ||
| + | <WRAP prewrap 100% #result> | ||
| + | < | ||
| + | audioread==2.1.8 | ||
| + | cffi==1.14.0 | ||
| + | cycler==0.10.0 | ||
| + | decorator==4.4.2 | ||
| + | joblib==0.14.1 | ||
| + | kiwisolver==1.2.0 | ||
| + | librosa==0.7.2 | ||
| + | llvmlite==0.32.0 | ||
| + | matplotlib==3.2.1 | ||
| + | numba==0.49.0 | ||
| + | numpy==1.18.3 | ||
| + | pycparser==2.20 | ||
| + | pyparsing==2.4.7 | ||
| + | python-dateutil==2.8.1 | ||
| + | resampy==0.2.2 | ||
| + | scikit-learn==0.22.2.post1 | ||
| + | scipy==1.4.1 | ||
| + | six==1.14.0 | ||
| + | SoundFile==0.10.3.post1 | ||
| </ | </ | ||
| </ | </ | ||
| 行 121: | 行 126: | ||
| ===== 参考文献 ===== | ===== 参考文献 ===== | ||
| [[https:// | [[https:// | ||
| + | [[https:// | ||
