Files
pxua216mb-exp/README.md
2022-03-23 15:52:49 +08:00

17 lines
462 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# PXUA216MB-DL2-M Python例程
## 安装
本项目通过poetry实现包管理
关于poetry的安装及使用方法[poetry](https://python-poetry.org/docs/)
本项目依赖于开源项目 [sounddevice](https://python-sounddevice.readthedocs.io/en/0.4.4/installation.html)
安装poetry后简单使用```poetry install```即可安装依赖
## 使用
###寻找一个格式的子类型:
```
>>> import soundfile as sf
>>> sf.available_subtypes('RAW')
```