# 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') ```